* {
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	text-align: center;
	font-size: 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	background: #FFF url("images/head.gif") left top repeat-x;
}

h1 {
	background: transparent url("images/header.gif") 50% 0px no-repeat;
	height: 68px;
	text-indent: -5000px;
	overflow: hidden;	
}

h1, h2, h3, h4, h5, h6, caption {
	font-family: "Hoefler Text",Georgia,Garamond,serif;
	font-weight: normal;
}

ul {
	list-style: none;
}

stong, em {
	color: #000;
}

.skip, hr, #print_header {
	display: none;
}

/* navigation style goes here */
#navigation {
	background: #002953 url("images/line.gif") left bottom repeat-x;
	font-size: 14px;
	padding-top: .6em;
	padding-bottom: 1px !important;
	padding-bottom: 0;
}

#navigation ul {
	padding: 5px 0 4px;
	text-align: left;
	width: 718px;
	margin: auto;
}

#navigation ul li {
	display: inline;
	margin-right: .4em;
	background: #002953 url("images/tab-right.gif") no-repeat 100% 0;
}

#navigation ul li#last {
	margin-right: 0;
}

#navigation ul li a {
	color: #002953;
	padding: 5px 0;
	text-decoration: none;
	background: #002953 url("images/tab-right.gif") no-repeat 100% 0 !important;
	background: none;
}

#navigation ul li a span {
	background: url("images/tab-left.gif") no-repeat;
	padding: 5px 1em;
}

#navigation ul li a:hover span {
	color: #06C;
	text-decoration: underline;
}

#navigation .active span {
	color: #06C;
}

html>body #navigation ul {
	margin: 0 auto 1px auto;
}

html>body #navigation ul li {
	background: #002953 url("images/tab-right-gray.gif") no-repeat 100% 0;
}

html>body #navigation ul li a {
	background: #002953 url("images/tab-right-gray.gif") no-repeat 100% 0 !important;
	background: none;
	border-bottom: 1px solid #999;
}

html>body #navigation ul li.active a {
	background: #002953 url("images/tab-right.gif") no-repeat 100% 0 !important;
	background: none;
	border-bottom: 1px solid #FFF;
}

html>body #navigation ul li a span {
	background: url("images/tab-left-gray.gif") no-repeat;
	padding: 5px 1em;
}

html>body #navigation ul li.active a span {
	background: url("images/tab-left.gif") no-repeat;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/

/* content style goes here */
#content {
	margin: auto;
	width: 750px;
	font-size: 13px;
	background: #FFF;
	color: #222;
	padding: 16px 0 24px 0;
	text-align: left;
}

#content #right {
	float: right;
	width: 236px;
	margin: 0 10px 16px 0;
}

#content #right a:hover {
	background: transparent;
}

#content #teaser {
	width: 236px;
	height: 232px;
	display: block;
	background: #EEE url("images/teaser.gif") left top no-repeat;
}

#content #teaser a {
	height: 232px;
	display: block;
	padding: 0;
}

#content #weather {
	width: 236px;
	height: 40px;
	margin: 10px 0 0 0;
	background: #EEE url("images/teaser.gif") 0px -242px no-repeat;
}

#content #weather a {
	height: 40px;
	padding: 0;
	display: block;
}

#content h2 {
	margin: 0 32px 4px 16px;
	color: #06C;
	font-size: 24px;	
}

#content h3, #content legend, #content caption {
	display: block;
	margin: 0 32px 4px 16px;
	border-bottom: 1px solid #FDCC29;
	color: #000;
	width: 450px;
	padding: 0 0 1px 0;
	font-size: 15px;
}

#content h3 {
	margin-top: 20px;
}

#content h4 {
	margin: 0 32px 4px 16px;
	font-size: 13px;
	color: #06C;
}

#content p, #content address {
	margin: 0 262px 12px 16px;
	line-height: 1.5;
	font-style: normal;
}

#content ul, #content dl {
	margin: 0 32px 12px 16px;
	line-height: 1.5;
	width: 456px; 
}

#content dt {
	font-weight: bold;
}

#content dd {
	padding: 2px 10px;
}

#content li {
	padding: 0 0 0 11px;
	background: #FFF url("images/list.gif") 0px .5em no-repeat;
}

#content a {
	color: #002953;
	font-weight: bold;
	text-decoration: underline;
}

#content a:visited {
	font-weight: normal;
}

#content a:hover {
	color: #FFF;
	background: #002953;
	text-decoration: none;
}

#content fieldset {
	display: block;
	margin: 0 0 24px 0;
}

#content label {
	display: block;
	padding: 10px 0 2px 16px;
	font-size: 11px;
}

#content input, #content select {
	margin: 0 0 0 32px;
	border: 1px solid #979797;
	color: #000;
	background: #EEE;
	padding: 2px;
	font-size: 12px;
}

#content input:focus {
	border: 1px solid #FDCC29;
}

#content div.floatright {
	float: right;
	margin: 4px 10px 10px 10px;
}

