* {
margin : 0;
padding : 0;
border : none;
}
html, body {
width : 100%;
height : 100.01%;
}
body {
font-size : 100.01%;
font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
background : #00b2fc url(images/body-bg.jpg) repeat-x right bottom fixed;
color: #191970;

}
/*
####################################################
### header #########################################
####################################################
*/
#header {
width: 540px;
margin-top: -96px;
background: url(images/header.jpg) top left no-repeat;
margin-left: -70px;
}

#header h1 {
width : 100%;
height : 146px;
font-weight : normal;
background: transparent;
/*font-size: 1px;
text-align: right;*/
margin: 0;
}

#header h1 a {
	/*color: #00b2fc;*/
	display: block;
	width: 100%;
	height: 100%;
	
}
* html #header {
	position: absolute;
}
*:first-child+html #header {
  position: absolute;
}
*:first-child+html #navi {
  margin-top: 150px;
  z-index: 5;
}
/*
####################################################
### Navigation #####################################
####################################################
*/
#navi {
width : 200px;
float: left;
margin-top: 90px;
margin-left:10px;
background : #fff url(images/bg.png) repeat;
border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;
position: relative;
}
* html #navi {
	margin-top: 153px;
}

#navi ul {
list-style : none;
width : 100%;
margin: 0;
}
#navi ul li {
line-height : 2em;
}
#navi ul li a {
display : block;
width : 100%;
height : 100%;
text-align : center;
margin : auto;
font-size : 0.9em;
font-weight : bolder;
text-decoration : none;
color : #fa1666;
}
#navi ul li a:hover {
color : Navy;
}
#navi ul li ul li a {
color : #428000;
}
/*################################################*/
#navi #news, #navi #login {
	font-size: 0.7em;
	margin: 5px;
	border-top: 2px dotted #fa1666;
	text-align: center;
}
#news h6 a {
	text-decoration: none;
	color: #fa1666;
}
#news h6 a:hover {
	color: Navy;
}
/*
####################################################
### Inhalt #########################################
####################################################
*/
#content {
	margin: 65px 70px 0 100px;
	background: #fff;
	border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;
padding: 30px 130px 30px 130px;
}
.post {
	margin-top: 10px;
	}
* html .post {
	margin-top: 90px
}
.post p {
	line-height: 1.5em;
	margin-top: 20px;
}
* html .post {
	margin-top: 56px;
}
*:first-child+html .post {
  margin-top: 60px;
}

.post p a:link {
	color: #428000;
}
.post p a:visited {
	color: Navy;
}
.post p a:focus {
	color: #fff;
	background: Navy;
}
.post p a:hover {
	text-decoration: none;
}
.post p a:active {
	color: #fa1666;
	text-decoration: none;
}
/*
####################################################
### Sidebar #########################################
####################################################
*/
#sidebar {
position: absolute;
top: 150px;
right: 10px;
width : 150px;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
}
#sidebar h4 {
	padding: 0;
	margin: 0;
}
#sidebar a#kids, #sidebar a#swim, #sidebar a#ball, #sidebar a#all {
	display: block;
	height: 83px;
	width: 150px;
	color : #fa1666;
	text-decoration: none;
}
a#kids span, a#swim span, a#ball span, a#all span  {
	display: none;
}

a#kids:hover span, a#swim:hover span, a#ball:hover span, a#all:hover span  {
	display: block;
	width: 150px;
	margin-left: -150px;
	padding: 4px;
	color : #191970;
	font-size: 0.8em;
	background : #fff url(images/bg.png) repeat;
border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;

}
a#kids {
	background: transparent url(images/sidebar_1.png) left top no-repeat; 
	}
a#kids:hover {
	background: transparent url(images/sidebar_1h.png) left top no-repeat; 
}
a#swim {
	background: transparent url(images/sidebar_2.png) left top no-repeat; 
}
a#swim:hover {
	background: transparent url(images/sidebar_2h.png) left top no-repeat; 
}
a#ball {
	background: transparent url(images/sidebar_3.png) left top no-repeat; 
}
a#ball:hover {
	background: transparent url(images/sidebar_3h.png) left top no-repeat; 
}
a#all {
	background: transparent url(images/sidebar_4.png) left top no-repeat; 
}
a#all:hover {
	background: transparent url(images/sidebar_4h.png) left top no-repeat; 
}
#sponsoren {
	border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;
	background : #fff url(images/bg.png) repeat;
	padding: 4px;
	width: 140px;
	text-align: center;
}
#sponsoren img {
	margin: 0;
	padding: 0;
}

/*### Anfang IE-Extrawurst ###*/
* html #sidebar a#kids, * html #sidebar a#swim, * html #sidebar a#ball, * html #sidebar a#all {
	height: 80px;
	margin-top: 5px;
	text-decoration: none;
}
* html a#kids:hover span, * html  a#swim:hover span, * html  a#ball:hover span, * html  a#all:hover span  {
	display: none;
	margin-left: -40px;
}
* html a#kids {
	background: transparent url(images/sidebar_1.jpg) left top no-repeat; 
	border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;

	}
