


body {
	background: url(pics/bg_seite.jpg) no-repeat;
	background-position: center;
	background-color: #F9F9F9;
	font-family:  arial, verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}



a {
	color: #990000;
	text-decoration: none;

}


a:hover {
	text-decoration:underline;

}


#gesamt {
	position: absolute;
	width: 973px;
	height: 534px;
	top: 50%;
	left: 50%;
	margin-left: -487px;
	margin-top: -267px;
	
	
	}
	
	
#links {
	width: 606px;
	float: left;
	
}



#rechts {
	width: 367px;
	height: 534px;
	float: left;
	background: url(pics/bg_rechts.jpg) no-repeat;
}


#rechts_startseite {
	width: 367px;
	height: 534px;
	float: left;
	background: url(pics/bg_rechts_startseite.jpg) no-repeat;
}


#ueber_menu {
	height: 143px;
	
}

#menu_mutter {
	height: 19px;
	
}

#menu {
	padding-left: 54px;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
}


a.projekte {
	display: block;
	width: 53px;
	height: 19px;
	background: url(pics/b_projekte.gif);
}

a.projekte:hover {
	background: url(pics/b_projekte.gif) 0px 19px;
}

a.termine {
	display: block;
	width: 49px;
	height: 19px;
	background: url(pics/b_termine.gif);
}

a.termine:hover {
	background: url(pics/b_termine.gif) 0px 19px;
}


a.bio {
	display: block;
	width: 63px;
	height: 19px;
	background: url(pics/b_bio.gif);
}

a.bio:hover {
	background: url(pics/b_bio.gif) 0px 19px;
}


a.downloads {
	display: block;
	width: 67px;
	height: 19px;
	background: url(pics/b_downloads.gif);
}

a.downloads:hover {
	background: url(pics/b_downloads.gif) 0px 19px;
}

a.galerie {
	display: block;
	width: 45px;
	height: 19px;
	background: url(pics/b_galerie.gif);
}

a.galerie:hover {
	background: url(pics/b_galerie.gif) 0px 19px;
}


a.kontakt {
	display: block;
	width: 50px;
	height: 19px;
	background: url(pics/b_kontakt.gif);
}

a.kontakt:hover {
	background: url(pics/b_kontakt.gif) 0px 19px;
}


a.links {
	display: block;
	width: 35px;
	height: 19px;
	background: url(pics/b_links.gif);
}

a.links:hover {
	background: url(pics/b_links.gif) 0px 19px;
}


a.startseite {
	display: block;
	width: 61px;
	height: 19px;
	background: url(pics/b_startseite.gif);
}

a.startseite:hover {
	background: url(pics/b_startseite.gif) 0px 19px;
}





#inhalt_mutter {
	width: 606px;
	background: url(pics/inhalt_gesamt.jpg);
}


#inhalt_mutter_startseite {
	width: 606px;
	height: 236px;
	background: url(pics/bg_links_startseite.jpg);
}


#inhalt {
	min-height: 190px;
	background: url(pics/inhalt_oben.jpg) no-repeat;
	padding-left: 67px;
	padding-right: 30px;
	padding-top: 21px;
}


#inhalt_unten {
	width: 606px;
	height: 25px;
	background: url(pics/inhalt_unten.jpg);
	margin-bottom: 30px;
}


.tabelle_allgemein td {
	vertical-align: top;
	
}


.tabelle_projekte td {
	vertical-align: top;
	padding-bottom: 20px;
}


.tabelle_projekte img {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
}


.tabelle_bio td {
	vertical-align: top;
	padding-bottom: 20px;
	text-align: left;
}


.tabelle_downloads td {
	vertical-align: top;
	padding-bottom: 20px;
	text-align: left;
}


.tabelle_galerie td {
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.tabelle_kontakt td {
	vertical-align: top;
	padding-bottom: 0px;
	text-align: left;
}


.tabelle_links td {
	vertical-align: top;
	padding-bottom: 15px;
	text-align: left;
}



.bild_rechts {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}




