body{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 16px;
	background-color:white;
	margin:0px;
	padding:0px;
	}
	
html {
		height: 101%;
	}
	
/* container */	
	
#wrapper {
	margin:auto;
	width: 990px;
	}
	

#header {
	height: 297px;
	margin-top:10px;
	background-image:url('../images/header.jpg');
	background-repeat:none;
	background-position:center;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	}	

#menu {
	height:30px;
	margin-top:5px;
	background-image:url('../images/menu_bg.jpg');
	}	

#linke_spalte {
	margin-top:5px;
	float:left;
	width: 250px;
	}

#linke_spalte  img{
	float:right;
	padding-top:10px;
	}
		
#content {
	padding:10px;
	padding-top: 15px;
	margin-left: 260px;
	width: 730px;
	}		

ul {
	margin:0;
	}
	
#content ul {
	margin: 10px;
	}

	
/* Links allgeimein */		
	
a {
	color: #333;
	}	
	
	
/* Links in Navigation */	
	
#navi {
	list-style: none;
	text-align: center;
	padding: 7px 0;
	}

#navi li {
	display: inline;
	}

#navi a {
	text-decoration:none;
	margin: 8px;
	color: #ffffff;
	font-size: 15px;
}

#navi a:hover {
	text-decoration:underline;
}

/* Links in Spalte */	

#multilingua {
	list-style: none;
	text-align: right;
	padding: 0;
	padding-top:10px;
	}

#multilingua li {
	}

#multilingua a {
	text-decoration:none;
	font-size: 15px;
	color: #333;
}

#multilingua a:hover {
	text-decoration:underline;
}

#header a {
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

/* Spalten-Termine */	
.datum {
	float:left;
	display:block;
	width:130px;
	font-weight: bold;
	color: #d0637b;
}

.programm {
	float:left;
	width: 550px;
	font-weight: bold;
	color: #d0637b;
}

.text {
	float:left;
	width: 550px;
	margin-top: 10px;
}

.eintritt {
	float:left;
	width: 150px;
	padding-left:480px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

/* Bilder untereinander in Ensemlbe-Menü */	

.trenner {
	width: 250px;
	height: 1px;
	clear:both;
	}


/* Glossar */		
	
.tabelle {
	padding-top:10px;
	margin-bottom:30px;
	width: 650px;
	text-align:justify;
	border-top: 1px solid #999;
	}

.tabelle_header {
	margin-bottom:10px;
	font-weight: bold;
	}	
	

/* Überschriften */	
	
h1	{
	font-size:16px;
	margin-top:0px; 
	font-weight:normal;
	padding-top:0px;
}

h2	{
	font-size:14px;
	font-size: 14px;
	font-weight:120%;
	margin-top:30px; 
	padding-top:0px;
	color: #d0637b;
}

/* Schrift dick und pink */	

h3	{
	font-size:100%;
	font-weight: bold;
	display:inline;
	color: #d0637b;
	}

/* Variation von h2 */	
	
h4	{
	font-size:14px;
	font-size: 14px;
	font-weight:120%;
	margin-top:0px; 
	margin-bottom:10px; 
	padding-top:0px;
	color: #d0637b;
}

td 	{
	vertical-align: top;
	margin-top:20px;
	}
		
img {
	border: 0px;
	}
	
p	{
	text-align: justify;
	}