/********************* Allgemeine Eigenschaften ********************/

/* body-Bereich */
body
{
	margin:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}


/* Kopfbereich */

#logo
{
	position:absolute; left:17px;
}

#pageinfo
{
	position:absolute; top:107px; left:160px;
	width:810px;
	font-size:14px; font-weight:bold;
	line-height: 23px;
	padding-left:20px;
	background-color:#E4E4E4;
	color:#003F82;
}

#lineimage
{
	position:absolute; top:92px; left:160px;
}

#title
{
	position:absolute; top:20px; left:160px;
	font-size:22px; font-weight:bold;
	line-height:33px;
	width:830px;
}

/* Hauptbereich */

.hauptbereich
{
	position:absolute;
	float:left;
	width:810px;
	left:160px;
	top:140px;
	font-size:16px;
	line-height: 20px;
	background-color:#E4E4E4;
	padding: 10px;
}

.foto
{
	width: 120px;
	height: 150px;
	text-align: center;
	padding: 20px;
}

#motto
{
	position:absolute;
	top: 50px;
	left: 200px;
	text-align: center;
	width: 220px;
	font-variant:small-caps;
	font-size: 20px;
	line-height: 30px;;
}

#home_partner
{
	position:absolute;
	width: 350px;
	left: 60px;
	top: 210px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.home_text
{
	padding-top: 10px;
	font-size: 16px;
	line-height: 25px;
}


.aufzaehlung
{
	font-size: 16px;
	line-height: 25px;
}


ul
{
	font-weight:bold;
}

.ueberschrift
{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 15px;
}

.ueberschrift2
{
	line-height: 22px;
	font-weight: bold;
}

.fett
{
	font-weight: bold;
}

.eingerueckt
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.hervorhebung
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top:10px;
}

.referenz
{
	padding: 10px;
	background-color: #ffffff;
	border: 2px solid #E4E4E4;
}

.ref_table
{
	width:100%;
	table-layout:fixed;
	

}
.ref_table td, th
{
	padding:5px;
	background-color:#ffffff;
	font-weight: bold;
}


/* Navigation */
#navigation
{
	position:absolute;
	float:left;
	width:140px;
	left:10px;
	top:140px;
	background-color:#E4E4E4;
	text-align:center;	
	font-size: 14px;
}


#navigation a:link
{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:visited
{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover
{
 	color:#003F82;
}

#navigation a:active
{
	color:#003F82;
	font-weight:bold;
	text-decoration:none;
}

#navigation img
{
	vertical-align:middle;
}



/* Links */
a:link
{
	color:#666666;
	text-decoration:none;
}
a:visited
{
	color:#666666;
	text-decoration:none;
}
a:hover
{
	color:#003F82;
	text-decoration:underline;
}
a:active
{
	color:#003F82;
	text-decoration:none;
}




