@charset "UTF-8";
/* CSS Document */

body {
 	/*background-image:url(images/bghellgrau.jpg);
	background-repeat:repeat;
*/
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
 }
#frame {
	position:absolute;
	top:20px;
	width:1024px;
	height:auto;
	left:50%;
	margin-left:-510px;
}

#frame_oben{
float:left;
height:231px;
width:1024px;
}

	#logo {
		float:left;
		width:517px;
		height:202px;
		/*background-image:url(./images/logo.png);*/
	}
	
	#weiss_oben {
		float:left;
		width:507px;
		height:165px;
		background-image:url(./bilder/02.jpg);
	}

	#menuprojekt {
		float:left;
		width:109px;
		height:37px;
		background-image:url(./bilder/03.jpg);
	}
	
	#menuteilnehmer { 
		float:left;
		width:57px;
		height:37px;
		background-image:url./(bilder/2010_04.png);
	}
	
	#menuteilnehmer_2010 {
		float:left;
		width:53px;
		height:37px;
		background-image:url./(bilder/2010_05.png);
	}
	
	#menuplan {
		float:left;
		width:111px;
		height:37px;
		background-image:url(bilder/neumenu_06.png);
	}
	
	#menuimpressum {
		float:left;
		width:110px;
		height:37px;
		background-image:url(./bilder/neumenu_07.png);
	}
	
	#weissmenu {
		float:left;
	
		width:67px;
		height:37px;
		background-image:url(./bilder/07.jpg);
	}
	
	#streifen_oben {
		float:left;
	
		width:1024px;
		height:29px;
		background-image:url(./bilder/08.jpg);
	}

#frame_mitte{
float:left;
width:1024px;
min-height:439px;
background-color:#FFFFFF;
height:auto;
}

	#menulinks {
		float:left;
		width:269px;
		height:439px;
		background-image:url(./bilder/09.jpg);
	}
	
	#hauptseite {
		float:left;
		width:730px;
		height:439px;
		background-color:#FFFFFF;
	}

#frame_unten{
float:left;
width:1024px;
height:31px;
}
/*
#streifen_unten {
	float:left;
	left:0px;
	top:670px;
	width:1024px;
	height:16px;
	background-image:url(bilder/11.jpg);
}
*/
#links_unten {
	float:left;
	width:1024px;
	height:31px;
	background-image:url(bilder/12.jpg);
}

.linkorange{
	font-size:12px;
	color:#f3720a;
	text-decoration:none;
}

.linkteilnehmer {
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.linkteilnehmer:hover{
	font-size:12px;
	color:#f3720a;
	text-decoration:underline;
}

/************************** Gallerie***************/
.bilderrand {
margin-left:70px;
margin-right:70px;
}
	.bilderrand tr{
	border-style:solid;
	background-color:#CCCCCC;
	border-width:1px;
	border-bottom-width:1px;
	border-color:#000000;
	border-bottom-color:#000000;
	
	}

	.bilderrand td{
	background-color:#CCCCCC;
	border-width:1px;
	border-bottom-width:1px;
	border-color:#000000;
	border-bottom-color:#000000;
	}


