/*
	Projekt Website Darius Monser
	Version1.1
	Standardstylesheet
	Autor Eberhard Räder
	Letzte Änderung 30.04.2011
*/
body{
	font-family:verdana, arial, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}
h1{
	font-size:150%;
	margin:0px;
	margin-top:1%;
	margin-bottom:0.51%;
}
img{
	border-width:0px;
	border-style:none;
}
.nav{
	position:absolute;
	left:1%;
	top:1%;
	width:17%;
	line-height:120%;


	
}
.nav a{
	/*color:#808080;*/
	font-size:100%;
	color:#000000;
	background-color:#FFFFFF;
/*	font-weight:bold;*/
	text-decoration:none;
	display:block;
	margin:0px;
	line-height:200%;
}
.nav a:hover{
	color:#F07C00;
}
.nav img{
	width:100%;
	border-width:0px;
	margin:0px;
	min-height:0px;
}
.nav h2{
	font-size:80%;
	font-weight:bold;
	margin:0px;
	line-height:140%;
}
.content{
	position:absolute;
	left:19%;
	top:1%;
	width:80%;
	
}
.txt{
/*
	position:absolute;
	left:19%;
	top:1%;
*/
	width:80%;
}
.txt img{
	max-height:85%;
	max-width:90%;
}



