BODY {
	background-color : White;
	margin : 0px 0px 0px 0px;
}
A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #FF6600;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}

.titel {
	font-weight : bold;
	font-size : small;
	vertical-align : bottom;
	padding-bottom : 10px;
	line-height : 150%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : 3px;
}

.titel2 {
	font-size : small;
	padding-bottom : 10px;
	line-height : 150%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : 3px;
	text-transform:uppercase;
}

TD, P, DIV {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	color : Black;
	line-height : 20px;
}
.rechts {
	text-align : right;
	
}
.titelkl {
	letter-spacing : 2px;
	line-height : 15px;
    font-size : x-small;
}
A.fuss { color : #CC3300;
    font-size : x-small;
	text-decoration : none;
}

A:HOVER.fuss { font-size : x-small;
	text-decoration : underline;
	color : #000000;
}
.unten {
	
	font-size : x-small;
	text-align : right;
	
}
#inhalt {
   width:40%; 
   height: 50%;
   top:50%;
   left: 0px; 
   background-color: #999999; 
    z-index:3; 
	border : 1px solid #FFA500;
	padding : 5px 5px 5px 10px;
}

#inhalt2 {
	width : 40%;
	height : 50%;
	bottom:35px;
	left : 0px;
	background-color : #999999;
	border : 1px solid #FFA500;
	padding : 5px 5px 5px 10px;
}
#projektinhalt {
	width : 50%;
	top: 10%;
	left : 10%;
	background-color : #999999;
	overflow : auto;
	border : 1px solid #FFA500;
	height : 80%;
	padding : 10px 10px 10px 10px;
	border-right : 0px solid Black;
}



