* {margin:0;padding:0;
} 

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#main {padding-bottom: 92px;}  /* must be same height as the footer */

body
{
	background-color: #E9E9E9;
	font-size: 100%;
	line-height: 1.125em;
	font-family: Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;
	color: #564b47;
	margin: 0px;
	padding: 0px;
}

/* ----------Container zentriert das Layout-------------- */
#container
{
	background-color: #FFFFFF;
	width: 825px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------Header-------------------------- */
#header
{
	background-color: #FFF;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center -10px;
	position: relative;
}

#header h2 a
{
	background-image: url(../images/logo_topnav.gif);
	text-decoration: none;
	display: block;
	width: 197px;
	height: 131px;
	margin: 0px;
	background-repeat: no-repeat;
}	

#header h2
{
	margin: 0;
	position: absolute;
	top: 0px;
	left: 125px;
}

/* ----------Navigation--------- */
	.menu
  	{
  		width: 825px;
  		height: 55px;
  		margin: 0;
  		padding: 0px;
  		overflow: hidden;
  		font-size: 10px;
  	}
  	
  	.menu ul
  	{
  		margin: 0;
  		padding: 0;
  		list-style-type: none;
  	}
  	
  	.menu li
  	{
  		margin: 0;
  		padding: 0;
  		float: left;
  		width: 126px;
  		text-align: center;
  		height: 55px;
  	}
  	
  	.menu a
  	{
  		display: block;
  		width: 100%;
  		height: 100%;
  		text-decoration: none;
  		background-image: url(../images/bg_navi.gif);
  		background-position: -1px 0px;
  		background-repeat: no-repeat;
  		padding: 14px 0 0 0;
  		color: #FFFFFF;
  	}
  	
  	.menu a:hover
  	{
 		background-position: -1px -60px;
  		color: #dedede;
  	}

/* ----------------------Inhalt-------------------------- */
#content
{
	float: left;
	background-color: #ffffff;
	margin-left: 45px;
	width: 375px;
	padding: 0px;
	font-size: 0.8em;
}

/* ----------Inhalt Titel--------- */
#content h1
{
	font-size: 2em;
	margin: 7px 0 1.1em 0;
	font-weight: normal;
}

#content h2
{
	font-size: 1.5em;
	margin: 0 0 0.5em;
	font-weight: normal;
}

#content h3
{
	font-size: 1.1em;
	margin: 0 0 0.5em;
	font-weight: normal;
}

/* ----------Inhalt Absatz--------- */
#content p 
{ 
	margin: 0 0 0.5em;
}


/* ----------Inhalt Links--------- */
#content a:link, #content a:visited
{
	color: #004582;
	text-decoration: none;
	border-bottom: 1px #004582 dotted;
}

#content a:hover
{
	background-color: #a4b5d9;
}

#content a:active
{
	color: #FFFFFF;
	background-color: #004582;
}

/* ----------Inhalt Linktypen--------- */

a.pdf {
	background: url(../images/icon_pdf.png) no-repeat;
	padding-left: 20px;
}

/* ----------Inhalt Listen--------- */
#content ul
{
	padding: 0px;
	margin: 0 0 0.5em 1.5em;
}

#content li
{
	padding: 0px;
	margin: 0;
}

/* ------------------------Sidebar----------------------- */
#sidebar
{
	margin-left: 450px;
	margin-right: 0px;
	width: 275px;
	height: 405px;
	background-image: url(../images/bg_bottom_aktuell.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#sidebar h1
{
	width: 278px;
	height: 35px;
	background-image: url(../images/titel_aktuell.gif);
	background-repeat: no-repeat;
}

#sidebar #news
{
	width: 255px;
	height: 330px;
	background-color: #E9E9E9;
	overflow: auto;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	font-size: 0.8em;
	padding: 10px 0 20px 20px;
}


#sidebar a:link, #sidebar a:visited
{
	color: #004582;
	text-decoration: none;
	border-bottom: 1px #004582 dotted;
}

#sidebar a:hover
{
	background-color: #a4b5d9;
}

#sidebar a:active
{
	color: #FFFFFF;
	background-color: #004582;
}


/* ------------------------Footer------------------------ */


#footer
{
	position: relative;
	width: 825px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -92px;
	/* negative value of footer height */
	height: 92px;
	clear: both;
	background-image: url(../ima ges/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
} 

.amh
{
	margin-right: 20px;
	margin-bottom: 20px;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------Image-Formatierung--------------------- */
a img
{
	border: none;
}

p img
{
	padding: 0;
	max-width: 100%;
}

/*	die Benutzung von z.B.'class="alignright"' und 'class="centered',
	ist besser/zukunftssicherer als z.B. align="center". (...und v.a. valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

hr
{
	margin-top: 20px;
	margin-bottom: 20px;
}

td { vertical-align: top; }

/* ----------------------Formular-------------------------- */
form br
{
	clear: left;
}

fieldset
{
	border: 0;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

legend
{
	font-weight: bold;
	padding-bottom: 5px;
}

label.adresse
{
	width: 115px;
	display: block;
	float: left;
}

input
{
	margin-bottom: 5px;
}

input#submit
{
	float: none;
	width: auto;
}