@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
  	padding: 0px;
  	margin: 0px;
  	background-color: #EAEAFF;  
}
a:link {
	color:#FFFFFF; 
	text-decoration:underline; 
	font-weight:normal; 
}

a:visited { 
	color:#AAAAAA; 
	text-decoration:underline; 
	font-weight:normal; 
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

div.container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	border-color: #000000;
	background-color: #EAEAFF;
	width: 760px;
}

div.kopf {
	position:absolute;
	padding: Opx;
	height: 270px;
	margin: 0px;
	background-color: #EAEAFF;
	width: 760px;
	left: 0px;
	top: 0px;
}

div.fuss {
	position:absolute;
	text-align:center;
	color:#000000;
	font-size: 10px;
	font-weight: normal;
	width: 760px;
	height: 19px;
	margin: 0px;
	background-color: #EAEAFF;
	
}

div.inhalt {
	position:absolute;
	margin: 0px 0px;	
}

div.inhalt_text{
	background-color: #EAEAFF;
	width: 360px;
	height: auto;
	padding: 5px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	font-size: 12px;

}

div.inhalt_shadow_top, div.inhalt_shadow_bottom {
	background-color: #EAEAFF;
	width: 370px;
	height: 5px;
	padding: 0px;
}

div.links1, div.links2, div.links3 {
	position: absolute;
	width: 190px;
	height: 190px;
	padding: 5px;
	background-color: #EAEAFF;
	background-image: url(../images/box_left_shadow.png);
	background-repeat: no-repeat;
}

div.rechts1, div.rechts2, div.rechts3 {
	position: absolute;
	width: 150px;
	height: 190px;
	padding: 5px;
	background-color: #EAEAFF;
	background-image: url(../images/box_right_shadow.png);
	background-repeat: no-repeat;
}

.text_norm {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}
.text_headline {
	font-size: 12px;
	font-weight: bold;
}
