/* CSS Document */

body, #screen {
	background-image:url(../grafik/hgr.jpg);		/* Datei als Hintergrund */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body{
	margin-top:0px;
}

/* ######################## */
/*       Layout				*/
/* ######################## */

#window {
	position:relative;
	width:800px;								/* feste Größe */
	height:620px;

	margin-left: auto;
	margin-right:auto;
	background:url(../grafik/footer.gif) bottom repeat-x #FFFFFF;
}

#head{
	height:91px;
	width:800px;
}

#menue{
	position:absolute;
	top:70px;
	left:10px;
	height:78px;
	width:438px;
}

#menue2{
	position:absolute;
	right:30px;
	top:90px;
	z-index:2;
}

#teaser{
	position:absolute;
	bottom:0;
	right:0px;
	height:450px;
	width:210px;
}

#teaser_right{
	float:right;
}

#content{
	position:absolute;
	top:175px;
	height:370px;
	width:520px;
	overflow:auto;
	padding:0 3em;
	left: 0px;
	z-index:1;
/*	border:red 1px solid;
*/}

#sections{
	/*background-color:#99FFCC;*/		/* nur zum Positionstest */
	position:absolute;
	top:100px;
	right:80px;
}

#pagination, #copyright{
/*	position:absolute; */
	bottom:0.5em;
	margin-bottom:0;
	clear:both;
}

#pagination{
	width:80%;
	border-top:2px solid #649CB2;
	padding-top:0.1em;
}

#pagination a{
	padding:0.2em 0.3em;
}

#pagination a.current{
	color:white;
	background-color:#649CB2;
}

#copyright{
	font-size:75%;
	text-align:right;
/*	width:80%;*/
	position:absolute;
	right:20%;
}

#footer{
	position:absolute;
	bottom:5px;
	width:570px;
	padding-left:10px;
}

.relative{
	position:relative;
}

.LfBox{
	clear:left;
}



/* ######################## */
/*       Styles							*/
/* ######################## */
h1{
	border-bottom:#649cb2 3px solid;
	padding-left:0.3em;
	padding-right:1.5em;
	padding-bottom:0.2em;
	float:left;
}

/* ######################## */
/*       Sektionen			*/
/* ######################## */
#sections{
	font-size:130%;
}

#sections ul li{
	display:inline;
	padding-left:0.4em;
	padding-right:1em;
}

#sections a{
	text-decoration:none;
	padding:0.1em 0.2em;
}

#sections a:hover{
	background-color:#649CB2;
	color:white;
}

/* ######################## */
/*       Footer				*/
/* ######################## */
#footer, #footer a{
	color:black;
}

#footer{
	font-size:100%;
	font-weight:bold;
	font-style:italic;
}

#footer #left_footer{
	float:left;
}

#footer #right_footer{
	float:right;
}

#footer a{
	text-decoration:none;
	display:block;
	padding:0 0.5em 0 0.5em;
}

#footer a:hover,#content a:hover{
	background-color:#649CB2;
	color:white;
	text-decoration:none;
}


/* ######################## */
/*       Content			*/
/* ######################## */
#content h1{
	font-size:150%;
	line-height:50%;
}

#content p{
	font-size:100%;
	line-height:105%;
}

#content a, #sections a, #h_nav_1_1 p a{
	color:#508AA0;
	font-weight:bold;
}
