/* ******************
ALLGEMEINES
******************** */
* {
	margin:0;
	padding:0;
	border:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background-image: url(bg.jpg);
	
}

div.clear, div#infobox div.clear {
	clear: both;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* ******************
Grundlayout
******************** */

div#container {
	position:relative;
	margin:0 auto; 
	width: 1000px;
}
div#container2 {
	width:960px;
	padding: 0px 20px 0px 20px;
	background-image: url(bg_body.jpg);
}

div#navHeader {
	height: 50px;
	background-image: url(bg_header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#navHeader a {
	top: 16px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 4px;
	display: block;
	font-size: 10px;
	height: 16px;
	color:#333;
}
div#navHeader a#btnKontakt {
	background-image: url(icoKontakt.jpg);
	right: 20px;
}
div#navHeader a#btnStart {
	background-image: url(icoStart.jpg);
	right: 100px;
}

div#header {
	position: relative;
	height: 250px;
}
div#logo {
	position: absolute;
	border: 5px solid white;
	width: 260px;
	height: 250px;
	border-bottom: 0px;
	border-top: 0px;
}
img#headerImage {
	position: absolute;
	left: 270px;
	border: 5px solid white;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	
}
img#spenden_absetzbar {
	position: absolute;
	top: 45px;
	right: -190px;
}
/* ******************
Navigation
******************** */
div#navMain {
	position: relative;
	z-index: 100;
	height: 40px;
	background-color: black;
	background-image: url(bg_nav.jpg);
	border-top: 5px solid white;
	text-align: center;
}
div#navMain a{
	position: relative;
	z-index: 200;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	height: 30px;
	width: 132px;
	background-image: url(bg_btnMain.jpg);
 /*	text-indent: -9999em;  */
}
div#navMain a:hover{
	background-image: url(bg_btnMain_on.jpg);
}

div#navMain a.sub {
	background: #333;
	border-top: 1px solid white;
	text-indent: 0em;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	height: auto;
}
div#navMain a.sub:hover {
	background: #000099;
}

div#navMain div {
	position: absolute;
	float: left;
	width: 132px;
	height: 40px;
	overflow: hidden;
}

div#navMain div:hover {
	height: auto;
}

div#nav_670071001202225167 {display: none;} 
div#nav_314020001202203949 {left: 18px;}	
div#nav_729657001202206716 {left: 149px;}
div#nav_21218001202220388 	{left: 280px;}
div#nav_267156001202221142 {left: 411px;}
div#nav_581412001202221114 {left: 542px;}
div#nav_581759001202221163 {left: 673px;}
div#nav_907398001205406847 {left: 804px;}


div#content {
	position: relative;
	width: 960px;
	height: auto;
	border-top: 5px solid white;
	
}
div#infobox {
	position: absolute;
	left: 5px;
	width: 240px;
	padding: 10px;
}
div#infobox div {
	position: relative;
	border-bottom: 1px solid gray;
	background: #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div#infobox div img {
	position: relative;
	z-index: 20;
	float: left;
	margin-right: 10px;
}
div#infobox div p {
	position: relative;
	z-index: 10;
	padding-left: 60px;
}
div#infobox div#infoHauptsponsor img {
	margin-right: 5px;	
	padding-bottom: 10px;
}

div#contentCenter {
	
	height:auto !important; 
	height:650px; 			/* IE6: min-height*/

	min-height:640px; 		
	
	margin-left: 270px;
	padding-top: 10px;
}

div#footer {
	position: relative;
	background-image: url(bg_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
	padding: 20px;
	font-size: 11px;
}
div#footer div#probis {
	position: absolute;
	top: 20px;
	right: 20px;
}


/* ******************
 Blättern
 ******************** */
 
.blaettern {
	text-align: right;
	margin-top: 10px;
	margin-right: 8px;
}
.blaettern a {
	padding: 1px 5px 3px 5px;
	border: 1px solid gray;;
	text-decoration: none;
	font-size: 11px;
}
.blaettern a.on {
	font-weight: bold;
}

.blaettern a:hover {
	color: #fff;
	background-color: gray;;
	text-decoration: none;
}

.blaettern ul { 
	list-style: none;  
}  

.blaettern li { 
	display: inline; 
	padding: 0px 2px 0px 2px;
}



/* ******************
Inputs
******************** */
input, select, textarea {
	border: 1px solid black;
	height: 16px;
	width: 200px;
}
textarea {

	height: 150px;
}
label {
	display: block;
	float: left;
	width: 100px;
}
input.button {
	height: 20px;
	background-color: #003399;
	color: white;
	padding: 0px 2px 2px 2px;
	border: 0px;
	width: auto;
}

div.grid {
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#containerPopup {
	position:relative;
	margin:0 auto; 
	width: 850px;
}

div#contentLoading {
	background-image: url(loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	
}

div#bilderPopup, div#bildPopup {
	width: 800px;
	height: 600px;
	margin: 15px 25px 0px 25px;
	background-repeat: no-repeat;
	background-position: center;
}

div#bildPopup {
	height: 660px;
}

div#contentPopup {
	width: 850px;
	height: 700px;
	background-image: url(bg_popup.jpg);
}
div#contentPopupBig {
	width: 850px;
	height: 800px;
	background-image: url(bg_popup_big.jpg);
}

div#containerPopup ul.blaettern {
	margin-right: 25px;
	margin-top: 0px;
}
div#containerPopup h1 {
	padding: 20px 25px 0px 25px;
}
div#containerPopup p {
	padding: 20px 25px 20px 25px;
}

div#footerPopup {
	position: relative;
	font-size: 11px;
	padding-left: 15px;
}

div#footerPopup div#probis {
	position: absolute;
	top: 0px;
	right: 15px;
}



/* ******************
Aktuelles
******************** */
a.dgrBilder {
	width: 98px;
	height: 98px;
	float: left;
	padding: 1px;
	margin: 2px;
	border: 1px solid gray;
	background-position:center;
	background-repeat: no-repeat;
}



