/* 
    Document   : main.css
    Created on : 17.05.2010, 11:04:39
    Author     : sven
    Description:
        
*/

*,
html *{
	padding: 0;
	margin: 0;
	outline: 0;
}

html{ height: 101%; }


body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #1e5784;
	margin: 5px;
}

/* hintergrund für TinyMCE ausblenden */
body.background{
	background-image: url(/images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
}

h1,h2,h3,h4{
	margin-bottom: 0.5em;
}

h1{
	font-size: 26px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

h4{
	font-size: 14px;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

p + h2{
	margin-top: 1.5em;
}

hr{
	clear: both;
	height: 1px;
	border: 0px solid #000;
	margin: 0px;
	margin-bottom: 1em;
	background-color: #fff;
	color: #fff;
}

p{
	margin-bottom: 1em;
	line-height: 1.25em;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover,
a:active{

}

img {
	border: 0px;
}

iframe{
	border: 1px solid #000;
	float: right;
	margin: 70px 0 40px 0;
}

ul,ol{
	margin-left: 25px;
	margin-bottom: 1em;
}
ul{
	list-style-type: square;
}
li{
	margin: 0.5em 0;
}

ol > li{
	margin-bottom: 1em;
}

dl{
	margin-top: 2em;
	margin-bottom: 1em;
}

dt{
	display: block;
	width: 120px;
	float: left;
}

dd{
	margin: 0.25em 0px;
}

dd + dt{
	clear: left;
}

dl + h3{
	clear: right;
}

form{
	margin-bottom: 1em;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	padding: 1px;
	color: #fff;
	background-color: #467395;
	border: 0px;
	border-bottom: 1px solid #fff;
}
select{
	padding: 0px;
}
textarea{
	border: 1px solid #fff;
}
select:active,
select:focus,
textarea:active,
textarea:focus,
input:active,
input:focus{
	background-color: #1e5784;
}
option{
	padding-right: 20px;
}
input.button{
	background-color: #467395;;
	border: 1px outset #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

table{
	margin-bottom: 1em;
	clear: both;
	width: 554px;
}

th{
	color: inherit;
	padding: 2px 4px 6px 4px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}
td{
	color: inherit;
	padding: 5px 4px;
	vertical-align: top;
}

th + th,
td + td{
	padding-left: 0px;
}

td span{
	display: block;
	font-size: 11px;
}

td.date{
	white-space: nowrap;
	text-align: left;
	padding-right: 8px;
}

tr.color1{
	background-color: transparent;
}
tr.color0{
	background-color: #467395;
}

.hidden{
	visibility: hidden;
}

.mehr{
	margin-right: 10px;
	display: block;
	text-align: right;
	text-decoration: underline;
}

.images{
	margin: 2em 0;
}

.kontakt-name{
	width: 125px;
}

#Content #fisch{
	margin: -60px 0px 0px 10px;
	float: right;
}

#Header{
	height: 210px;
	background: url(/images/bg-head.png) repeat-x;
}

#Header h1{
	width: 350px;
	height: 145px;
	padding: 40px 40px 40px 200px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #022F58;
	background: url(/images/logo.png) no-repeat;
}
#Header h1 span{
	display: block;
	text-indent: 0.7em;
}

#WrapperContent{
	width: 970px;
	margin: 0 auto;
	padding: 10px 0;
}

/*
*  Navigation
*/
#Left{
	float: left;
	width: 178px;
	padding-top: 20px;
}

