* {
	padding: 0px;
	margin: 0px;
}


BODY {
	background-color: #9CC8F8;
	/*background: url('images/bg.jpg') no-repeat 0px 0px;
	background-position: center top;*/
  	font-family: Arial, Tahoma, Verdana, "Trebuchet MS", Helvetica, sans-serif;
   font-size: 10pt;
	line-height: 1.2;
	text-align: center; /* wegen IE noetig */
}

A { outline: none; }
A:link, A:visited, A:active { text-decoration:none; color: #1F1F80;  }
A:hover { text-decoration: underline; color: #AB6366;}
A IMG { color: #ffffff; }


P  { font-size: 10pt; margin: 0px 0em 10px 0em; text-align: left;}
H1 { font-size: 38px; margin: 10px 0em 15px 0em; color: #1F1F80; font-weight: bold; font-family: 'Comic Sans MS';}
H2 { font-size: 12pt; margin: 0px 0em 15px 0em; font-weight: bold; text-align: center;}
H3 { font-size: 10pt; margin: 20px 0em 8px 0em; color: #333333; border-bottom: 1px solid #999999; }
H4 { font-size: 10pt; margin: 10px 0em 3px 0em; }
P#signature { margin: 20px 0em 10px 0em; text-align: right; }

UL { list-style: square; }
UL LI { margin: 0px 0px 8px 30px; }

IMG#pic { margin: 20px 0px 20px 0px; display: block; margin-left: auto; margin-right: auto; }

DIV#inlinepic_left { float: left; margin: 0px 5px 0px 5px; }
DIV#inlinepic_right { float: right; margin: 0px 5px 0px 5px; }



DIV#artikelliste {
	clear: left;
	margin: 0px 0px 10px 0px;
}



DIV#bilderliste {
	margin: 0px 22px 10px 22px;
	padding: 3px;
	width: 170px;
	height: 150px;
	float: left;
	text-align: center;
	/*background-color: red;*/
}

DIV#bilderliste IMG {
	height: 75%;
}

DIV#bilderliste a:hover{
	/*background-color: #841f1f;*/
}




/* TOP-SPACER */
DIV#top_spacer {
	height: 15px;
}



/* ADRESSFELDER */
DIV#adresse {
	border-left: solid 3px #bb0000;
	margin: 20px 0px 20px 10px;
	padding: 0px 0px 0px 5px;
}




/* VORSTANDSTABELLE */
TABLE#vorstand {
	width: 90%;
	margin: 0px auto;
}

TABLE#vorstand td{
	width: 50%;
}

TABLE#vorstand td IMG{
	float: left;
	padding: 0px 10px 0px 0px;
}




/* EHEMALIGENTABELLE */
TABLE#ehemalige td{
	padding: 0px 30px 0px 0px;
}



/* ERGEBNISLISTE VEREINSINTERNER REGATTEN */
TABLE#regatta_ergebnisse {
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 15px 0px;
	border-spacing: 0px;
}

TABLE#regatta_ergebnisse td {
	padding: 3px;
	border-bottom: 1px solid #cecece;
	height: 24px;
}

TABLE#regatta_ergebnisse td#platz       { width: 8%;  }
TABLE#regatta_ergebnisse td#steuermann  { width: 25%; }
TABLE#regatta_ergebnisse td#mannschaft  { /* rest */  }
TABLE#regatta_ergebnisse td#boot        { width: 20%; }
TABLE#regatta_ergebnisse td#bootsklasse { width: 15%; }

TABLE#regatta_ergebnisse tr#title{
	height: 30px;
	padding: 6px;
	background-color: #cecece;
}




/* DOWNLOADLISTEN */
TABLE#downloadliste {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

TABLE#downloadliste td {
	border-bottom: 1px solid #999999;
	padding: 8px 0px 5px 0px;
	min-height: 30px;
}

TABLE#downloadliste td#spacer {
	width: 20px;
}





/* NAVIGATION */
UL#nav { list-style: none; position: absolute; }
UL#nav li.menu1 { float: left; margin: 0; font-size: 14px; }
UL#nav li.menu1 A { text-decoration: none; font-weight: bold; display: block; padding: 3px 30px 3px 16px; }
UL#nav li.menu1.selected { background-color: #841f1f; }
UL#nav li.menu1.selected.parent { border-left: 1px solid #841F1F; }
UL#nav li.menu1.selected A { color: #d9d9d9; padding-left: 15px; }

