body { 
	background-color: #999;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:8pt;   
}

#hauptcontainer {
	/*width: 1010px; */
	width: 990px;
	height: 590px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-left: -505px;*/
	margin-left: -495px;
	margin-top: -295px;
	background-color: #999;
	border: 0px solid red;	
}

#header {	
	width: 990px;
	height: 34px;
	border-bottom: 0px solid red;
	color: white;	
}

#header img {
	height: 26px;
	border: 0px solid red;
	margin-top: 4px;
	margin-bottom: 4px;
}

#content {		
	position: relative;
	/* Gesamt-Breite: 990 */
	width: 950px;
	/* Gesamt-Höhe: 505 */
	height: 465px;
	background-color: white;
	border: 0px solid red;				
	color: #999;
	padding: 20px;	
	
}

#huelle {
	border: 0px solid green;
}

div.groesser {
	font-size: 10pt;
	width: 100%;
	height: 100%;
	float: left;
	border: 0px solid green;
}

#infobild {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
    /*margin-top: 75px;*/
	/*padding-top: 80px;*/
	/*float: right*/
}

div#links {
	/*text-align: left;*/
	float: left;
    border: 0px solid black;
	width: 690px;
	height: 465px;
	overflow: hidden;
}

div#rechts {	
    float: right;	
    border: 0px solid red;
    width: 240px;
}

div#text {
    text-align: right;	
	font-weight: normal;
}

div.godown {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
}

#navi {	
	/*position: absolute;*/
	width: 990px;		
}

#navi_links {
	padding-top: 7px; 
	border: 0px solid red;	
	color: white;
	overflow: hidden;	
	font-size: 10pt;
	font-weight: normal;
	float: left;
}

#navi_projekte {
	padding-top: 9px;
	float: right;
	text-align: right;
}

.quadrat {
	width: 10px;
	height: 10px;
	background-color: #999;
	border: 1px solid white;
	display: block;
	float: left;
	margin-left: 4px;
}

.quadrat:hover , .aktiv{
	background-color: white;
	border: 1px solid white;	
}

#navi a {	
	color: white;
	text-decoration: none;		
}

#navi a:hover {	
	color: white;
	text-decoration: none;		
}

#navi #logout a{
	color: black;
}

#info_link, #mail  {
	color: #555;
	text-decoration: none;
}

#info_link:hover, #mail:hover {
	color: #555;
	text-decoration: underline;
}

/* ANFANG Login-Formular */

#anmeldebox {	
	height: 465px;
	border: 0px solid red;	
	background-color: white;
	color: #999;	
	font-size: 10pt;
}

#anmeldebox form{
	border: 0px solid green;
	height: 465px;	
	position: relative;
}

label {
	border: 0px solid black;	
	margin-top: -3px;
	margin-left: -1px;
	margin-bottom: 7px;
	display: block;	
} 

input {
	margin-bottom: 13px;
	color: #555;
}

#knopf input {
	background-color: white;
	border: 0px solid green;
	width: 73px;
	height: 16px;
	color: #999;
    font-size: 9pt;	
	position: absolute;
	bottom: 0;
	margin-bottom: 0px;	
	background-image:url("bilder/login_button.gif");
}

.defbreite {
	width: 190px;
	border: 1px solid #999;
}

/* ENDE Login-Formular */