
html{height:100%;}
body {
	background: #4670A0;
	font:80% verdana, helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align: center;
	height:100%;
}

#page{
	background:  white;
	margin: 0 auto;
	padding:0;
	width:664px;
	text-align:left;
	background: #4670A0 url(i/page_main.gif) center repeat-y;
}
.top{
	background: url(i/page_top.gif) bottom center repeat-y;
	height: 20px;
}

#page #head{
	background: url(i/head.gif) center top no-repeat;
	height:141px;
}

#page #main{
	background:#D0DDE3 url(i/back-main.gif) repeat-y center;
	margin:0 16px;
	padding:10px;
}

#page #left{
	width:202px;
	float:left;
}

#page #content{
	background-color:#E4E6E5;
	margin:0 0 0 218px;
	padding:10px;
	min-height:400px;
}
* html #page #content{ /* fuer IE <7 */
	height:400px;
}
#footer{
	background:url(i/footer.gif) top center no-repeat;
	height:30px;
	clear:left;
}

/* menu */
#left div.logo{
	text-align:center;
	margin-bottom:20px;
	margin-top:16px;
}

#left ul{
	margin:0;
	padding:0;
	list-style:none;
}

#left ul li{
	display:inline;
}
#left ul li a:visited,
#left ul li a{
	display:block;
	color:black;
	padding:8px 10px;
	text-decoration:none;
	background-color:#B1CFE7;
	border-left:1px solid white;
	border-bottom:1px solid white;
	margin-bottom:10px;
}
#left ul li a:hover,
#left ul li a:visited.on,
#left ul li a.on{
	background-color:#4670A0;
	color:white;
	font-weight:bold;
}
/* inhalt */
#content h1{
	margin-top:0;
	font-size:110%;
}
#content li{
	margin-bottom:0.5em;
}
#content a{
color: #4670A0;
text-decoration:none;
}
#content a:hover{
text-decoration:underline;
}

/* Tabellen */

caption {
color:#000;
font-size:120%;
font-weight:700;
margin:.3em 0;
text-align:left;
}

table {
background:#FFF;
border-collapse:collapse;
color:#000;
margin:0 0 2em;
table-layout:auto;
}


td {
background:#d0dde3;
border:1px solid #fff;
color:#000;
padding:.3em .5em;
text-align:left;
vertical-align:top;

}

thead td {
vertical-align:bottom;
}

th {
background:#B1CFE7;
border:1px solid #fff;
color:#000;
font-weight:700;
padding:.3em .5em;
text-align:left;
vertical-align:top;

}
