* {
	margin: 0px;
	padding: 0px;
	border: none;
	top: 0px;
	left: 0px;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	color: rgb(33,33,37);
}

/*........................................................................*/

html, body {
	height: 100%;
	background-color: rgb(128,128,128);
}


/*........................................................................*/

#abstand {
	height: 50%;
	width: 100px;
	margin-bottom: -397px;
	float: left;
}

/*........................................................................*/

#container {
	clear: left;
	position: relative;
	width: 960px;
	height: 780px;
	margin: 0px auto 0px auto;
	background-color: rgb(206,212,228);
	border: 1px solid rgb(33,33,37);
}


/*........................................................................*/

#kopf {
	float: left;
	width: 960px;
	height: 95px;
	background-color: rgb(55,89,130);
	background-image: url(../eicons/jan_wagner.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
}

#kopf P {
	margin: 10px 0 0 30px;
	color: rgb(255,255,255);
	font-family: lucida, arial, geneva, sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
}

/*........................................................................*/

#logo {
	position: absolute;
	top: 10px;
	left: 810px;
	width: 142px;
	height: 142px;
	background-color: rgb(255,204,0);
	border: 1px solid rgb(169,182,204);
}

/*........................................................................*/

#adresse {
	float: left;
	width: 960px;
	height: 65px;
	background-color: rgb(206,212,228);
}

#adresse P {
	margin: 10px 0 0 30px;
	color: rgb(55,89,130);
	font-size: 18px;
	line-height: 24px;
}

#adresse P B {
	color: rgb(55,89,130);
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

/*........................................................................*/

#trenner {
	clear: left;
	width: 960px;
	height: 10px;
	background-color: rgb(198,40,45);
}

/*........................................................................*/

#navigation {
	float: left;
	margin: 24px 30px 0 0;
	list-style: none;
	
	height: 585px; /*...TEST...*/
	overflow: hidden; /*...TEST...*/
}

#navigation LI {
	width: 168px;
	height: 73px;
	margin: 7px 0 0 0;
	background-color: rgb(55,89,130);
	border: 1px solid rgb(55,89,130);
}

#navigation LI.navi_feld_rot {
	background-color: rgb(198,40,45);
	border: 1px solid rgb(198,40,45);
}

#navigation LI A {
	display: block;
	margin: 9px 5px 0 30px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}
#navigation LI A:HOVER {color: rgb(255,204,0);}

#navigation .aktiv {
	width: 168px;
	height: 75px;
	margin: 7px 0 0 0;
	background-color: rgb(169,182,204);
	border: 1px solid rgb(169,182,204);
	color: rgb(198,40,45);
}

#navigation .aktiv A {
	color: rgb(198,40,45);
}

/*........................................................................*/

#headline {
	float: left;
	width: 740px;
	margin: 30px 0 30px 0;
}

/*........................................................................*/

/* .Textbox mit den Inhalten. */
#inhalte {
	float: left;
	width: 740px;
}

#inhalte IMG.linksrand {
	float: left;
	margin: 0 20px 0 0;
}
/* .Reihenfolge der Pseudoklassen stets: *LINK *VISITED FOCUS *HOVER ACTIVE. */
/* .Links im Text. */

#inhalte A {color: #2b2b2c;}
#inhalte A:LINK {color: #2b2b2c;}
#inhalte A:VISITED {color: #2b2b2c;}
#inhalte A:HOVER {color: #2b2b2c;}

/*........................................................................*/

A {	color: rgb(35,61,104);}
A:LINK {color: rgb(35,61,104);}
A:VISITED {color: rgb(35,61,104);}
A:HOVER {color: rgb(198,40,45);}


