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

html,body,#no_image, #mit_image{
	font-family:Arial, "Times New Roman", serif;
	font-style:normal;
	font-size:12px;
	color:#333333;
	line-height:18px;
	height:100%;
	min-height:100%;
	background-color:#f4c200;
	margin:0;
	padding:0;
	
	background-image:url(pics/body.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}

h1,h2,h3,h4,h5 {
	color:#e5b700;	
	font-weight:bold;	
	margin:0;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
}

h3 {
	font-size:11px;
}

#no_image {
	background-image:url(pics/noimage.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#mit_image {
	background-image:url(pics/body.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


#container{
	width:960px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

#image {
	right:0px;
	top:0;
	background-color:#FFFFFF;
	width:249px;
	position:absolute;
	border-bottom:1px solid #fbb903;
	padding-top:12px;
}

#image img {
	margin-left:12px;
}

#navi{
	font-family:Times;
	font-style:normal;
	color:#787a7d;
	font-size:14px;
	text-align:center;
	line-height:21px;
	width:680px;
	margin-top:50px;
	
	padding:0 140px;

}

#navi a{
	margin-left:7px;
	margin-right:7px;
	color:#f4c20d;
}

#subnavi {
	text-align:left;
	/*padding:10px 140px 10px 0;*/
	width:230px;
	float:left;
	margin-left:20px;
	padding-left:20px;
}


#subnavi a {
	color: #000000;
	text-decoration:none;	
	text-align:left;
}

#subnavi .active {
	color: #e5b700;
	text-decoration:none;	
}



a:visited {
	color:#f4c20d;
	text-decoration: none;
}

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

#logo{
	height:217px;
	width:895px;
	margin-left:65px;
	padding-top:118px;
}

#logo-text{
	padding:7px 0 0 343px;
	font-family:Times;
	font-style:normal;
	font-size:24px;
	letter-spacing:2px;
	font-variant:small-caps;
	line-height:30px;
	color:#f4c20d;
	
}

#middle{
	width:825px;
	/*
	background-image:url(pics/logo-frau.jpg);
	background-repeat:no-repeat;
	background-position:100% 105px;
	*/
	padding-top:50px;
}

#text{
	margin:0 0 50px 40px;
	width:646px;
	float:left;
}

#footer {
	width:960px;
	height:8px;	
	position:absolute;
	bottom:0;
	line-height:0;
	padding:0;
	margin:0;
}

.headline,h1{
	font-family:Times;
	font-style:normal;
	font-size:18px;
	line-height:46px;
	color:#f4c20d;
}

.clear {
	clear:both;
}
