html {
background-color: #4D4D4D;
}


body {
width: 100%;
margin: 0;
padding: 0;
background-image: url('../images/background-gradient.gif');
background-repeat: repeat-x;
font-family: Lucida, 'Lucida Grande', Helvetica, 'Helvetica Neue', Arial, sans-serif;
font-size: 12px;
color: #333333;
text-align: center;
height: auto;
background-color: white;
}


#wrapper {
	width: 960px;
	margin: 0 auto 40px auto;
	text-align: left;
	position: relative;
}

#top {
	height: 86px;
	width: 100%;
	position: relative;
}

#logo {
	position: absolute;
	top: 4px;
	left: 0;
}

#logo img{
	border: 0;
}

#logo h1, #logo span {
	display: none;
	visibility: collapse;
}



/* kopfbild / headerimage */

#headerimage {
	border: 1px solid white;
	border-bottom: none;
	width: 958px;
	height: 248px;
	padding: 0;
}

/* FF 2 Hack*/
#headerimage, x:-moz-any-link {height: auto; margin-bottom: 3px;}
#headerimage, x:-moz-any-link, x:default {height: 248px; margin-bottom: 0;}



/* haupt navigation / mainnav */
#mainnav {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

#mainnav ul {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
	/*border-top: 1px solid #999999;*/
}
#mainnav li {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: -4px;
}

#mainnav a , #mainnav a:visited {
	position: relative;
	display: inline-block;

	border: 1px solid #999999;
	border-top: 3px solid #EEEEEE;
	border-right: none;
	padding: 3px 10px 5px 10px;
	text-decoration: none;
	color: #111111;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	background: #EEEEEE;
}

#mainnav a:hover, #mainnav a:visited:hover {
	color: #111111;
	/*background-color: white;*/
	border-top-color: #666666;
}

#mainnav a.current, #mainnav a.current:hover, #mainnav a.current:visited {
	color: #111111;
	border-top-color: #333333;
	background-color: white;
}

#mainnav ul li:last-child a {
	border-right: 1px solid #999999;
}

/* linke navigation / left */
#left {
	clear: both;
	float: left;
	width: 198px;
	background-color: #D8D8D8;
	border: 1px solid #808080;
	border-top: none;
	z-index: 10;
}

#left h3 {
	background-color: #808080;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #656565;
	color: white;
	font-size: 13px;
	padding: 4px 10px 6px 10px;
	font-weight: normal;
	margin: 20px 0 5px 0;
}

#left h3:first-child {
	margin-top: 0;
/*	border-top-color: #808080;*/
}

#left ul {
	list-style: none;
	margin: -5px 0 0 0;
	padding: 0;
	z-index: 10;
}

#left ul li a {
	display: block;
	width: 178px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #808080;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}

#left ul li a:hover, #left ul li a.current {
	background-color: #EEEEEE;
}


#left ul li:first-child a {
	border-top: none;
}

/* benutzer anmeldung */
#left form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0 10px 5px 10px;
	margin: 0;
}

#left fieldset div {
	padding-top: 4px;
	clear: both;
}

#left input {
	width: 100px;
	display: inline;
	float: right;
	clear: right;
	border: 1px solid #999999;
	margin: 0 0 2px 0;
	
}

#left label {
/*	font-size: 11px;
	padding-top: 3px;
	display: block;*/
	float: left;
	clear: both;
}

#left .felogin-hidden {
display: none;}

input {
	font-size: 11px;
	color: #333333;
}

input.button {
	background-color: #68AAC1;
	color: white;
	border: 1px solid #EEEEEE;
	border-right: 1px solid #494949;
	border-bottom:1px solid #494949; 
	}

input.button:active {
	background-color: #808080;
	border: 1px solid #494949;
	border-right: 1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE; 
}

#left input.button {
	width: auto;
}

#left p {
	margin: 0 0 10px 0;
	padding: 0 10px 5px 10px;
	line-height: 150%;
}

/* content bereich */
#content {
	position: relative;
	margin: 0 1px 0 220px;
	padding: 0 20px 0 20px;
	width: 690px;
/*	overflow: hidden;*/
}

#content table {
	clear: none;
	position: relative;
	/*width: auto;*/
}

#content-home {
	margin: 0 1px 0 200px;
	padding: 0;
	overflow: visible;
}
#content-inhalt-mit-news {
	margin: 0 1px 0 220px;
	padding: 0;
	overflow: visible;
}

