body {
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	background-image:url(../pics/lage.gif);
	color: #999999;
	font-size: 12px;
}

p {
	line-height: normal;
	margin-top:5px;
	margin-bottom:5px;
}

h1, h2, h3, h4, h5 {
	color: #BE0C1D;
}

.header {
	color: #FFFFFF
}

.red {
	color: #BE0C1D;
}

.small {
	font-size: 9px;
}

a:link { text-decoration:underline; color:#999999; }
a:hover { text-decoration:none;  color:#BE0C1D; }
a:visited { text-decoration:underline; color:#999999; }
a:active { text-decoration:none;  color:#999999; }
a:focus { text-decoration:none;  color:#999999; }


div.center{
	position:absolute; width:900px; height:580px; left:50%; top:50%;
	background-color:#FFFFFF;
	border: #cccccc 1px solid;
	margin-left:-450px; margin-top:-290px;
}

div.logo{
	position:absolute; height: 180px; width: 425px; left: 10px; top: 55px;
	background: url("../pics/logo.jpg"); 
}

div.menu {
	position:absolute; width:340px; height:14px; left: 275px; top: 245px; text-align: right; 
	font-size: 9px;
}

#nav1 { 
	text-decoration:none;
	position:absolute; left: 125px; top: 18px;
	font-size:14px;
	font-weight:bold;
}
#nav1 a	{
	text-decoration:none;
	color: #999999;
}
#nav1 a:hover {
	text-decoration:none;
	color: #BE0C1D;
}

#nav2 { 
	text-decoration:none;
	position:absolute; left: 15px; top: 43px;
	font-size:14px;
	font-weight:bold;
}
#nav2 a	{
	text-decoration:none;
	color: #999999;
}
#nav2 a:hover {
	text-decoration:none;
	color: #BE0C1D;
}

#nav3 { 
	text-decoration:none;
	position:absolute; left: 274px; top:28px;
	font-size:14px;
	font-weight:bold;
}
#nav3 a	{
	text-decoration:none;
	color: #999999;
}
#nav3 a:hover {
	text-decoration:none;
	color: #BE0C1D;
}

#nav4 { 
	text-decoration:none;
	position:absolute; left:386px; top: 60px;
	font-size:14px;
	font-weight:bold;
}
#nav4 a	{
	text-decoration:none;
	color: #999999;
}
#nav4 a:hover {
	text-decoration:none;
	color: #BE0C1D;
	list-style:disc;
}

#nav5 { 
	text-decoration:none;
	position:absolute; left:422px; top: 100px;
	font-size:14px;
	font-weight:bold;
}
#nav5 a	{
	text-decoration:none;
	color: #999999;
}
#nav5 a:hover {
	text-decoration:none;
	color: #BE0C1D;
}

#nav6 { 
	text-decoration:none;
	position:absolute; left:400px; top: 150px;
	font-size:14px;
	font-weight:bold;
}
#nav6 a	{
	text-decoration:none;
	color: #999999;
}
#nav6 a:hover {
	text-decoration:none;
	color: #BE0C1D;
}

div.suche {
	position:absolute; width:235px; height:20px; left: 630px; top: 15px;
	padding: 10px;
}

div.projekte {
	position:absolute; width:235px; height:120px; left: 630px; top: 75px;
	padding: 10px;
	border: #CCCCCC 1px solid;
}	

div.mouse {
	position:absolute; width:182px; height:14px; left: 700px; top: 230px;
}	

td.scroll {overflow: auto; height: 200px;} 

div.main {
	position:absolute;
	width:585px;
	height:279px;
	left: 10px;
	top: 260px;
	padding: 10px;
	border: #CCCCCC 1px solid;
	text-align:justify;
	background-image:url(../pics/main.gif);
}	

div.bilder {
	position:absolute; width:235px; height:279px; left: 630px; top: 260px;
	padding: 10px;
	border: #CCCCCC 1px solid;
	background-image:url(../pics/bilder.gif);
}			

div.footer{
	position:absolute; width:900px; height: 16px; left: 0px; top: 564px;
	font-size: x-small;
	text-align:center;
 }		
  
input, select, textarea {
	color: #000000; background-color: #FFFFFF; border: 1px solid #AAAAAA; font-size: 10px; font-family: verdana; margin: 1px;
}

input.formButton {
	font-size: 10px;
}

