body{
	font-family: 'Droid Sans', Arial, Helvetica, serif;
	background-color:#000;	
	color:#fff;
	font-size:12px;
	height:100%;
	background-color:#161616;	
}
@font-face {
	font-family: 'DroidSansRegular';
	src: url('DroidSans-webfont.eot');
	src: local('☺'), url('DroidSans-webfont.woff') format('woff'), url('DroidSans-webfont.ttf') format('truetype'), url('DroidSans-webfont.svg#webfontbC7tRKrq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('DroidSans-Bold-webfont.eot');
	src: local('☺'), url('DroidSans-Bold-webfont.woff') format('woff'), url('DroidSans-Bold-webfont.ttf') format('truetype'), url('DroidSans-Bold-webfont.svg#webfont5dL3IGk2') format('svg');
	font-weight: normal;
	font-style: normal;
}

a, a:hover, a:visited{
	color:#CCC;	
}
h1{
			font-size:26px;
			margin:5px 15px;
			color:#947a3b;	
		}
#site_wrapper{
	height:100%;	
}
#site_header{
	height:121px;	
	width:100%;
	background-color:#000;
}
#top_box{
	background-image:url("../img/layout/bg_stripes.gif");
	padding:10px;
	font-size:12px;
	position:absolute;
	text-transform:uppercase;
	top:0;
	right:4%;	
}
.highlight_txt{
	color:#ffb03f;	
}
#navigation {
	position:absolute;
	top:52px;
	left:40%;
	font-size:14px;	
	height: 30px;
	padding: 13px;
	margin: 10px 0;
	overflow: hidden;
}
#navigation li {
	float: left;
	list-style: none;
	margin-right:22px;
	-moz-border-radius:3px 3px 3px 3px;
}
#navigation li.back {
	background: url("bg.gif") no-repeat right -30px;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
	-moz-border-radius:3px 3px 3px 3px;
}
#navigation li.back .left {
	background: url("bg.gif") no-repeat top left;
	height: 30px;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}
#navigation li a {
	font-family:'DroidSansRegular', Arial, sans-serif;
	text-decoration: none;
	color: #ccc;
	outline: none;
	text-align: center;
	top: 8px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
#navigation li a:hover, #navigation li a:active {
	color:#fff;	
}
#navigation .current a{
	color:#fff;	
}
#site_body{
	width:100%;
	overflow:hidden;	
	height:391px;
	width:100%;
	background-color:#171717;	
	background-repeat:no-repeat;
}
#foot_con1, #foot_con2, #foot_con3{
	width:27%;
	background-color:#1b1b1b;
	background-image:url(../img/layout/bg_footercons.gif);
	background-repeat:repeat-x;
	float:left;
	margin: 20px 15px 10px 15px;
	padding: 10px 10px 10px 15px;
	height:auto;
	border:1px dotted #272727;
}

#foot_con1:hover, #foot_con2:hover, #foot_con3:hover{
	background-image:url(../img/layout/bg_footercons_hover.gif);
	background-repeat:repeat-x;
	border:1px dotted #333;
}
#foot_con1 h2, #foot_con2 h2, #foot_con3 h2{
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
	font-family:'DroidSansBold', Arial, sans-serif;
}
#foot_con1 p, #foot_con2 p, #foot_con3 p{
	line-height:16px;
	font-size:12px;
}
.vertical_spacer{
	border-right:1px dotted #595959;
	width:1px;
	float:left;
	margin:15px 0;
	height:140px;	
}
.stripes_spacer{
	height:24px;
	background-image:url("../img/layout/bg_stripes.gif");	
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
#site_footer{
	background-image:url("../img/layout/bg_footer.jpg");
	background-repeat:repeat-x;
	float:left;
	width:100%;
	height:100%;
}
#footer_bottom{
	clear:left;
	font-size:10px;
	padding:15px;
	margin-left:15px;
	width:95%;
	text-align:right;
	border-top:1px dotted #595959;
	text-transform:uppercase;
}
#footer_bottom a{
	text-decoration:none;
}
#footer_bottom a:hover{
	color:#C00;	
}
#kontakt .red{
	border: 1px dashed #692424;
}