#dates-left {
	float: left;
	width: 250px;
	/*width: 189px;*/
	/*background: transparent url('../images/dates-border-left.gif') repeat-y bottom left;*/
	margin: 0;
	padding: 0 0 40px 1px;
	margin-left: -1px;
}



/* style änderung, damit termine + kalender links einen rand haben können, der hinter der navigation liegt - ACHTUNG! - somit ist die Navigation absolute positioniert und wird nicht gecleared! */

/* andere hauptnavigation versuch */


/* generelles */

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	padding: 0 20px 4px 17px;
	border-bottom: 1px solid #808080;
	color: #333333;
	width: auto;
	margin-left: -20px;
	margin-bottom: 20px;
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Lucida, Arial, sans-serif;
}

h2 {
	margin: 20px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 15px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#content p {
	line-height: 160%;
	margin: 4px 0 8px 0;
}

a, a:visited, a:hover {
	color: #005b80;
}
                                               
a:visited {
	color: #00364c;
}
                                               
a:hover {
	color: #007bb1;
	text-decoration: none;
}

#content ul {
	list-style-type: square;
}

#content ul, #content ol {
	margin: 4px 0 8px 40px;
	list-style-position: outside;
	padding: 0;
}

#content ol {
	margin-left: 45px;
}

#content li {
	padding: 3px 0 3px 0;
}

hr {
	margin: 15px 0 15px 0;
	height: 0;
	background: none;
	border: 0;
	border-top: 1px solid #808080;
}

.clear {
	clear: both;
}

/* nächste termine + regattakalender / dates*/
#dates {
	float: left;
	width: 270px;
	/*width: 189px;*/
	/*background: transparent url('../images/dates-border-left.gif') repeat-y bottom left;*/
	margin: 0;
	padding: 0 0 40px 1px;
	margin-left: -1px;
}

#dates h3 {
	font-weight: normal;
	font-size: 13px;
	color: #111111;
	padding: 6px 10px 5px 15px;
	margin: 0;
	background: transparent url('../images/dates-border-top.gif') repeat-x bottom right;
}

#dates ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#dates li {
	margin: 0;
	padding: 6px 25px 6px 15px;
	font-size: 11px;
}

#dates li.odd {
	background: url('../images/dates-odd-back.gif') repeat-y top left;
}

#dates a, #dates a:visited {
	color: #333333;
	text-decoration: none;
}
#dates a:hover {
	color: #666666;
}

/* news */
#news {
	width: 460px;
	/*statt 512px*/
	float: right;
	background: url('../images/news-border-right.gif') repeat-y bottom right;
	padding-bottom: 60px;
	position: relative;
}

#news h3 {
	font-weight: normal;
	font-size: 13px;
	color: #111111;
	padding: 6px 10px 5px 15px;
	margin: 0;
	text-align: right;
	background: white url('../images/news-border-top.gif') repeat-x bottom left;
}

#news a, #news a:visited, #news a:hover {
	color: #246772;
	text-decoration: none;
}
#news a:hover {
	color: #111111;
}

div.newsitem {
	position: relative;
	padding: 15px 15px 15px 122px;
	margin-right: 1px;
	color: #444444;
}

.news_date {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Lucida, 'Lucida Grande', sans-serif;
	margin-bottom: 5px;
}

#news div.odd {
	background: url('../images/news-back.gif') repeat-y top right;
}

div.newsitem h4, div.newsitem h4 a {
	color: #246772;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

div.newsitem img {
	float: left;
	margin-left: -122px;
	border: 1px solid #808080;
	z-index: 20;
}

div.newsitem a.readon {
	margin-left: 20px;
}

/* fuszeile / footer */
#footer {
	width: 100%;
	clear: both;
	color: white;
	background-color: #4D4D4D;
	border-top: 1px solid #111111;
	font-size: 11px;
	/*font-family: Arial, Lucida, 'Lucida Grande', sans-serif;*/
	padding: 4px 0 0 0;
	height: 36px;
}
#footer a, #footer a:visited, #footer a:hover {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	/*color: black;*/
	text-decoration: underline;
}

#footer-wrapper {
	width: 958px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}


/* regatta */

thead tr, thead td {
	background-color: #68AAC1;
	color: white;
	font-size: 13px;
}

#content table.regatta {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;

}

