/* Allgemeine Definitionen */

*{margin: 0; padding:0; }

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color : #fefbf9;
	padding-top: 20px;
	color:#333333;
}

#rahmen {
	width : 950px;
	height : 560px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	padding:10px;
} 


.logo{margin-top:30px; margin-bottom:35px; margin-left:10px; }


#menu {
width: 175px;
padding-left: 1px;
height: 100%;
float: left;
text-align: center;
font-size: 14px;

}

		#menu ul {margin-left:0; padding-left:0; list-style:none;}
		#menu ul li {margin-bottom:16px;}
		
		#menu a, #menu a:visited{
		color : #000000; 
		text-decoration : none; 
		font-weight : bold; 
		} 
		
		#menu a.mmhide_hier, #menu a:hover{
		color : #FF9900; 
		text-decoration : none; 
		font-weight : bold; 
		
		} 
		
		#menu ul ul li {margin-bottom:0px;}
		
		#menu a.mmhide_sub, #menu a.mmhide_sub:visited{
		font-size: 13px; 
		font-weight: normal; 
		text-decoration: none;
		}
		
		#menu a.mmhide_sub:hover, #menu a.mmhide_subhier {
		color : #FF9900; 
		font-size: 13px; 
		font-weight: normal; 
		text-decoration: none;}

#content{
width: 730px;
height: 509px;
float: left;
padding-top: 43px;
padding-left: 30px;
}

	#text{
	width: 515px; 
	padding-right: 30px; 
	margin-top: 0px;
	height: 390px; 
	float: left;
	overflow-y:auto;
	}
/*nur fuer die Galerieseiten*/		
	#text-galerie{
	width: 515px; 
	padding-right: 30px; 
	height: 400px; 
	float: left;
	}
/*nur fuer die Startseite und Einzelseite Veranstaltungsräume*/		
#text-start{
	width: 410px; 
	padding-right: 15px; 
	height: 400px; 
	float: left;
	}
/*nur fuer die Startseite*/		
#bilder-rechts {
	width: 300px;
    height: 230px;
	float: right;
	margin-top: 170px;

}
/*nur fuer die Startseite während Hinweiszeiten*/		
#bilder-rechts-hinweis {
	width: 300px;
    height: 230px;
	float: right;
	margin-top: 107px;
}



/*nur die Einzelseite Veranstaltungsräume*/		
#tabelle-rechts {
	width: 300px;
    height: 260px;
	float: right;
	margin-top: 140px;

}


	
	h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top:15px;
	}
	
		
	h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
	h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
	
	p{margin: 10px 0 12px 0;}
	p.ohneabstand{margin: 20px 0 3px 0;}
	
	a:link, a:visited {
	color : #333333; 
	text-decoration : underline; 
	} 

	a:hover {
	color : #bb0000; 
	text-decoration : none; 
	} 

	#text ol, #text ul{
	margin-top: 5px;
	margin-left:20px;
	}

	#text ol li {
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	#text ol ul li {
	margin-top: 2px;
	margin-bottom: 5px;
	}
	
	#text ul{
	list-style: square;
	
	}

	#text ul li {
	margin-top: 2px;
	margin-bottom: 5px;
	}


	td{padding-left: 0; font-size: 13px;}



#drucken {
width: 150px;
float: right;
margin-top:385px;}



a.mmhide_linkohne, a.mmhide_linkohne:visited{font-weight: bold; text-decoration: none; color: #333;}
a.mmhide_linkohne:hover {color:#bb0000;}







