/*---- Basic Positions ---*/

body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c8c8c8;
	text-align: center;
	padding: 0px;
	margin: 0px;
	min-height:101%; /*Scrollbar immer anzeigen*/

}

#rahmen {
	width: 750px;
	height: 500px;
	text-align: left;
	border: 1px solid #003FC0;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #FFE96F;
}


#main {
	position:relative;
	left:65px;
	top:20px;
	width:650px;
	height: 470px;
	z-index:0;
	background-image: url(../img/schleife_2_final1.jpg);
	background-image: url(../img/schleife_blau.jpg);
	background-repeat:no-repeat;
	border: solid 0px #CCC;
}

/*-- Element Postitionen --*/

#titel
 {
	position:absolute;
	left:55px;
	top:8px;
	width:541px;
	height:87px;
	z-index:2;
}

#wappen {
	position:absolute;
	left:293px;
	top:154px;
	width:119px;
	height:49px;
	z-index:2;
}
#logorechts {
	position: absolute;
	left: 485px;
	top: 176px;
	width: 111px;
	height: 41px;
}


#link5 {
	position:absolute;
	left:277px;
	top:335px;
	width:130px;
	height:24px;
	z-index:2;
	
}
#link2 { position:absolute; left:-5px; top:236px; width:118px; height:28px; z-index:2; text-align: right; font-size: 13px; 
	
}

#link7 { position:absolute; left:154px; top:304px; width:60px; height:23px; z-index:2; text-align: right; font-size: 13px; 
}
#link8 { position:absolute; left:184px; top:331px; width:99px; height:24px; z-index:2; text-align: right; font-size: 13px; 
	
}
#link1 {
	position:absolute;
	left:-26px;
	top:198px;
	width:105px;
	height:26px;
	z-index:2;
	text-align: right;
	font-size: 13px;
	
}
#link4 {
	position:absolute;
	left:282px;
	top:348px;
	width:79px;
	height:23px;
	z-index:2;
	text-align: right;
	font-size: 13px;
	visibility:hidden;
}

#link6 {
	position:absolute;
	left:421px;
	top:348px;
	width:89px;
	height:25px;
	z-index:2;
}
#link3 { position:absolute; left:45px; top:273px; width:118px; height:25px; z-index:2; color: #003FC0; text-align: right; font-size: 13px; 
}


/*---- Basic Styles ---*/

a, a:visited {
	color: #003FC0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E51819;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

.Stil1 {
	color: #003FC0;
	font-weight: bold;
}

.start_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	align: center;
}
.start_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	font-weight: normal;
}
#test {
	color: #FF0;
}

