html, body {
	background-color: #eee;
	background-color: #E3D4AB;
	font-family: sans-serif;
	font-size: 100.01%;
	font-size: 91.01%;
	Xheight: 100%;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	Xborder: 0;
}


/* Browserunterschiede kompensieren
	h1 { font-size: 2em; margin-bottom: .4em; }
	h2 { font-size: 1.75em; margin-bottom: .6em; }
	h3 { font-size: 1.25em; margin-bottom: .8em; }
	h4 { font-size: 1.1em; margin-bottom: 1em; }
*/

p { line-height: 1.4em; margin-bottom: 1em; }

input, select, th, td { font-size: 1em; }


/* Haupt-Layout-Container */

#logo {
	display: none;
}

#page {
	background-image: url(images/page_shadow.gif);
	margin: 10px auto;
	width: 988px;
}

#page_shadow_top {
	background-image: url(images/page_shadow_top.gif);
	height: 8px;
}

#page_shadow_bottom {
	background-image: url(images/page_shadow_bottom.gif);
	height: 8px;
}

#page_padder {
	margin: 0 4px;
	padding: 0 4px;
	width: 972px;
}

#keyimage {
	background-image: url(images/keyimage.jpg);
	height: 210px;
	height: 184px;
}

#topnav {
	background: #D8C8A4 url(images/topnav_bg.jpg);
	border-bottom: 1px solid #ccc;
	Xborder-top: 1px solid #eee;
	font-size: .9em;
	float: left;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.8em;
	padding: 0 0 0 0;
	width: 972px;
}

#cols {
	border-top: 4px solid white;
	float: left; /* Wichtig, damit sich Hoehe an enthaltene (float-)DIVs anpasst */
}

#leftcol {
	float: left;
	width: 240px;
}
#leftmenuheader {
	Xbackground-color: green;
	background: transparent url(images/leftmenuheader.jpg) no-repeat;
	border-bottom: 1px dotted #ccc;
	display: none;
	height: 30px;
	margin: 0 0 1em 0;
}
#leftcontent {
	Xbackground-color: #fff;
	margin: 0 24px 1em 24px;
}
#centercol {
	float: left;
	_overflow: hidden; /* Extrawurscht fuer IE6 */
	width: 530px;
}
#whereami {
	background: url(images/verlauf_whereami.jpg) repeat-x;
	border-bottom: 1px dotted #F3ECCF;
	border-right: 1px solid #eee;
	font-size: .75em;
	line-height: 3em;
	padding: 0 20px;
}
#whereami a {
	text-decoration: none;
}
#maincontent {
	padding: 20px 20px;
}
#rightcol {
	Xbackground-color: red;
	background: #F3ECCF url(images/verlauf_rightcol.jpg) no-repeat;
	float: left;
	min-height: 400px;
	padding: 20px 0;
	width: 202px;
}
#rightcontent {
	Xbackground-color: white;
	margin: 0 24px 1em 24px;
}

#bottomnav {
	Xbackground-color: #A88A4A;
	background: #A88A4A url(images/bottomnav_bg.gif) no-repeat;
	border-top: 4px solid white;
	clear: both;
	color: #fff;
	font-size: .8em;
	padding: .5em;
	text-align: center;
}
#bottomnav a:link,
#bottomnav a:visited,
#bottomnav a:focus,
#bottomnav a:hover,
#bottomnav a:active
{
	color: #fff;
}

#footer {
	color: #999;
	font-size: .8em;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin: 32px 0;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer ul li a {
	line-height: 3em;
	padding: 2px 16px;
	text-align: center;
	vertical-align: bottom;
}

#footer ul li a img {
	border: 0 none;
}
