/* BODY style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #444444;
	text-decoration: none;
	background-color: #e7e7e7;
}

/* Allgemeine Typografie-Definietion */

.feed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #172982;
}

h2 {
	font-size: 12px;
	font-weight: strong;
	color: #172982;
}

h3 {
	font-size: 12px;
	font-weight: strong;
	color: #000000;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a {
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
}

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



/* Spezifische Typografie styles */


.menu{
	color: #555555;
	text-decoration: none;
}

.menu_a{
	color: #172982;
	font-weight: bold;
	text-decoration: none;
}


/* Tabellen styles */
.tab1 {
	border-collapse: collapse;
	padding: 0;
	border: 0px;
  	background: #FFFFFF;
}


td.tab1 {
	border: 1px;
  	padding: 0;
  	color: #000000;
  	vertical-align: top;
}


/* Listen styles */

UL {
	padding-left: 1em;
}

UL LI {
	margin: 0;
	list-style-type: circle;
}


/* DIV-Container styles */

#topper {
	position:absolute;
	left: 50%;
	margin-left: -475px;
	top: 0px;
	width: 950px;
	height: 200px;
	background-color: #FFFFFF;
   }
   

#background {
	position:absolute;
	left: 50%;
	margin-left: -475px;
	top: 0px;
	width: 950px;
	height: 565px;	
	background-color: #FFFFFF;
   }



#line1 {
	position:absolute;
	left: 50%;
	margin-left: -475px;
	top: 220px;
	width: 950px;
	height: 5px;
	background-color: #172982;
   }

#line2 {
	position:absolute;
	left: 50%;
	margin-left: -475px;
	top: 540px;
	width: 300px;
	height: 5px;
	background-color: #172982;
   }

#menu1 {
	position:absolute;
	left: 50%;
	margin-left: -265px;
	top: 195px;
	width: 700px;
	height: 25px;
   }

#menu2 {
	position:absolute;
	left: 50%;
	margin-left: -455px;
	top: 250px;
	width: 280px;
   }

#image1 {
	position:absolute;
	left: 50%;
	margin-left: -155px;
	top: 255px;
	width: 280px;
	height: 250px;
	background-color: #999999;
   }

#image2 {
	position:absolute;
	left: 50%;
	margin-left: 145px;
	top: 255px;
	width: 280px;
	height: 250px;
	background-color: #999999;
   }


#subheadline {
	position:absolute;
	left: 50%;
	margin-left: -155px;
	top: 520px;
	width: 600px;
	height: 25px;
   }
   

#text1 {
	position:absolute;
	left: 50%;
	margin-left: -475px;
	padding-left: 320px;
	padding-bottom: 25px;
	top: 565px;
	width: 630px;
	background-color: #FFFFFF;
   }

#text2 {
	position:absolute;
	left: 50%;
	margin-left: -475px;
	padding-left: 20px;
	padding-bottom: 25px;
	top: 565px;
	width: 930px;
	background-color: #FFFFFF;
}

   
