/***********************************************************/
/*** Globale Eigenschaften                               ***/
/***********************************************************/
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	margin: 0; 
	padding: 0; 
}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height:19px;
	color: #000033;
	margin: 0; 
	padding: 0;
    text-align: center;
	background: #ffffff;
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
a {
	color: #cc9933;
	text-decoration: none;
}
a:hover {
	color: #000033;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 16px;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 6px;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 6px;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
p {
	padding-bottom: 10px;
}
img {
	border:none;
	padding: 0px 0px 10px 0px;
}
a img {
	opacity:1;
}
a:hover img {
	opacity:0.87;
}
.clearing { /* clearing zum Aufheben der Floatumgebung */
	clear: both; 
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
.slideshow {
    position: relative;
    display: inline-block;
}
.slideshow img {
    vertical-align: top;
}
.slideshow img.next {
    position: absolute;
    top: 0;
    left: 0;
}

/***********************************************************/
/*** Globale Eigenschaften / Kopfbereich                 ***/
/***********************************************************/
#sandbox { 
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#header {
	background-image: url(../items/header.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:white;
	height:170px;
	text-align:center;
}
#nav {
	position:relative;
	overflow: hidden;  /* FF Scroll-leiste */ 
    margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    text-align: left;
	width:900px;
	top:140px;
	color:#ffffff;
	z-index:1;
}
ul.navTop {
	padding: 5px 10px 0px 10px;
}
li.navTop {
	font-size: 14px;
	font-weight: normal;
	float: left;
	margin: 0px 0px 0px 10px;
	list-style: none;
	display: inline;
	width: 120px;
}
ul.navSub {
	padding: 5px 10px 0px 10px;
}
li.navSub {
	font-size: 13px;
	font-weight: normal;
	display: inline;
	float: left;
	margin: 0px 0px 0px 10px;
	list-style: none;
	width: 120px;
}
li ul {
    display: none;
	position: relative;
	width: 880px;
	top: 6px;
	left: 0px;
	height: 32px;
	background-color: #000033;
	border-width: 1px 0px 0px 0px;
	border-color: #cc9933;
	border-style: solid;
}
li:hover ul {
    display: block;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #cc9933;
}
li.navTop #arrow{
	background-image: url(../items/arrow_w.png);
	background-repeat:no-repeat;
	background-position:center;
}	
li.navTop a:hover #arrow{
	background-image: url(../items/arrow_o.png);
}

/***********************************************************/
/*** Globale Eigenschaften / Inhaltsbereich              ***/
/***********************************************************/
#content-body {
	min-height: 100%;
	background: #ffffcc;
}
#content-area {
	background-color:#ffffff;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto; /* !important-Regel für moderne Browser */
	overflow: hidden; /* FF Scroll-leiste */ 
    margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    margin: 0 auto;
	width:900px;
}
#content {
	padding: 20px 20px 20px 20px;
	height: auto;
}
.separator {
	border-width: 1px 0px 0px 0px;
	border-color: #000033;
	border-style: solid none none none;
	padding-bottom: 10px;
	background-color:white;
	height:0px;
	line-height:0px;
}
.separator2 {
	border-width: 1px 0px 0px 0px;
	border-color: #cc9933;
	border-style: solid none none none;
	padding-bottom: 10px;
	background-color:white;
	height:0px;
	line-height:0px;
}
.content-box {
	padding: 0px 0px 20px 0px;
	width: 50%;
	float: left;
}

/***********************************************************/
/*** Globale Eigenschaften / Fussbereich                 ***/
/***********************************************************/
#footer-left {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 40px 0px;
	width: 70%;
}
#footer-right{
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 40px 0px;
	width: 30%;
	text-align: right;
}
#footer-right img {
	border:none;
	padding: 0px 0px 0px 0px;
}

/***********************************************************/
/*** Bereichseigenschaften / Startseite                  ***/
/***********************************************************/
#welcome {
	padding: 0px 0px 40px 0px;
}
#events {
	padding: 0px 0px 40px 0px;
}
#events a {
	color: #CB2F31;
}
#events a:hover {
	color: #cc9933;
}
#events a.headline {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 16px;
}

/***********************************************************/
/*** Bereichseigenschaften / Geschichte                  ***/
/***********************************************************/
#chronik {
	padding: 0px 0px 40px 0px;
}

/***********************************************************/
/*** Bereichseigenschaften / Kutterrudern                ***/
/***********************************************************/
#rowing {
	padding: 0px 0px 40px 0px;
}
#rowing-poster {
	text-align: left;
}
#rowing a {
	color: #CB2F31;
	text-decoration: none;
}
#rowing a:hover {
	color: #cc9933;
}
#rowing-sponsors {
	padding: 0px 0px 40px 0px;
}
#rowing-sponsors a {
	vertical-align: top;
	color: #000033;
	margin:10px;
}
#rowing-registration {
	padding: 0px 0px 40px 0px;
}
#rowing-registration a {
	color: #CB2F31;
	text-decoration: none;
}
#rowing-registration a:hover {
	color: #cc9933;
}
#rowing-registration input.field {
	color: #000033;
	line-height: 20px;
	height: 20px;
	width: 350px;
}
#rowing-registration select {
	color: #000033;
	line-height: 20px;
	height: 20px;
	width: 250px;
}
div.form-box {
	padding: 0px 0px 5px 0px;
	float: left;
}
#rowing img {
	border:none;
	padding: 0px 0px 0px 0px;
}

/***********************************************************/
/*** Bereichseigenschaften / Galerie                     ***/
/***********************************************************/
#gallery {
	padding: 0px 0px 40px 0px;
}
#gallery-preview {
	padding: 0px 0px 40px 0px;
}
#gallery a {
	color: #CB2F31;
	text-decoration: none;
}
#gallery a:hover {
	color: #cc9933;
}
#gallery img {
	padding: 5px 5px 5px 5px;
}

/***********************************************************/
/*** Bereichseigenschaften / Impressum                   ***/
/***********************************************************/
#impress {
	padding: 0px 0px 40px 0px;
}

	