/* Definition der einzelnen IDs fuer die Container */

#container {
	/* Basiscontainer fuer komplette Seite */
	margin:10px;
	padding:0;
	text-align:left;
}
* html #container {
	/* \*/
	word-wrap:break-word;
	/* verhindert float-Probleme beim IE/Win */
}
#kopf {
	/* Container fuer gesamten Kopfbereich */
	height:auto;
	width:auto;
 	margin:0;
	padding:0;
}
#header {
	/* Container fuer Ueberschrift erster Ordnung im Kopfbereich */
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#logo {
	/* Container fuer Logo */
	float:right;
	width:315px;
	padding-bottom:1px;
}
#logodk {
	/* Container fuer Logobereich Dekoration und Kostüm, rot unterlegt */
	float:right;
	width:100%;
	background:#cc0000;
	margin-bottom:3px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:3px;
	text-align:right;
}
#navigation {
	/* Container fuer Navigationsbereich */
	margin:0;
	padding:0;
	text-align:left;
}
#content {
	/* Container fuer Contentbereich */
	margin: 5px 0px 0px 0px;
	padding:0;
}
#content p {
	/* Absatzformatierung im Contentbereich */
	/* max-width:60em; */
}
#footer {
	/* Container fuer Fusszeilenbereich */
	width:auto;
	text-align:right;
	margin:10px 20px 10px 20px;
	padding:0 0 10px 0;
}	

