@charset "utf-8";
/* CSS Document */


/***********/
/* Content */
/***********/

/* Allgemein */

html, body{
	font-family:Arial;
	font-size:9pt;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:hover{
	color:#A8C843;
}

h1{
	color:#000000;
	font-weight:bold;
	margin:5px 0 15px 0;
	padding:0;
	font-family: Arial;
	font-size: 14pt;
	font-style:normal;
	font-variant:normal;
	border-bottom:2px solid #A8C843;
}

h2{
	color:#769538;
	font-weight:bold;
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 10pt;
	font-style:normal;
	font-variant:normal;
}

h3{
	color:#000000;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
	font-family: Arial;
	font-size: 8pt;
	font-style:normal;
	font-variant:normal;
	text-align:right;
	border-bottom:1px solid #A8C843;
}

h4{
	color:#000000;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	font-family: Arial;
	font-style:normal;
	font-variant:normal;
	border-bottom:1px solid #A8C843;
}

a {
	border: none;
	outline: none;
}

a img {
	border: none;
}

/* Stile */

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clear{
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.top10{
	margin-top:10px !important;
}
.top15{
	margin-top:15px !important;
}
.top20{
	margin-top:20px !important;
}

.red{
	color:#CC0000;
}

.green{
	color:#A8C843;
}

.table{
	border-spacing:0;
	border:none;
	border-collapse:collapse;
	table-layout:fixed;
}

.table td{
	padding:3px;
	vertical-align:top;
	font-family:Arial;
	font-size:9pt;
}

/* Content */

div#slideshow{
	position:relative;
	top:2px;
	width:550px;
	height:290px;
	outline:2px solid #A8C843;
	overflow:hidden;
	margin-bottom:20px;
	background-color:#E1FFD1;
}

div.text{
	text-align:justify;
}

div.text ul, div.text ol{
	margin: 5px 0 5px 15px;
	padding:0;
}

/* Sportbuttons */

div#sportbuttons{
	margin:4px;
}

div#sportbuttons a{
	display:inline-block;
	width:86px;
	height:86px;
	background-repeat:no-repeat;
	margin:4px;
	background-position: 0px 0px;
}
div#sportbuttons a:hover{
	background-position: 0px -86px;
}
a.fussball{background-image:url('/images/misc/logo-fussball.png');}
a.basketball{background-image:url('/images/misc/logo-basketball.png');}
a.handball{background-image:url('/images/misc/logo-handball.png');}
a.volleyball{background-image:url('/images/misc/logo-volleyball.png');}
a.tennis{background-image:url('/images/misc/logo-tennis.png');}
a.faustball{background-image:url('/images/misc/logo-faustball.png');}

/* Picturebanner */

div#picturebanner{
	padding:5px 0;
}
div#picturebanner img.pic{
	margin:5px 10px 5px 10px;
	outline:2px solid #A8C843;
}

/* Kalender */

div#calendar{
	position:relative;
	margin:10px 5px 20px 5px;
	background-color:#A8C843;
	border:1px solid #E1EAC4;
	text-align:left;
}

div#calendar img#icon{
	position:absolute;
	left:5px;
	top:-5px;
}

div#calendar div.title{
	font-weight:bold;
	background-image:url('/images/misc/bg_title.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:2px 0 2px 40px;
	border-bottom:1px solid #E1EAC4;
	height:15px;
}

div#calendar div.entry{
	font-size:8pt;
	padding:2px;
	color:#FFFFFF;
	border-bottom:1px solid #E1EAC4;
}

div#calendar input{
	font-size:8pt;
	padding:1px;
	border:0;
}

/* Quicklinks */

div#quicklinks{
	margin-bottom:15px;
}

div#quicklinks div.quicklink{
	position:relative;
	width:150px;
	margin:5px auto 10px auto;
	border:2px solid #A8C843;
}

div#quicklinks div.quicklink div.title{
	background-image:url('/images/misc/bg_title.jpg');
	background-repeat:repeat-x;
	height:15px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:1px;
}

div#quicklinks div.quicklink img.icon{
	position:absolute;
	right:5px;
	top:-5px;
}

div#quicklinks div.quicklink a:hover{
	filter:Alpha(opacity=70);
	opacity:0.7;
	-khtml-opacity: 0.7;
	-moz-opacity:0.7;
}

/* News */

