html, body, img, li, textarea, p, input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
img { border: 0; padding: 0px 0px 0px 0px; }

.align-center { text-align: center; } 

ul { margin: 0px 0px 0px 20px;}
ol { margin: 0px 0px 0px 30px;}

table {
	border-collapse: collapse;
	font-size: 100%;
	text-align: left;	
}
td {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}
/* beispielklasse .blau tr td { border: solid 1px blue;  padding: 10px 5px 10px 5px; } */

a { 
   color: #111111; 
   text-decoration: none;
   font-weight: bold;
}

a:link {	font-size: 100%; }
h1 {
	font-size: 140%;
	font-weight: bold;
}
div#main {
	position: absolute;
	background-color: #D5D5D5;
	top: 15px;
	left: 3%;
        width: 962px;
	height: 600px;
	border: solid 1px gray;
}
div#banner {
	position: absolute;
	height: 139px;
	top: 0px;
}
div#navigation {
	position: absolute;
	top: 150px;
	left: -1px;
	height: auto;
	width: 182px;	
}
div#content {
	position: absolute;
	top: 139px;
	left: 180px;
	width: 781px;
	height: 450px;
	overflow: auto;
	padding-top: 30px;
	padding-left: 30px;
	border: solid 1px gray;
	background-color: #FFFFFF;
}
.navigationformat {
	font-size: 90%;
	font-weight: bold;
	color: #404040;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 1px gray;
}
.sub_navigationformat {
	font-size: 90%;
	font-weight: bold;
	color: #404040;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;	
	/*border-top: solid 1px gray;*/
}
div#lastupdate {
	position: absolute;
	top: 140px;
	width: 200px;
	right: 15px;
	text-align: right;	
	font-size:90%;
	color: #cccccc;
}
