/* CSS Document */
*{
	margin:0;
	padding:0;
}

body, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body{
	margin-top:0px;
}

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

#window {
	width:700px;								/* feste Größe */
	/*height:600px;*/

	margin-left: auto;						/* horizontal zentriert */
	margin-right:auto;
}

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

/*#content{
	float:left;
	height:401px;
	width:438px;
	background-color:white;
	overflow:auto;
	position:relative;
}
*/
#footer{
	position:absolute;
	top:-27px;
	width:504px;
	padding-left:10px;
	/*background-color:#99FFCC;*/		/* nur zum Positionstest */
}

.LfBox{
	clear:left;
}



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

h2{
	margin-top:1em;
	font-size:150%;
}

p{
	margin-bottom:0.8em;
}

.ImgBoxLeft,.ImgBoxRight,.ImgLeft,.ImgRight{
	margin-bottom:1em;
	margin-top:1em;
}

.ImgBoxLeft,.ImgBoxRight{
	padding-bottom:0.5em;
	background-color:#BEE0DA;
	font-size:75%;
}

.ImgBoxLeft p,.ImgBoxRight p{
	color:black;
	padding:0.2em;
	margin:0 0 0 0;
}

.ImgBoxLeft,.ImgLeft{
	float:left;
	margin-right: 1em;
}

.ImgBoxRight,.ImgRight{
	float:right;
	margin-left: 1em;
}

/* ######################## */
/*       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{
	color:#508AA0;
	font-weight:bold;
}