#content div.floatleft {
	float: left;
	margin: 0px 10px 1px 16px;
}

#content div.nofloat {
	text-align: center;
	margin: 0 8px 10px 0;
	width: 456px;
}

#content p.gallery a {
	margin: 0 0 20px 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 5px;
	width: auto;
	height: 190px;
	font-weight: normal;
}

#content p.gallery {
	width: 700px;
}

#content p.preview {
	margin: 0;
	padding: 0;
}

#content p.fixedwidth {
	width: 468px;
}

#content .foto {
	margin: 10px 16px;
}

#content .submit {
	margin-top: 16px;
}

#content .info {
	color: #979797;
	text-align: right;
	font-size: 11px;
	padding-right: 20px;
}

#content .old {
	color: #979797;
}

#content .links a {
	color: #222;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

#content .links a:hover {
	color: #06C;
	background: #EEE;
}

#content caption {
	clear: both;
	width: 724px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-size: 170%;
}

#content table {
	margin: 0 10px 12px 16px;
	width: 440px;
	line-height: 1.5;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 90%;
}

#content th {
	font-size: 110%;
	padding: 4px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #06C;
	color: #FFF;
}

#content td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px;
}

#content tr.odd {
	background: #EEE;
}

#content tr:hover, #content tr.hover {
	color: #06C;
}

#content .satzung {
	text-align: right;
}

#content a.image:hover {
	background: none;
}

#content p.center {
	text-align: center;
}

#content .vorstand {
	float: right;
	padding-right: 12px;
}

/* subnavigation style goes here */
ul#subnavigation {
	width: 236px;
	float: right;
	margin: 0 10px 0 -236px;
	padding: 0;
	border-top: 1px solid #979797;
	font-size: 100%;
}

ul#subnavigation li {
	width: auto;
	background: #EEE;
	padding: 0px;
	border-bottom: 1px solid #979797;
}

ul#subnavigation a {
	padding: 4px 10px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	color: #06C;
}

ul#subnavigation .active a {
	font-weight: bold;
	text-decoration: underline;
}

ul#subnavigation a:hover {
	background: #06C;
}

/* newsletter style goes here */
#newsletter {
	width: 236px;
	margin: 10px 0 0 0;
	background: #EEE url("images/nltop.gif") left top no-repeat;
}

#newsletter fieldset {
	width: auto;
	background: transparent url("images/nlbottom.gif") left bottom no-repeat;
	margin: 0;
}

#newsletter legend {
	width: 200px;
	border: 0px none;
	font-family: "Hoefler Text",Georgia,Garamond,serif;
	font-weight: normal;
	color: #06C;
	font-size: 170%;
	padding: 10px 0 0 12px;
	margin: 0;
}

#newsletter label {
	display: none;	
}

#newsletter input.field {
	width: 200px;
	margin: 5px 5px 5px 12px;
	background: #FFF;
	color: #000;
	border: 1px solid #FDCC29;
	font-family: Monaco,Verdana,Helvetica,Arial,sans-serif;
	font-size: 120%;
}

#newsletter input.submit {
	padding: 2px 6px;
	margin: 5px 5px 10px 12px;
}

/* clubzeitung style goes here */
#zeitung {
	margin: 6px 13px 0 16px;
	clear: both;
	padding: 14px 0 0 0;
}

#zeitung #leftcolumn {
	width: 49%;
	float: left;
	border-right: 1px solid #979797;
}

#zeitung #rightcolumn {
	width: 48%;
	float: left;
}

#zeitung h3 {
	border: 0px none;
	width: auto;
	margin: 0;
	padding: 0 8px 10px 0;
	color: #06C;
	line-height: 1.1;
}

#zeitung p {
	margin: 0 8px 10px 0 !important;
	width: auto !important;
	font-size: 90%;
}

div.float {
	float: left;
	margin: 0 8px 8px 0;
}

div.center {
	text-align: center;
	margin: 0 8px 10px 0;
}

#zeitung a.date {
	color: #444;
	font-size: 90%;
	padding: 10px 0 10px 0;
	display: block;
	border-top: 1px solid #979797;
	text-decoration: none;
	font-weight: normal;
}

#zeitung a.date:hover {
	color: #444; 
	background: none;
}

#zeitung #rightcolumn h3, #zeitung #rightcolumn p, #zeitung #rightcolumn a.date, #zeitung #rightcolumn div {
	padding-left: 10px;
}

#zeitung #rightcolumn table, #zeitung #leftcolumn table {
	width: 330px;
	margin-left: 10px;
}

#zeitung #leftcolumn table {
	margin-left: 0px;
}

/* footer style goes here */
#footer {
	border-top: 1px solid #979797;
	color: #979797;
	padding: 3px;
	margin: 16px 0 0 13px;
	width: 721px;
	font-size: 90%;
	line-height: 1.4;
	clear: both;
}

#footer a {
	color: #979797;
}

#footer:hover {
	color: #000;
}

#footer:hover a {
	color: #002953;
}

#footer:hover a:hover {
	background: #FFF;
}
