@charset "utf-8";
/* CSS Document */

html, body, div, span, a, font{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}


body{
	background-color: 0b0b0b;	
}

#bg{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0b0b0b;	
}

#pagewidth{
	width: 603px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	height: 290px;
	background-color: #20252c;
}

#header-top{
	height: 99px;
	background-image: url(img/header_top.jpg);
}

#header-eu{
	width: 103px;
	height: 30px;
	float: right;
}

#header-mobile{
	width: 195px;
	height: 30px;
	float: right;	
}

.mobile-link{
	background: none;
	display: block;
	width: 185px;
	height: 30px;	
}

#header-change{
	height: 161px;
	vertical-align: top;
	background-repeat: no-repeat;
}

#header-bottom{
	background-image: url(img/header_bottom.jpg);
	height: 30px;
}

#middle{
	background-image: url(img/middle.jpg);
}

#navigation{
	height: 64px;
}

.navi{
	margin-top: 20px;
	margin-left: 32px;
	background-color: none;
	display: block;
	width: 96px;
	height: 14px;	
	float: left;
}

#content{
	background-image: url(img/content_middle.jpg);
}

#content-inner{
	margin: 0px 36px 0px 36px;
	padding: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16pt;
	
}

#content-bottom{
	height:27px;
	background-image: url(img/content_bottom.jpg);
}

#footer{
	margin-bottom: 20px;
	height: 59px;
	background-image: url(img/footer.jpg);	
}

#footer-impressum{
	padding-top: 21px;
	width: 100px;
	height: 36px;
	float: left;
}

.impressum-link{

	background: none;
	display: block;
	width: 100px;
	height: 36px;	
}

/*#########################*/
/*#########################*/

a{
	font-weight: bold;
	text-decoration: none;
	color: #d41307;
}

a:hover{
	color: #ffffff;
}

.heading{
	font-size: 12px;
	font-weight: bold;
	line-height: 14pt;	
}

.kleine_ueberschrift{
	line-height: normal;	
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	}

p{
	margin: 13pt 0pt 13pt 0pt;	
}

/*#### Bookmarks #####*/

#footer-bookmarks{
	float: right;
	width: 253px;
	height: 24px;
	margin: 30px 0 0 100px;
}

.bookmark{
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 3px;
	float: left;
}
