@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #1f1f1f;	
	background:#ffce00 url(images/head_back.jpg) repeat-x top;
	font-size: x-small;
	font-family: Verdana, Tahoma, Arial, Times;
	font-weight: normal;
	margin: 0px;
}

#wrapper{
	margin:0 auto;
	width:900px;
}

a img {border:0 none}

.clear{clear:both}
.float_left{float:left;position:relative;}
.float_right{float:right;position:relative;}

a{
	color: #195a86;
	text-decoration: underline;
}

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

a.mehr, a.mehr:link, a.mehr:visited, a.mehr:hover, a.mehr:focus, a.mehr:active {
	padding: 1px 3px 2px 3px;
	text-decoration:none;
	color:#ffffff;
	background-color:#000000;
}

a.mehr:hover, a.mehr:focus, a.mehr:active {
	background-color:#CC6600;
}

a.di8, a.di8:link, a.di8:visited, a.di8:hover, a.di8:focus, a.di8:active {
	text-decoration:none;
	color:#000000;
}

a.di8:hover, a.di8:focus, a.di8:active {
	color:#CC6600;
}

h1{
	color: #000000;
	font-family: Arial, Tahoma,Verdana;
	font-size: medium;
	text-decoration: none;
	padding-bottom:10px;
}

h6, h2, h3, h5, .headline_fett{
	color: #4b4b4b;
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:0;
}

h2{
	font-size: 11px;
	display:inline;
}

h3{
	font-size: 11px;
	font-weight: normal;
	display:inline;
}

h5{
	color: #D00000;
	font-size: 12px;
	font-family: Verdana,Tahoma,Arial;
	margin-bottom:3px;
	margin-top:0px;
}

.headline_fett{
	text-transform:uppercase;
}
/* head */
#head{
	background:url(images/head.jpg) no-repeat top;
	height:189px;
	position:relative;
}

#head #headnavi{
	position:absolute;
	top:20px;
	right:25px;
}


#head #headnavi, #head a.navi, #head a.navi:link, #head a.navi:visited, #head a.navi:active, #head a.navi:hover, #head a.navi:focus{ 
	color: #c9af45;
	text-decoration: none;
	text-transform:uppercase;
}

#head a.navi:active, #head a.navi:hover, #head a.navi:focus{color: #ffffff;}

/* end head */

#content{
	background:url(images/content_back_top.jpg) left top no-repeat;
}
#content .content_first{padding-top:50px}
#content2{
	background:url(images/content_back.gif) repeat-y;
}

#content2_left{
	float:left;
	width:253px;
	margin-right:15px;
}

#content2_middle{
	float:left;
	width:332px;
	margin-left:16px;
	margin-right:15px;
}

#content2_right{
	float:left;
	width:237px;
	margin-left:16px;
}

#content2_left .image{
	float:left;
	width:70px;
}

#content2_left .text{
	float:left;
	width:183px;
}

#content2_middle ul{
	padding:10px 0 10px 15px;
	list-style-type:square;
	
}

#content2_middle .image{
	padding-bottom:3px;
	display:block;
	
}



#footer{
	padding-bottom:10px;
	text-align:right;
}
#iframe {
	padding:0;
	margin:0;
}


