/* ---------- Basic Layout ---------- */

body {
	font-size: 14px;
	font-family: Arial;
	line-height: 21px;
  	color: #222;  
  	margin: 0px;
  	text-align: center;
}

.Main { 	
  	margin: 0px auto;
  	padding: 0 0 50px 0;
  	text-align: left;
  	width: 980px;
  	background-repeat: no-repeat;
  	overflow: hidden;
  	border: 1px solid #cacaca;
  	border-top: none;
  	-moz-box-shadow: 0px 2px 3px #bababa;
   	-webkit-box-shadow: 0px 2px 3px #bababa;
    box-shadow: 0px 2px 3px #bababa;
}

.breaker {
	height: 0;
	clear: both;
	overflow: hidden;
}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #ed4036;
	margin: 25px 0 0 0;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #ed4036;
	margin: 25px 0 0 0;
}

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #ed4036;
	margin: 25px 0 0 0;
}

p {
	margin: 10px 0 0 0;
}

a {
	font-weight: bold;
	color: #ed4036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.PageBottom {
	margin: 0px auto;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 990px;
}



/* ---------- Header & Navigation ---------- */

.Logo {
	margin: 20px 0 0 20px;
	position: absolute;
}

.Headline {
	margin: 50px 0 0 180px;
	position: absolute;
}

.Navigation {
	background-image: url(img/background_nav.png);
	width: 980px;
	height: 30px;
	margin: 90px 0 0 0;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;

}

.Navigation a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0 30px;
}

.Navigation a:hover {
	color: #ed4036;
}



/* ---------- Contentbereich ---------- */

.Content {
	margin: 30px 0 25px;
}

.Col1 {
	margin: 0 0 0 15px;
	width: 300px;
	float: left;
}

.Col2 {
	margin: 0 0 0 30px;
	width: 615px;
	float: left;
	overflow: hidden;
}

.Teaser {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cacaca;
}

.Teaser_Small {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	width: 300px;
	border-bottom: 1px solid #cacaca;
	float: left;
	overflow: hidden;
}


.Datum {
	background-image: url(img/background_date.png);
	background-repeat: no-repeat;
	width: 62px;
	height: 62px;
	position: absolute;
	margin: 10px 10px 0 543px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	padding: 8px 0 0 0;
}

.Teaser_Small .Datum {
	background-image: url(img/background_date.png);
	background-repeat: no-repeat;
	width: 62px;
	height: 62px;
	position: absolute;
	margin: 10px 10px 0 228px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	padding: 8px 0 0 0;
}


.Tag {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}



.Infobox {
	margin: 20px 0 0 0;
	width: 275px;
	border: 1px solid #cacaca;
	background-color: #fff;
	padding: 0 10px 25px 10px;
}

.Tab {
	width: 100px;
	float: left;
	
}

.ArchivJahr {
 	margin: 20px 0 0 0;
 	padding: 0 0 20px 0;
	border-bottom: 1px solid #cacaca;
	line-height: 22px;
}

.Vorstand {
	margin: 20px 0 0 0;
}


.Vorstand img {
	border: 1px solid #fff;
	-moz-box-shadow: 0px 1px 4px #cacaca;
   	-webkit-box-shadow: 0px 1px 4px #cacaca;
    box-shadow: 0px 1px 4px #cacaca;
    float: left;
    margin: 0 20px 0 0;
}

.Allgemein {
	background-image: url(img/bereich_allgemein.png);
	width: 280px;
	height: 232px;
	float: left;
	margin: 25px 15px 0 0;
	padding: 10px;
}

.Allgemein a {
	color: #000;
}

.Theater {
	background-image: url(img/bereich_theater.png);
	width: 280px;
	height: 232px;
	float: left;
	margin: 25px 0 0 0;
	padding: 10px;
}

.Theater a {
	color: #000;
}

.Kunst {
	background-image: url(img/bereich_kunst.png);
	width: 280px;
	height: 232px;
	float: left;
	margin: 15px 15px 0 0;
	padding: 10px;
}

.Kunst a {
	color: #000;
}

.Musik {
	background-image: url(img/bereich_musik.png);
	width: 280px;
	height: 232px;
	float: left;
	margin: 15px 0 0 0;
	padding: 10px;
}

.Musik a {
	color: #000;
}















