body {
	background-color: #000000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	font-size: small;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #555555;
}

.weiss {
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

.weissxsmal {
	color: #000000;
	font-size: small;
}
	
.linkmenu {
	float: right;
	color: #FFFFFF;
}

.linkprojekt {
	border: 0px;
}

.linkprojektschliessen {
	border: 0px;
	color: #555555;
}

.linkprojektgross {
	color: #FFFFFF;
	font-size: xx-large;
}

.linkimprojekt {
	color: #000000;
	font-size: small;
	text-decoration: underline;
}


.width {
	width:100%;
	min-width:600px;
	max-width:1000px;
}


#menu_oben {	
	position: fixed;
    right: 0px;
	top: 0px;
}

.bildweite {
	border: 0px;
	frameborder: 0px;
	color: #FFFFFF;
	max-width:1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
	min-width:600px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
}

.textweite {
	border: 0px;
	max-width:300px;
	width:expression(document.body.clientWidth > 300? "300px": "auto" );
	min-width:300px;
	width:expression(document.body.clientWidth > 300? "300px": "auto" );
	color: #000000;
	font-size: small;
}

