/*************************************************
	Projekt ERMT
	Layout: 
		Zweiteilung mit
		Navigation+Logo und Contentbereich
		Automatischer Grössenanpassung
		Automatischet Anpassung der Schriftgrössen
		
	Standardstylesheet Version 0.4
	Autor:	Eberhard Räder
	Letzte Änderung: 09.03.2010
*************************************************/
body{
	font-family:verdana, arial, sans-serif;
	color:black;
	font-size:13px;
	background-color:white;
}
h1{
	font-size:180%;
	margin:0px;
	margin-top:1%;
	margin-bottom:0.51%;
}
h3{
	margin:0px;
}
h4{
margin-bottom:0px;
}
p{
	max-width:800px;
	text-align:justify;
	padding:1%;
	margin:0px;
}
pre{
	color:blue;
	border-style:solid;
	border-width:1px;
	padding:5px;
	width:90%;
	max-width:800px;
	overflow:auto;
}
.main{
	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
}
.nav{
	position:absolute;
	left:1%;
	top:1%;
	width:17%;
	height:98%; 
	line-height:120%;
	min-width: 120px;
	min-height:500px;
	overflow:auto;
/*	background-color:yellow;*/
}
.nav a{
	color:#808080;
	font-size:100%;
	font-weight:bold;
	display:block;
	margin-left:20%;
	line-height:200%;
	
	
}
.nav img{
	display:block;
	width:100%;
	border-width:0px;
	margin:0px;
}
.content{
	position:absolute;
	left:19%;
	top:1%;
	width:80%;
	height:98%; 
	min-width: 500px;
	min-height:500px;
	overflow:auto;
/*	background-color:silver;*/
	
}
.content a{
	color:black;
	font-weight:bold;
}
.content td{
	vertical-align:top;
	padding:1%;
}

