BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../grafiken/screen_unten.jpg);
	background-repeat: repeat-y;
	background-color: #000080;
}

A:link, A:visited {
	color:#00FF00;
	text-decoration: underline;
}

A:hover {
	color:#0000FF;
	text-decoration: none;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

UL {
	list-style-type: square;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #0000FF;
	padding-bottom: 3px;
	color: #CCCCCC;
	font-weight: normal;
	padding-left: 3px;
}

H2 {
	font-size: 13px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
	font-style: italic;
}
H4 {
	font-size: 14px;
	font-weight: normal;
}
DIV.screen_kopf {
	background-image: url(../grafiken/screen_kopf.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
}


DIV.screen_mitte {
	width: 950px;
	background-image: url(../grafiken/screen_mitte.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 80px;
}
DIV.screen_spalte_li {
	width: 144px;
	height: 343px;
	background-image: url(../grafiken/screen_bg_spalte_li.gif);
	background-repeat: no-repeat;
	padding-top: 29px;
	position: absolute;
	left: 0px;
	top: 0px;
}
DIV.screen_inhalt {
	width: 650px;
	background-image: url(../grafiken/screen_inhalt_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 170px;
	color: #CCCCCC;
}

DIV.screen_fuss	{
	background-image: url(../grafiken/screen_fuss.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 950px;
	position: relative;
}

DIV.screen_fuss_text {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -20px;
	color: #FFFFFF;
	font-size: 9px;
}

DIV.navigation {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 152px;
	background-image: url(../grafiken/navi_oben.jpg);
	background-repeat: no-repeat;
	padding-top: 26px;
}
DIV.navigation_unten {
	background-image: url(../grafiken/navi_unten.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 24px;
}

.navigation A:link, .navigation A:visited {
	background-image: url(../grafiken/navi_button.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	width: 152px;
	font-weight: normal;
	padding-left: 12px;
	text-align: center;
	padding-top: 5px;
}
.navigation A:hover {
	color: #999999;
	text-decoration: underline;
}

.smalltext {
	font-size: 10px;
}

A.smalltext:link, A.smalltext:visited {
	font-size: 10px;
}

A.smalltext:hover {
	font-size: 10px;
}

LI.list_pdf {
	list-style-image: url(../grafiken/icon_pdf.gif);
	margin-bottom: 5px;
}

.MessageError {
	font-weight: bold;
	color: #FF0000;
}
.MessageOK {
	font-weight: bold;
	color: #66CC00;
}

