/* CSS Document */

/* Generelle Definition der Seiten */
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eb6921; /* Hintergrundfarbe der Seite*/
}

p {
	margin: 0 auto 7px 0;
	color: #333;
}

b {
  color: #000;
}

strong {
  color: #000;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 14px;
	margin-top: 30px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 14px;
	margin-top: 24px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 16px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 14px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 14px;
}

/* Generelle Definition für Links im Text, nicht bei Menüs */
a {
	text-decoration: none;
	color: #086060;
    line-height: 100%;
}

a:visited {
	color: #086060;
}

a:hover, a:active {
	color: #33F;
}

a img {
	border: none;
}

a.shiftedAnchor {
	position: relative;
	padding-top: 50px;
}

a strong {
  color: inherit;
}

/* Definition der ganzen Seite */
#wholePage {
	width: 905px;
	margin: 14px auto 14px 14px;
	position: relative;
}

/*Left-Right-Layout*/
#leftSection {
	float: left;
	width: 200px;
	margin-right: 21px;
}

#rightSection{
	float: left;
	width: 670px;
}

/* Header-Bereich: Logo, Titel, Titelleiste */
#headerSection {
	height: 200px;
	width: 905px;
	margin: 0;
	position: relative;
}

/* Linkes Kästchen für Logo */
#logo {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 21px 21px 0;
	padding: 0;
	position: relative;
}

/* Titelbereich: Rechtes Kästchen mit der Zweiteilung: Oben Schriftzug, unten Seitentitel */
#title {
	float: left;
	width: 670px;
	margin: 0 14px 21px 0;
	height: 200px;
}

/* Schriftzugbereich: Mit Margin-top:21px kriegt man einen unten-bündigen Schriftzug */
#titleCaption {
	height: 92px;
	font-size: 80px;
	padding: 0;
	margin: 1px 0 0 0;
}

/* Seitentitel */
#titlePage {
	height: 50px;
	width: 670px;
	margin: 47px 0 0 0;
}

#titlePage h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	letter-spacing: 0.1em;
}


/* Body Bereich */
#bodySection {
	width: 905px;
	margin: 21px auto 0;
	position: relative;
	clear: both;
}

/* Menu */
#menuSection {
	width: 200px;
	float: left;
	margin: 0 21px 0 0;
	padding: 0;
	position: relative;
}

#menuSection a, #menuSection a:visited {
	color: #000;
}

#menuSection a:hover, #menuSection a:active {
	color: #086060;
}

.mainMenu {
	width: 200px;
	text-align: right;
	margin: 0 0 20px 0;
	position: relative;
}

.mainMenuItem {
	width: 193px;
	padding-right: 7px;
	font-size: 16px;
	font-weight: bold;
}

.quickMenu {
	display: none;
}

.subMenu {
	font-size: 14px;
}

.subMenuItem {
	margin-top: 7px;
	padding-right: 7px;
	width: 193px;
}

/* Balkenfarbe -- SUCH MICH */
.activeMenuItem {
	background-color: #993333;
}


/* Content-Bereich */
#contentPane {
	width: 670px;
	margin: 0 14px 0 0;
	float: left;
	padding: 0;
	position: relative;
}

#contentPane > *:first-child{
	margin-top: 0;
}

#contentPane > table:first-child {
  	margin-top: -14px;
}


/* Spezialformatierungen für Autorinnenliste */

div.authorLinks {
	margin: -7px 0 7px 0;
	padding-left: 14px;
}
.authorLinks p {
	margin: 0;
	padding: 0;
}

/* Spezialformatierungen für Autorinnenliste */

div.authorlist h5 {
  color: #333;
  margin: 14px 0 0;
  font-weight: normal;
}

div.authorlist p {
  margin: 0 28px;
  text-indent: -14px;
}

/* Trennstriche */
hr {
	border: none;
	border-bottom: 1px dashed #666666;
  margin: 0 200px 15px 10px;
}

/* Spezialformatierungen für Kurzprogramme */
.kpTrennstrich {
	border: none;
	border-bottom: 1px dashed #666666;
	margin: 0 200px 15px 10px;
}

/* Tabellen */

tr {
	vertical-align: top;
}



/* Footer-Bereich */
#footer {
	clear:both;
	height: 12px;
}