#Navigation{
	background: url(/images/menu-bottom.png) no-repeat bottom left;
	padding-bottom: 10px;
	font-size: 14px;
}

	#Navigation > ul{
		background: url(/images/menu-top.png) no-repeat top left;
		padding: 10px 1px 0 0;
		margin: 0;
		list-style-type: none;
	}

	#Navigation ul ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 12px;
	}

	#Navigation ul li{
		margin: 5px 0 0 0;
		padding: 3px 15px
	}
	#Navigation ul ul li{
		padding-left: 25px;
		margin: 0;
	}
	#Navigation li a{
		display: block;
		font-weight: normal;
		text-decoration: none;
	}
	#Navigation li span{
		display: block;
		font-weight: normal;
		text-decoration: none;
	}
	#Navigation li a:hover{
		text-decoration: underline;
	}
	#Navigation ul li.selected{
		background: url(/images/mouseover.png);
	}
	#Navigation ul ul li.selected{
		background: url(/images/mouseover2.png);
	}


	#Weather{
		width: 160px;
		height: 126px;
		padding: 12px 23px 24px 23px;
		margin-top: 40px;
		margin-left: -10px;
		background: url(/images/weather-bg.png) no-repeat;
	}

#Right{
	float: right;
	width: 178px;
	padding-top: 20px;
}

	#Events,
	#News{
		padding-bottom: 8px;
		margin-bottom: 20px;
		font-size: 11px;
	}
	#Events > div,
	#News > div{
		background: url(/images/news-top.png) no-repeat top left;
		padding: 45px 10px 0 10px;
		margin: 0;
	}
	#Events h2,
	#News h2{
		display: none;
	}
	#Events h3,
	#News h3{
		margin-top: 0;
		font-size: 12px;
	}
	#Events p,
	#News p{
		margin-bottom: 1.5em;
	}

	#News{
		background: url(/images/news-bottom.png) no-repeat bottom left;
	}
	#Events{
		background: url(/images/events-bottom.png) no-repeat bottom left;
	}
	#News > div{
		background: url(/images/news-top.png) no-repeat top left;
	}
	#Events > div{
		background: url(/images/events-top.png) no-repeat top left;
	}

	#gone-fishing{
		width: 157px;
		height: 194px;
		margin-top: -55px;
		margin-left: 60px;
		background: url(/images/gone-fishing.png) no-repeat top left;
	}

#Content {
	overflow: hidden;
	padding: 60px 30px 40px 30px;
}

#Content a{
	text-decoration: underline;
}
#Content img{
	margin-right: 10px;
	margin-bottom: 10px;
}

#gewaesserdetails .map{
	float: right;
	width: 180px;
}

.news h3{
	margin-top: 5px;
}



#Pages{
	text-align: center;
	padding: 3px;
}
#Pages a,
#Pages span{
	margin: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
#Pages span{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#Pages span.disabled{
	border: 0px;
	color: #aaa;
}

#Archiv a,
#Archiv span{
	margin: 2px 5px;
	font-size: 13px;
	text-decoration: underline;
}
#Archiv span{
	font-weight: bold;
	text-decoration: none;
}


/*
* Anmeldeformular
*/
#Anmeldung > div{
	margin-bottom: 0.5em;
}

#Anmeldung input,
#Anmeldung select,
#Anmeldung textarea{
	width: 350px;
}
#Anmeldung textarea{
	width: 348px;
	height: 100px;
}
#Anmeldung input#PLZ{
	width: 50px;
}
#Anmeldung input#Ort{
	width: 295px;
}

#Anmeldung label{
	display: block;
}

#Anmeldung fieldset{
	width: 348px;
	border: 1px solid #fff;
	padding: 2px 1px;
	margin: 1em 0;
}
#Anmeldung fieldset legend{
	padding: 0 5px;
	margin: 0 5px;
}
#Anmeldung fieldset div{
	margin: 2px 0;
}
#Anmeldung fieldset input{
	margin: 0 5px;
	vertical-align: middle;
	border: 0px;
	width: auto;
	background-color: #fff !important;
}
#Anmeldung fieldset label{
	display: inline;
}

#Anmeldung input.button{
	width: 352px;
	padding: 3px;
	border: 1px outset #fff;
	margin-top: 10px;
}

.faq{
	margin-bottom: 1.5em;
}
.faq .button-answer{
	margin: -5px 5px 5px 5px;
	text-align: right;
}