div#news{
	text-align:justify;
}

div#news img.teaser{
	border:2px solid #A8C843;
	margin:0 5px 5px 0;
	float:left
}

div#news a{
	color:#A8C843 !important;
}
div#news a:hover{
	text-decoration:underline !important;
}

div#date{
	font-weight:bold;
	text-align:right;
	margin:-32px 0 17px 0;
}

/* Sitemap */

div#sitemap{
	font-size:8pt;
}

div#sitemap li.noList{
	list-style: none;
}

div#sitemap ul{
	padding:5px 0 5px 15px;
}

div#sitemap li.level2{
	margin-bottom:5px;
}

/* Formulare */

table#formtable{
	margin:20px auto;
}

table#formtable.guestbook{
	padding:20px 10px;
	border: 2px solid #A8C843;
	background-color: #E1FFD1;
}

table#formtable th{
	width:150px;
	text-align:left;
}
table#formtable.request th, table#formtable.guestbook th{
	width:100px !important;
}

table#formtable td.spacer{
	height:15px;
}

table#formtable input.text{
	width:200px;
	border:1px solid #A8C843;
}
table#formtable.request input.text{
	width:350px !important;
}

table#formtable input.short{
	width:50px !important;
}

table#formtable select.dropdown{
	width:202px;
	border:1px solid #A8C843;
}
table#formtable.request select.dropdown{
	width:352px !important;
}

table#formtable textarea.text{
	width:350px;
	border:1px solid #A8C843;
}

table#formtable label{
	min-width:100px;
	display:inline-block;
}

table#formtable hr{
	height:1px;
	color: #A8C843;
	background-color: #A8C843;
}

div#submit{
	margin:0 0 20px 0;
	text-align:center;
}

/* more */

div#more{
	position:relative;
	margin:10px 4px 20px 4px;
	background-color:#A8C843;
	border:1px solid #E1EAC4;
	text-align:left;
}

div#more div.title{
	font-weight:bold;
	background-image:url('/images/misc/bg_title.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:2px 0 2px 5px;
	border-bottom:1px solid #E1EAC4;
	height:15px;
}

div#more a{
	display:block;
	margin:10px 5px;
}

div#partner{
	text-align:left;
	width:180px;
	margin:0 auto;
	font-weight:bold;
	background-image:url('/images/misc/bg_title.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:2px 0 2px 5px;
	border-bottom:1px solid #E1EAC4;
	height:15px;
}

/* Gästebuch */

div#guestbook{
	margin:0 0 20px 0;
}

div#guestbook h3{
	margin-bottom:5px !important;
}

div#guestbook div.entry{
	padding: 2px 5px 10px 5px;
}
div#guestbook div.entry.odd{
	background-color:#E1FFD1;
}
div#guestbook div.entry.even{
	
}

div#guestbook div.name{
	float:left;
	width:150px;
	font-weight:bold;
	text-align:right;
	padding-right:15px;
}

div#guestbook div.message{
	float:left;
	width:375px;
}

/* Gallery */

div#gallery{
	margin:0 auto 20px auto;
}

div#gallery div.wrapper{
	text-align:center;
	float:left;
	width:120px;
	padding:5px 8px;
	font-weight:bold;
	font-size:8pt;
}

div#gallery div.title{
	position:relative;
	z-index:2;
	width:120px;
	background-image:url('/images/misc/bg_title.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border-top:2px solid #A8C843;
	border-left:2px solid #A8C843;
	border-right:2px solid #A8C843;
	margin-bottom:-2px;
	text-transform:uppercase;
}

div#gallery div.preview{
	position:relative;
	z-index:1;
	text-align:center;
	font-weight:bold;
	width:120px;
	background-color:#E1FFD1;
	overflow:hidden;
	border:2px dashed #A8C843;
	height:90px;
	margin-bottom:2px;
}

div#gallery a.alpha:hover{
	filter:Alpha(opacity=70);
	opacity:0.7;
	-khtml-opacity: 0.7;
	-moz-opacity:0.7;
}

div#gallery div.preview img.thumb{
	margin-bottom:2px;
}

div#back
{
	margin:15px 0 0 0;
	text-align:center;
	font-weight:bold;
	color:#A8C843;
}

div#back a{
	color:#A8C843 !important;
}
div#back a:hover{
	text-decoration:underline;
}