@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, section { 
  display:block;
}

body { 
  font: normal .85em arial, sans-serif;
  background: #222222 url(../images/pattern.png);
  color: #BBBBBB;
  padding-bottom: 40px;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.5em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #FFFFFF;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h1{ 
  font: 30px 'News Cycle', arial, sans-serif;
}

h2 { 
  font: 24px 'News Cycle', arial, sans-serif;
  color: #BBBBBB;  
  margin: 0;
  padding: 0 0 8px 0;
}

h3 { 
  font: 18px 'trebuchet ms', arial, sans-serif;
}

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  color: #BBBBBB;
  line-height: 1.5em;
}

h5, h6 { 
  font: italic 12px arial, sans-serif;
  color: #888888;
  padding-bottom: 15px;
}

h6 { 
  color: #362C20;
}

a, a:hover { 
  outline: none;
  text-decoration: none;
  color: #38B9E8;
}

a:hover { 
  text-decoration: underline;
  color: #38B9E8;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 0 0; 
  padding: 0 0 4px 5px;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

#main, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main { 
  width: 950px;
  margin: 20px auto 0 auto;
}

header { 
	margin: auto;
	margin-left: 0px;
	width: 650px;
	height: 135px;
	background: transparent;
}

#kontakt {
	width: 299px;
	float: right;
	text-align: right;
	padding: 0px;
}

header h1, #kontakt h1 { 
  font: 48px 'News Cycle', arial, sans-serif;
  padding: 37px 0 0 0;
  color: #999999;
  letter-spacing: -1px;
  margin: 0;
}

header p, #kontakt p { 
	font: 24px 'News Cycle', arial, sans-serif;
	color: #FFFFFF;
	margin: 0;
	margin-top: -12px;
}

#kontakt p a { 
  color: #FFFFFF;
  text-decoration: none;
}

#kontakt p a:hover { 
  color: #999999;
  text-decoration: none;
}

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 4px auto 0 auto;
  padding: 0;
  background: #333333;
  border-top: 0;
  border-bottom: 0;
} 

#sidebar_container { 
  float: left;
  width: 450px;
  padding: 0;
  height: 450px;
}

#content { 
  text-align: justify;
  width: 444px;
  padding: 0 0 5px 30px;
  margin: 0;
  float: left;
}

#content ul { 
  margin: 2px 0 5px 0px;
}

#content ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat left center;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
  line-height: 1.5em;
}

#txt {
	text-align: justify;
	background: #333333;
	width: 100%;
	margin: 0;
}

#txtleft{
	width: 400px;
	padding: 12px 0 24px 24px;
}

#txtright{
	text-align: justify;
	width: 444px;
	padding: 12px 24px 24px 0;
	margin: 0;
	float: right;
}

footer { 
  width: 950px;
  font: 16px 'News Cycle',  arial, sans-serif;
  padding: 20px 0 20px 0;
  text-align: center; 
  color: #FFFFFF;
  background: #444444;
}

footer p { 
  padding: 0 0 10px 0;
}

footer a, footer a:hover { 
  color: #999999;
  text-decoration: none;
}

footer a:hover { 
  color: #FFFFFF;
  text-decoration: none;
}

ul.images {
  list-style:none;
  width:450px;
  height:450px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}
