* { 
	margin: 0; 
	padding: 0; 
} 
html { 
	height:100%;
	font-size: 100%; 
} 
BODY {
	height:100%;
	color: #333333;
	font-size: 0.6875em;
	text-align:center;
	margin:0px;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	background-color: #ffffff;
	
}
#wrapper{
	margin: 0 auto;
	width: 812px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:left;	
}
#head{
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	margin-bottom: 0px;
}
#menue{
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content{
	margin-top: 0px;
	margin-top: 30px;
	
}
#projekt{
	float:left;
	padding-bottom: 20px;
}
#projektdetail{
	float:left;
	padding-bottom: 50px;
}
.links{
	float:left;
	width: 400px;
	padding-bottom: 10px;
}
.rechts{
	float:left;
	margin-left: 10px;
	width: 400px;
	padding-bottom: 10px;
}

a{
	color: #333333;
	font-weight: normal;
	
	text-decoration: none;
}
a:hover{
	color: #333333;
}
td{
font-size: 0.6em;
}
input{
	width: 250px;
	font-size: 1em;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	margin-bottom: 3px;
	padding-left: 3px;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #f1f1f1;
}
select{
	width: 70px;
	font-size: 1em;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	margin-bottom: 3px;
}
textarea{
	padding-left: 3px;
	width: 250px;
	font-size: 1em;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.button{
width: 80px;
}
