html, body
{

	height:										100%;
	width:										100%;
	margin:										0px;
	padding:									0px;
	font-size:								13px;

}

body
{

	background-image:					url( ../images/hintergrund.jpg );
	background-repeat:				repeat-x;
	background-color:					#f4f3ef;
	min-height:								562px;
	font-family:							"Lucida Grande", "Lucida Sans Unicode", sans-serif;

}

div#schatten
{

	position:									absolute;
	background-image:					url( ../images/schatten.jpg );
	background-repeat:				no-repeat;
	background-position:			center;
	height:										100%;
	min-height:								562px;
	width:										100%;

}

img
{

	border:										0px;

}

ul, li
{

	margin:										0px;
	padding:									0px;
	list-style:								none;

}

h1
{

	margin:										0px;
	padding:									0px;
	color:										#003872;
	font-size:								13px;
	text-transform:						uppercase;

}

div.clear
{

	clear:										both;

}

.right
{

	float: 										right;
	margin-left:							60px;

}

.left
{

	float: 										left;
	width:										80px;

}

div#hoehen_abstand
{
	
	height:										50%;
	margin-bottom:						-281px;
	float:										left;

}

div#haupt_div
{

	position:									relative;
	height:										562px;
	width:										880px;
	margin:										0 auto;
	clear:										left;

}

div#header
{

	position:									relative;
	height:										140px;
	background-image:					url( ../images/header_hintergrund.jpg );
	background-repeat:				no-repeat;

}

div#logo
{

	position:									relative;
	height:										60px;
	width:										190px;
	padding:									26px 0px 0px 30px;

}

ul.ul_hauptmenue
{

	margin:										26px 0px 0px 15px;

}

li.li_hauptmenue
{

	float:										left;
	font-size:								13px;
	color:										#003872;
	font-weight:							bold;
	text-transform:						uppercase;
	margin-left:							15px;
	height:										25px;
	padding-right:						15px;
	background-repeat:				no-repeat;
	background-position:			0px 19px;

}

.hm_aktiv										{ background-image: url( ../images/menue_hintergrund_1.jpg ); }

li.li_hauptmenue a					{ color: #003872; text-decoration: none; }
li.li_hauptmenue a:hover		{ color: #003872; text-decoration: none; }
ul.ul_hauptmenue .hm_1:hover, .hm_aktiv_1 { background-image: url( ../images/menue_hintergrund_1.jpg ); }
ul.ul_hauptmenue .hm_2:hover, .hm_aktiv_2 { background-image: url( ../images/menue_hintergrund_2.jpg ); }
ul.ul_hauptmenue .hm_3:hover, .hm_aktiv_3 { background-image: url( ../images/menue_hintergrund_3.jpg ); }
ul.ul_hauptmenue .hm_4:hover, .hm_aktiv_4 { background-image: url( ../images/menue_hintergrund_4.jpg ); }
ul.ul_hauptmenue .hm_5:hover, .hm_aktiv_5 { background-image: url( ../images/menue_hintergrund_5.jpg ); }
ul.ul_hauptmenue .hm_6:hover, .hm_aktiv_6 { background-image: url( ../images/menue_hintergrund_6.jpg ); }

div#content, div#content_start
{

	padding:										43px 0px 0px 30px;
	background-color:						#fff;
	height:											360px;
	color:											#666;
	line-height:								1.5;

}

div#content_start
{

	padding-left:								0px;

}

div#content a									{ color: #003872; padding-left: 15px; background-image: url( ../images/pdf.jpg ); background-repeat: no-repeat; background-position: 0px 4px; }
div#content a:hover						{ text-decoration: none; }

div#content a.ohne
{

	background:									none;
	padding:										0px;

}

p.small
{

	font-size:									11px;

}

div#content p.small a					{ color: #666; }
div#content p.small a:hover		{ color: #666; }

div#footer
{

	padding:										3px 0px 0px 30px;
	background-image:						url( ../images/footer_hintergrund.jpg );
	background-repeat:					no-repeat;
	font-size:									11px;
	color:											#fff;
	height:											19px;

}