@charset "utf-8";
/* Grundlayout BDKJ-Kinderzeltlager*/

/* Eigenschaften fuer das Hauptdokument */
body {
	 margin: 0;
     text-align: center;
	 height: 100%;
	 font-family: Verdana, Geneva, sans-serif;
	 font-size: 11px;
	 color: #000000;
     }

/*Felder fuer die einzelnen Inhaltselemente*/
div {
	margin: 0px;
    }

/*Hauptfeld fuer das Gesamtlayout*/
#gesamtfeld {
    width: 100%;
	height: 100%;
	margin: 0px;
	background-color: transparent;
	}
	
/*Feld fuer den gesamten Content*/
#hauptfeld {
    margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background-image: url(zelt-back.png);
	background-position: 0px 80px;
	background-repeat: no-repeat;
	}

/*Kopfzeile*/
#kopf {
	margin-top: 0px;
	width: 900px;
	height: 133px;
	overflow: hidden;
	}

/*Spalte links*/
#links {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	}
	
#logo {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 274px;
	overflow: hidden;
	}

#linke-spalte {
	width: 300px;
	text-align: left;
	margin-bottom: 50px;
	background-color: transparent;
    }
	
#menu {
	width: 260px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
	background-color: transparent;
	}

/*Spalte rechts*/
#rechts {	float: right;
	margin: 0;
	padding: 0;
	width: 590px;
	background-color: transparent;
	text-align: right;
	}

#kopf-rechts {
	margin: 0;
	padding: 0;
	width: 590px;
	height: 99px;
	overflow: hidden;
	background-color: transparent;
	}
	
#kopf-rechts-2 {
	margin-right: 32px;
	padding: 0;
	width: 550px;
	height: 95px;
	overflow: hidden;
	text-align: right;
	}
	
/*Feld fuer den Hauptbereich*/
#main {
	margin-top: 15px;
	width: 558px;
	margin-right: 32px;
	margin-bottom: 25px;
	height: auto;
	background-color: transparent;
	}

/*Fusszeile*/
#fuss {
	clear: both;
	margin-top: 0px;
	width: 900px;
	height: auto;
	overflow: hidden;
	background-color: #0070B8;
	}
	
#fuss A{
	color: #1BBBE9;
	font-weight: bold;
	}	
	
#fuss-links {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 400px;
	}
	
#fuss-rechts {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 400px;
	}
	
#fuss-unten {
	clear: both;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 940px;
	}
