* {
margin: 0;
padding: 0;
}
/*tag`s*/
body {
	color: #f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #003366;
}
h1 {
font: normal 1.8em Georgia, 'Times New Roman', serif;
color: #d29b2a;
margin: 0 0 20px 0;
padding: 20px 0 0 0;
}
h2 {
font-size: 1.2em;
font-weight: normal;
}
h3 {
font-size: 1em;
font-weight: normal;
}

p.mainbot {
	clear: both;
	height: 30px;
	background-repeat: no-repeat;
	font-size: 80%;
	background-image: url(../bilder/trenner_mainbot.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #036;
}

/* IDs */
#container {
	color: #000;
	width: 900px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
	background-color: #FFF;

}

#header {
	width: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(../bilder/logoheader.gif);
	background-position: right center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #036;
}

#logo {
	width: 200px;
	height: 220px;
	color: #fff;
	background-color: #FFF;
	background-image: url(../bilder/cuxhavenlogo_150.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main {
	margin-left: 200px;
	color: #000;
	line-height: 1.2em; /* to avoid the peekaboo bug */
	background-color: #FFFFFF;
}
#rechts {
	float: right;
	width: 50px;
	color: #000;
	font-size: 95%;
	background-color: #FFFFFF;
}
#inhalt {
	margin-right: 50px;
	color: #000;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #036;
}
#textkasten {
	height: 100%;
	width: 620px;
	border: thin outset #003366;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}

#trenner {
	background-image: url(../bilder/trenner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 100%;
}

/*classen*/
.ueberschrift_textkasten {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	padding-left: 10px;
	padding-bottom: 4px;
}
.ueberschrift_textkasten_notfall {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-left: 10px;
	padding-bottom: 4px;
}
.tabelle_notfall_im_textkasten {
	font-size: 1em;
	color: #000;
}
.tabelle_notfall_im_textkasten_farbig {
	font-size: 1em;
	color: #F00;
	font-style: italic;
	font-weight: bold;
}


.textkasten_liste_ul {
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.bild_links_rechts {
	overflow: hidden;
}
.bild_links {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.bild_rechts {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#footer {
	background-image: url(../bilder/footerhintergrund.png);
	background-repeat: repeat-x;
	height: 30px;
}
.footer_img  {
	width: 400px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-left: 20px;
}
