html, body {
	color:#333;
	background-color:#eee;
	border:0;
	margin:0;
	padding:0;
	height:100%;
	font-family:"Arial, Verdana, Helvetica, Geneva, sans-serif";
	font-size:101%;
	overflow:auto;
}
h1 { font-size: 1.4em; padding-top:25px; padding-bottom:10px;}
h2 { font-size: 1.2em;}
h3 { font-size: 1.1em;}
p {font-size:0.85em; text-align:justify;}
img {border:0;}
table{width:100%; margin-top:10px;}

#frame {
	margin:20px;
	margin-top:50px;
	background-color:#fff;
	height:600px;
	border: 1px outset #999;
}
#frame div {
	height:100%;
}

#content {
	overflow:auto;
}

#content h1, #content h2, #content p, #content table{
	padding-left:30px;
	padding-right:20px;
}

#menu {
	float:right;
	background:url("../../img/schriftzug_rand.png") center right no-repeat;
	width:300px !important;
	border-left:1px outset #999;
}
#menu li {
	list-style:none;
	font-size:.95em;
	line-height:1.5em;
}
#nav {
	margin-top:20px;
}
#menu li li {
	list-style-type:square;
}

#sitetitle, #menu ul {
	padding-left:30px;
}

#sitetitle {
	padding-top:280px;
	padding-left:20px;
	font-size:1.05em;
	font-weight:bold;
	line-height:1.5em;
}
#sitesub {
	font-size:0.9em;
}

#startlink {

	display:block;
	position:absolute;
	right:20px;
	top:150px;
	width:120px; height:500px;
}
#sitetitle a {
	text-decoration:none;
	border:none;
}
a:link,a:visited {
	color:#333;
	text-decoration:none;
	border-bottom:1px #999 dotted;
} 
a:hover, a:active, a:focus {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#logo_link {
	height:150px;
	width:180px;
	display:block;
	margin:0;
	padding:0;
	padding-top:30px;
}

#content th,#content td {
	font-size:.85em;
	padding-right: 10px;
	padding-top:10px;
	text-align:left;
	vertical-align:top;
	padding:5px;
	padding-bottom:10px;
}

#content th {
	text-align:left;
}
caption {
	display:none;
}
.bg_td_odd {
	background-color:#fcfcfc;
}
.bg_td_even {
	background-color:#f9f9f9;
}
.bg_theader {
	background-color:#ccc;
}