/* Design: Sarah Martin, HTML Layout: Abdülmecit Üstün */

* {
	margin: 0px;
	padding: 0px;
}

/* Seitenstruktur */
#seite {
	width: 876px;
	margin: auto;
	padding-top: 11px;
	background-image: url(images/hg-kopf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #494949;
}
#spalten {
	background-image: url(images/hg-spalten.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#spaltengruppe {
	width: 739px;
	float: left;
}
#linke-spalte {
	width: 198px;
	height: 498px;
	float: left;
	background-image: url(images/hg-linke-spalte.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#mittlere-spalte {
	width: 469px;
	float: right;
	padding: 120px 36px 24px;
}
#rechte-spalte {
	padding: 0px 8px;
	width: 121px;
	float: right;
}

/* Hauptnavigation */
.hauptnavigation {
  float: left;
  width: 100%;
  margin-bottom: 110px;
}
.hauptnavigation .gross {
  font-size: 1.2em;
  text-transform: uppercase;
}
.hauptnavigation .erster {
  border-left: none;
  padding-left: 0;
}
.hauptnavigation .letzter {
  border-right: 1px solid #AAA;
}
.hauptnavigation ul {
  list-style: none;
  float: left;
}
.hauptnavigation a {
  display: block;
  padding: 0 1em;
  border-left: 1px solid #AAA;
}
.hauptnavigation li {
  position: relative;
}
.hauptnavigation ul ul {
  position: absolute;
  margin-top: 1em;
  width: 200px;
}
.hauptnavigation .aktiv {
  color: #D30000 !important;
}
.hauptnavigation .ausblenden {
  display: none;
}
/*.hauptnavigation ul ul,
.hauptnavigation ul li:hover ul {
  display: none;
}

.hauptnavigation ul li:hover ul {
  display: block;
}*/


/* Navigation */
.navigation, .subnavigation {
	margin-bottom: 24px;
	color: #AAA;
	letter-spacing: 0.05em;
}
.navigation {
	text-transform: uppercase;
	font-size: 1.1em;
}
.navigation a, .subnavigation a {
	margin: 0px 8px;
	color: #AAA;
	text-decoration: none;
}
.navigation a:hover, .subnavigation a:hover {
	color: #D30000;
	text-decoration: none;
}
.navigation .aktiv, .subnavigation .aktiv {
	color: #D30000;
	margin: 0px 8px;
}
.navigation .erster, .subnavigation .erster {
	margin-left: 0px;
}

/* Inhalte */
#linke-spalte a {
	color: #D30000;
	text-decoration: none;
}
#linke-spalte a:hover {
	color: #AAA;
	text-decoration: none;
}
#mittlere-spalte h2 {
	font-size: 1.15em;
}
#mittlere-spalte h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#mittlere-spalte a {
	color: #AAA;
	text-decoration: none;
}
#mittlere-spalte a:hover {
	color: #D30000;
	text-decoration: none;
}
#mittlere-spalte a img {
	border: 0px;
}
#mittlere-spalte .abstand-unten {
	margin-bottom: 12px;
}
#mittlere-spalte .abstand-unten-gross {
	margin-bottom: 30px;
}
#mittlere-spalte .abstand-unten-klein {
	margin-bottom: 4px;
}
#mittlere-spalte .auflistung {
	margin-left: 1.25em;
}
#mittlere-spalte .auflistung li {
	margin-bottom: 3px;
}
#mittlere-spalte .fett {
	font-weight: bold;
}
#mittlere-spalte .logo-gross {
	float: right;
}
#mittlere-spalte hr {
  border: none;
  height: 1px;
  background-color: #494949;
  width: 15px;
}
#rechte-spalte .bild {
	margin-left: -8px;
	margin-top: 69px;
}
#rechte-spalte .logo {
	margin-top: 20px;
}

.programm {
	border-collapse: collapse;
}
.programm td {
	vertical-align: top;
	padding: 6px 0px;
}
.programm .rahmen-oben {
	border-top: 1px solid #AAA;
}
.programm .rahmen-unten {
  border-bottom: 1px solid #AAA;
}
.programm .titel {
  padding-right: 15px;
}
.programm .zeit {
	padding-right: 15px;
}
.programm ul {
  list-style: line;
}
.programm li {
  margin-left: 1.2em;
}
.programm dt {
  float: left;
}
.programm dd {
  margin-left: 6.2em;
}

.anreise dt {
	font-weight: bold;
	float: left;
}
.anreise dd {
	margin-bottom: 4px;
	margin-left: 5em;
}
.kontakt-links {
	float: left;
	width: 50%;
}
.kontakt-rechts {
	float: right;
	width: 50%;
}
.kontakt-titel {
	display: block;
	margin-bottom: 8px;
}
.google-map {
	width: 469px;
	height: 650px;
}
.patronat {
	margin-right: 20px;
}
.gebuehren dt {
	float: left;
}
.gebuehren dd {
	margin-bottom: 2px;
	margin-left: 14em;
}
.downloads dt {
	float: left;
	width: 13em;
}
.downloads dd {
	margin-left: 14em;
}
.downloads dt, .downloads dd {
  margin-bottom: 1em;
}

/* Sonstiges */
.clear {
	clear: both;
	visibility: hidden;
	height: 0px;
	border: none;
}