UL#nav li.menu1 ul { margin-top: 0px; background-color: #ffffff; min-width: 124px; list-style: none; position: absolute; left: 0; display: none; border-bottom: 1px solid #841F1F; border-left: 1px solid #841F1F; background: url("images/menu_verlauf.gif") repeat-x #ffffff; }
UL#nav li.menu1 ul li.child { margin: 0; font-size: 12px; }
UL#nav li.menu1 ul li.child A { color: #1F1F80; text-align: left; font-weight: normal; padding: 3px 16px 3px 16px; display: block; white-space: nowrap; }
UL#nav li.menu1 ul li.child A:hover { color: #841F1F; background: url("images/menu_sub_arrow.png") no-repeat 4px 9px; }





/* MAIN-TABLE */
TABLE#main {
	text-align: left; /* wegen IE noetig */
	width: 1000px;
	margin: 0px auto;
	border-spacing: 0px;
}

TABLE#main td {
	vertical-align: top;
}

TABLE#main td#menuplace {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 20px;
}




/* MAIN-TABLE: HEADER-ZELLEN */
TABLE#main td#header {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	margin: 0px auto;
	height: 100px;
	/*background: url('images/logo_norway2.png') no-repeat 0px 0px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

TABLE#main td#header DIV#title_spacer {
	height: 45px;
	width: 50px;
	float: left;
}

TABLE#main td#header DIV#title {
	background-color: #ffffff;
	height: 45px;
	width: 700px;
	text-align: center;
	float: left;
}

TABLE#main td#header DIV#logo {
	height: 120px; /*45px*/
	width: 140px; /*40px*/
	float: right;
	background: url("images/wimpel2.png") no-repeat #ffffff 7px 7px;
}





/* MAIN-TABLE: PFADANGABE "Sie sind hier: ..." */
TABLE#main td#pathplace {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: solid 1px #999999;
	white-space: nowrap;
  	font-size: 11px;
  	padding: 10px 0px 0px 15px;
}

TABLE#main td#pathplace P {
	font-size: 10px;
}

TABLE#main td#pathplace A {
	text-decoration: none;
	font-size: 10px;
}

TABLE#main td#pathplace A:hover {
	text-decoration: underline;
}





/* MAIN-TABLE: SPACER */
TABLE#main td#spacer {
	height: 20px;
	width: 20px;
}




/* MAIN-TABLE: HAUPTINHALTS-SPALTE */
TABLE#main td#maincontent {
	padding: 20px 10px 15px 15px;
	width: 700px;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}

TABLE#main TD#maincontent DIV#contend{
	min-height: 450px;
}




/* MAIN-TABLE: RECHTE SPALTE */
TABLE#main TD#rightside { 
	padding: 0px;
	width: 280px;
}

TABLE#main TD#rightside DIV#rcontent { 
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	float: right;
	padding: 20px 5px 15px 5px;
	width: 280px;
}

TABLE#main TD#rightside DIV#rcontent H3 {
	padding: 5px;
	margin-top: 20px;
}

TABLE#main TD#rightside DIV#rcontent P {
	padding: 0px 0px 0px 0px;
}

TABLE#main TD#rightside DIV#rcontent UL {
	list-style: none;
}

TABLE#main TD#rightside DIV#rcontent UL LI {
	margin: 0px 0px 5px 0px;
}

TABLE#main TD#rightside DIV#rcontent TABLE#termine td#date {
	padding: 0px 10px 5px 0px;
	text-align: right;
}

TABLE#main TD#rightside DIV#rcontent TABLE#termine tr#date_over {
	color: #999999;
}

TABLE#main TD#rightside DIV#rcontent TABLE#termine tr#date_over A{
	color: #999999;
}




/* MAIN-TABLE: FUSSZEILE */
TABLE#main td#footer {
	background-color: #ffffff;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	padding: 5px 5px 5px 5px;
	text-align: center;
}





/*--------------------------------------------------------------------*/
/* LIGHTBOX */
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0; }
#hoverNav a{ outline: none; }

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

