* {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #58585A;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:focus { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }


body {
	background-color: #025700;
	background-image: url(/media/images/basic/bg_ruderer.gif);
	background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

h1 {
  font-size: 1.4em;
}

h1.contentTitle {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

.navSeparator {
  margin-top: 10px;
}

p.contentDescription {
  border-bottom: 0px solid #58585A;
  color: green;
  margin-bottom: 5px;
  padding-bottom: 5px;
}



td {
  padding: 5px 0 5px 0;
}

th {
  text-align: left;
}

/* Rahmen um Highslide-Vorschaubilder entfernen */
.highslide img {
  border: 0;
}

/* Embed-Logo im Video unterdrücken */
.undVVideo .flowplayer .fp-embed {
  display: none;
}

.tableBackground {

}

.tableBackgroundAlternative {
  background-color: #E5EEE5;
}

#breadcrumb {
  border: 0px solid #58585A;
  font-size: 11px;
	margin: 20px 0 0 10px;
	padding: 0;
	width: 500px;
}

#content {
  border: 0px solid #58585A;
	margin: 80px 0 10px 5px;
	/*min-height: 480px;*/
	padding: 0 10px 0 10px;
	width: 755px;
}

#footer {
  border: 0px solid black;
  clear: left;
  color: #FFFFFF;
  font-size: 11px;
  ling-height: 130%;
  margin: auto;
  padding: 10px;
  text-align: left;
  width: 760px;
}

#footer a:link { color: #FFFFFF; text-decoration: underline; }
#footer a:visited { color: #FFFFFF; text-decoration: underline; }
#footer a:focus { color: #FFFFFF; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }
#footer a:active { color: #FFFFFF; text-decoration: underline; }

#logo {
  left: 600px;
  position: absolute;
  top: 10px;
}

#main {
  border: 1px solid #58585A;
  background: white;
	margin: auto;
  position: relative;  
	width: 780px;
}

#navigation {
  border-bottom: 1px solid #777777;
	margin: 24px 0 0 10px;
	padding-bottom: 10px;
	position: relative;
	width: 760px;
}

#navigation a {
  font-size: 16px;  
  line-height: 150%;
  text-decoration: none;
}

#navigation a:link { }
#navigation a:visited { }
#navigation a:focus { }
#navigation a:hover { }
#navigation a:active { }


/* Listenelemente der Navigation als inline-Elemente deklarieren 
   somit gibt es keinen Zeilenumbruch und die Navi wird
   nebeneinander dargestellt */
#navigation .navigation li {
  display: inline;
  padding-right: 15px;
}


/* Navigation > 1. Stufe wird absolut positioniert */
#navigation .navigation li ul {
  /* 21 plus 15 margin ergibt 36, den Abstand der Hauptnavi */
  background-color: #C0D5BF;
  border: 1px solid #025700;
  left: 0;
  padding: 0 5px;
  position: absolute;
  top: 44px;
  width: 748px;
}

#navigation .navigation li ul a {
  font-size: 12px;
}

#navigation .navigation li ul ul {
  left: -11px;
  position: absolute;
  top: 22px;
  width: 748px;
}

#navigation .navigation ul {
  font-weight: normal;
  padding-left: 5px;
  /*margin-left: 10px;*/
}

#navigation .navigation ul ul {
  margin-left: 10px;
}

#navigation .naviActive {
  font-weight: bold;
}
