/** Allgemeine Angaben **/
body {
	margin: 0px;
	background-image: url("img/bg.gif");
	background-repeat: repeat-y;
	SCROLLBAR-FACE-COLOR: #EDF9FD; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E8F9FF; 
	SCROLLBAR-SHADOW-COLOR: #EDF9FD; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR:  #154F66; 
	SCROLLBAR-TRACK-COLOR: #F5FBFE; 
	SCROLLBAR-DARKSHADOW-COLOR: #89C1ED;
}

td,p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headline {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/** Beschreibung der div Elemente **/

#container {
	margin: 0px;
	padding: 0px;
	width: 564px;
}
#header {
	background-color : #F5FBFE;
	float : none;
	width : 564px;
	height: 127px;
	padding: 0;
	background-image:  url("img/head.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

}
#headline {
	float: none;
	background-image:  url("img/bg_headline.gif");
	width: 564px;
	height: 27px;
	font-family: Tahoma;
	font-size: 18px;
	color: #FFFFFF;
	text-align : left;
	text-indent: 191px;
	top: 108px;
}
/* header */
#header a:link, #header a:hover, #header a:visited, #header a:active {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#header .print {
	position: absolute;
    top: 108px;
	left: 425px;
	right: 0px;
	bottom:0px;

}
#header .home {
	position: absolute;
    top: 108px;
	left: 515px;
	right: 0px;
	bottom:0px;
}
/* header Ende */

/* Menü */
#menu {
	float: left;
	background-color: #EDF9FD;
	width: 180px;
    clear:both;
}

#menuinhalt {
	margin-left: 30px;
	margin-right: 10px;

}
div.menuitem {
	background-image:  url("img/listelement.jpg");
	background-repeat: no-repeat;
	width: 130px;
	text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}
div.menuitem a, div.menuitem a:hover, div.menuitem a:visited, div.menuitem a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/* Menü-Ende */

/*Inhalt */

#abstandoben {
	height: 10px;
    float:none;

}
#abstand {
	height: 5px;
	clear: both;
}
#content {
	background: #FFFFFF url("img/bg_content.gif");
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	float: right;
	width: 384px;
}
#textabstand {
	margin-left: 10px;
	width: auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#absatz1, #absatz2, #absatz3, #absatz4, #absatz5 {
	width: 564px;
	clear:both;
}
#absatz2, #absatz3, #absatz4, #absatz5 {
	clear:both;
}
/*Inhalt Ende */

/* Bild */

.bild {
	border-top: 2px solid #00A4E3;
	border-right: 2px solid #00A4E3;
	border-bottom: 2px solid #00A4E3;
	border-left: 2px solid #00A4E3;
	margin-left: 2px;
}

/* Bild Ende */
