html { 
	height:100%;
	padding:0px;
	margin:0px;
}

body {
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color:#000000;  
	line-height: 18px;
	margin:0px;
	padding:0px;
	height: 100%;
}

#head {
	width: 100%;
	height: 242px;
	top: 0px;
	text-align: center;
	background-image: url(img/head-bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}

#navi {
	width: 100%;
	top: 242px;
	text-align: center;
}

div#content {
	width: 815px;
	margin: 0px auto;
	position: realtive;
	top: 267px;
	text-align: left;
	padding: 15px 0px 15px 0px;
}


#foot {
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	background-color: #000000;
}

.red {	
	color: #a70141;
}


p {
	text-aling: center;
	padding: 0px;
}

p.subtitle {
	text-aling: center;
	margin: -12px auto 0px auto;
}

h1 {
	font-size: 14px;
	text-aling: center;
	width: 815px;
	margin: 15px auto;
	padding: 0px 0px 0px 5px;
}

h2 {
	font-size: 18px;
	text-aling: center;
	width: 815px;
	margin: 15px auto;
	padding: 0px 0px -15px 5px;
	line-height: 25px;
	color: #000000;
}

h2.auffuehrung {
	color: #0060e3;
}

h2.ensemble {
	color: #7704bd;
	*display: inline;
}

h2.kontakt {
	color: #dd8303;
}

h2.karten {
	color: #34a100;
}


img {
	border: 0px;
}

table.content img {
	border: 1px solid #000000;
}


img.content {
	*float: right;
	border: 2px solid #000000;
	margin: 4px 12px 5px 12px;
}

div.imagewrap {
	text-align: center;
	float: right;
	width: 270px;
	margin-left: 20px;
}

div.imagewrap span {
	display: block;
	*float: right;
	margin: 5px auto;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

p.whimage {
	
}

ul {
	list-style-image: url(images/list.gif);
	_list-style-image: url(images/list-ie.gif); 
	line-height: 15px;
}



table.content {	
	margin: 0px auto;
	padding: 0px;
}

table {	
	font-size: 13px;
}

td {	
	padding: 5px 0px 5px 0px;
}

a {
	outline: none;
}

a:link {
	color: #a70141;
	text-decoration: underline;
}

a:visited {
	color: #a70141;
	text-decoration: underline;
}

a:hover {
	color: #a70141;
	text-decoration: none;
}


