body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 

}
	
#basis {
	margin-top: 100px;
	color: #000;
	width: 798px;
	/*overflow:hidden;*/
	border: 1px solid black;
	background-color: white;
}	
	
#rahmen {
}

#standard a:hover, div#standard a:active {
	color: gray;
	text-decoration: none;
	background-color: #E7EAF1;
}
#standard a, div#standard visited {
	text-decoration: none;
	color: gray;
}

/* Menü oben */

#menue {
	background-color: #fdad01;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 28px;
	max-height: 28px;
	/*color: white;*/
	z-index: 1;
}

#nav {
	margin: 0px;
	color: #fdad01;
}

#menuoben a {
	height: 28px;
	max-height: 28px;
	display: block;
	color: #333; 
	text-decoration:none ;
	font-family:verdana, sans-serif; 
	font-size: 8pt;
	line-height:28px;
}

#menuoben a:active, #menuoben a:hover {
color: #333; 
/*background-image:url(../images/unternav_back_on.gif);*/
background-color: #FFD89E;
}


/* Bild oben */

#bild{
	height: 79px;
	max-height: 79px;
	min-height: 79px;
	background-color: white;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#bild_gross{
	height:79px;
	max-height: 79px;
	background-color: white;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#mitte {
	background-color: white;
	text-align: left;
	padding: 0px;
	color:#717171;
	line-height: 14px;
	text-align:justify;
	
}

#pfad {
	text-align: right;
	margin-right: 10px;
}

#inhalt {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 11px;
	text-align: justify;
	color: gray;
}
#inhalt_projekte {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: gray;
}
#text {
	font-size: 11px;
	text-align: justify;
	color: gray;
}
#text_projekte {
	font-size: 11px;
	color: gray;
	text-align:justify;
}
h1 {
	color: #fdad01;
	text-transform: uppercase;
	font-weight:lighter;
	font-size: 14px;
	margin-top: 30px;
}

h2 {
	color: #18186B;
	font-weight: bold;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 8px;
}

h3 {
	color: #000;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 30px;
	margin-bottom: 8px;
}

#absatz {
	padding-bottom: 5px;
}

#foto a {
	height: 20px;
	max-height: 20px;
	display: block;
}

#foto a:active, #foto a:hover {
	visibility:hidden;
	border: 3px solid red;
	background-color:#800000;
}

/* --- unten -----------------------------------------------------------*/
#untentext{
	margin-right: -90px;

}

#untentext a{
	color: gray;
	text-decoration: none;
	font-size: 11px;
}

#untentext a:hover{
	background-color: #f1f1f1;
}


/* textlinks */
.textlink, .textlink a:link, .textlink a:visited{
	color: gray;
}
.textlink a:hover{
	color: gray;
}

a {
	color: gray;
}