#content table.regatta td {
	padding: 6px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

table.regatta td {
	vertical-align: middle;
}

table.regatta img {
border: none;
padding: 0;
display: block;
margin: 3px 0 3px 0;
}


.tx-regattakalender-pi1 table { width: 700px;margin: 5px;padding: 0px;border-collapse: collapse;border-top: 1px solid #808080;border-left: 1px solid #808080;}
.tx-regattakalender-pi1 th {background-color: #68AAC1;padding: 1px 5px 1px 5px;color:#FFFFFF;padding: 6px;border-right: 1px solid #808080;border-bottom: 1px solid #808080;}
.tx-regattakalender-pi1 td {padding: 2px 5px 2px 5px;padding: 6px;border-right: 1px solid #808080;border-bottom: 1px solid #808080;}
.tx-regattakalender-pi1 img {margin: 0 3px 0 3px;}



/* foren auswahl */

div.area {
	margin: -15px 0 10px 0;
	border-bottom: 1px solid #808080;
	padding: 15px 15px 5px 15px;
	background: url('../images/areas-back.gif') repeat-x bottom left;
}

div.area h2 a, div.area h2 a:visited {
	text-decoration: none;
	color: #007bb1;
	
}

div.area h2 a:hover, div.area h2 a:visited:hover {
	color: #00364c;
}
                                               
div.area h2 a:visited {
	color: #005b80;
}

/* guestbook */
.tx-veguestbook-pi1 input {
	width: 150px;
}
.tx-veguestbook-pi1 input.button {
	width: auto;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
}
.tx-veguestbook-pi1 table td{
	position: relative;
}
table.guestbookformtable {
	margin-right: 30px;
}
tx-veguestbook-pi1 table {
}
table.guestbookentries {
	width: 100%;
	border: 1px solid #808080;
}
table.guestbooksingleentry {
}
td.tx-guestbook-list-header {
	background-color: #68AAC1;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 10px 6px 10px;
}

td.tx-guestbook-list-header img {
	margin: 2px -2px -3px 8px;
}

td.tx-guestbook-list-rowleft {
	background-color: #F4F4F4;
	padding: 0 10px 10px 10px;
	line-height: 135%;
}

.tx-guestbook-list-small {
	font-weight: normal;
	font-size: 11px;
}

div.tx-veguestbook-pi1-browsebox {
	margin: 0 auto 0 auto;
}

.tx-srfreecap-pi2-cant-read {
	font-size: 10px;
	margin-top: 4px;
	display: block;
}

.tx-guestbook-form-textarea {
}


#left .tx-felogin-pi1 a {font-size: 10px; float: right;}
#left .tx-felogin-pi1 div {padding: 0 5px 0 5px;}



/*NEWS*/



/*FOTOBOEK*/
#content .tx-gooffotoboek-pi1 img{
border: none;}


.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.indent {
	margin-left: 30px;
}

td {
	font-family: Lucida, 'Lucida Grande', Helvetica, 'Helvetica Neue', Arial, sans-serif;
font-size: 12px;
color: #333333;
vertical-align: top;
	
}
th {
	font-family: Lucida, 'Lucida Grande', Helvetica, 'Helvetica Neue', Arial, sans-serif;
font-size: 14px;
color: #333333;
vertical-align:top;
}

/* ##### Markierung eines fehlerhaft ausgefüllten Feldes*/
.fehlerfeld { 
   margin: 0px;
   border-top: 1px solid #ff0000; 
   border-bottom: 1px solid #ff0000; 
   border-left: 1px solid #ff0000; 
   border-right: 1px solid #ff0000;
} 


/*### STANDARD FORMULAR TYPO3 ###*/

.csc-mailform-field {
width: 200px; text-align:left;}

.csc-mailform-field input, .csc-mailform-field textarea {
width: 250px;}

div.csc-mailform-field input,
div.csc-mailform-field textarea {
	border: 1px solid #A1A1A1;
	padding: 2px 3px;
}

div.csc-mailform-field input:focus,
div.csc-mailform-field textarea:focus {
	border: 1px solid #D44428;
}

input.csc-mailform-submit {
	background-color: #FDFDFD;
	border: 1px solid #A1A1A1;
	cursor: pointer;
	width: 150px;
	height: 23px;
	text-align: center;
	padding-top: 4px;
}
input.csc-mailform-check {
float: right;
width: 20px;
}