* html a#kids:hover {
background: transparent url(images/sidebar_1.jpg) left top no-repeat; 
	border-bottom : 3px solid #15dafa;
	border-left : 3px solid navy;
	border-right : 3px solid #15dafa;
	border-top : 3px solid navy;
}
* html a#swim {
	background: transparent url(images/sidebar_2.jpg) left top no-repeat; 
	border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;
}
* html a#swim:hover {
background: transparent url(images/sidebar_2.jpg) left top no-repeat; 
	border-bottom : 3px solid #15dafa;
	border-left : 3px solid navy;
	border-right : 3px solid #15dafa;
	border-top : 3px solid navy;
}
* html a#ball {
	background: transparent url(images/sidebar_3.jpg) left top no-repeat; 
	border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;
}
* html a#ball:hover {
background: transparent url(images/sidebar_3.jpg) left top no-repeat; 
	border-bottom : 3px solid #15dafa;
	border-left : 3px solid navy;
	border-right : 3px solid #15dafa;
	border-top : 3px solid navy;
}
* html a#all {
	background: transparent url(images/sidebar_4.jpg) left top no-repeat; 
	border-top : 3px solid #15dafa;
border-right : 3px solid navy;
border-left : 3px solid #15dafa;
border-bottom : 3px solid navy;
}
* html a#all:hover {
background: transparent url(images/sidebar_4.jpg) left top no-repeat; 
	border-bottom : 3px solid #15dafa;
	border-left : 3px solid navy;
	border-right : 3px solid #15dafa;
	border-top : 3px solid navy;
}

/*### Ende IE-Extrawurst ###*/




#footer {
position : relative;
width : 100%;
height : 169px;

}
#footer p {
	height: 169px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
#footer p a {
	color: #428000;
}
#footer p.print {
	display: none;
}


#handtuch {
position : absolute;
top : -18px;
left : -32px;
}
* html #handtuch {
display: none;
} 
/*
####################################################
### Überschriften ##################################
####################################################
*/
h1 {
font-family : "Century Gothic", "Trebuchet MS", Helvetica, Verdana, Geneva, Arial, sans-serif;
color : #fa1666;
font-size: 2em;
font-weight: normal;
margin: 10px 0 8px 0;
}
h2 {
font-family : "Century Gothic", "Trebuchet MS", Helvetica, Verdana, Geneva, Arial, sans-serif;
color : #fa1666;
font-size: 1.75em;
font-weight: normal;
margin: 9px 0 7px 0;
}
h3 {
font-family : "Century Gothic", "Trebuchet MS", Helvetica, Verdana, Geneva, Arial, sans-serif;
color : #fa1666;
font-size: 1.5em;
font-weight: normal;
margin: 8px 0 6px 0;
}
h4 {
color : #fa1666;
font-size: 1.3em;
font-weight: normal;
margin: 7px 0 5px 0;
}
h5 {
color : #fa1666;
font-size: 1.2em;
font-weight: normal;
margin: 5px 0 5px 0;
}
h6 {
color : #fa1666;
font-size: 1.1em;
font-weight: normal;
margin: 5px 0 5px 0;
}
/*
####################################################
### Listen #########################################
####################################################
*/
ul, ol, dl {
	margin: 10px 0 0 30px;
}
/*
####################################################
### Suche #########################################
####################################################
*/
#search {
	padding: 4px;
	border-top : 1px dotted #fa1666;
	margin: 4px 0;
}
/*
####################################################
### Formularelemente #########################################
####################################################
*/
input, select, textarea {
	border: 1px solid #00b2fc;
}
/*
####################################################
### Bilder #########################################
####################################################
*/
img {
	margin: 5px 10px;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
.clear {
	clear: both;
}
/*############## Tabellen-*g*-Design ##############*/
table, tr, td, th {
	border: 1px solid #15dafa;
}
thead {
	background: #c3f5fe;
}
td, th {
	padding: 3px;
}
tfoot {
	font-style: italic;
	background: #c3f5fe;
}
.ditto_summaryPost {
	background : #fff url(images/bg.png) repeat;
	border: 1px dotted #fa1666;
	padding: 5px;
	margin: 5px;
}
.ditto_summaryPost h3 a {
	color: #fa1666;
	text-decoration: none; 
}
.ditto_info {
	text-align: right;
	font-size: 0.6em;
	color: #9091e6;
}
.ditto_tags {
	display: none;
}
.ditto_link {
	text-align: right;
	font-size: .7em;
	color: #fa1666;
	}
.ditto_link a {

	color: #fa1666;
	}
dt {
	border-top: 1px solid #00b2fc;
	border-left:  1px solid #00b2fc;
	font-weight: bold;
	margin-top: 10px;
	padding: 4px;
}
dd {
	margin-left: 20px;
}
ul.thumbs li p {
	line-height: 1em;
	font-size: .9em;
	margin: 0 2px;
	padding: 0;
}
