* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(/feuerwehr/pix/bg.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
}

a img {
border: none;
}

#rahmen {
	width: 990px;
	background-image: url(/feuerwehr/pix/hintergrund_rahmen.gif);
	margin: 0 auto;
	border: 1px solid #999999;
}

#header {
	width: 970px;
	height: 109px;
	background-color: #FFFFFF;
	padding: 10px;
}

#containerbreadcrumbs {
   background-color: #FFFFFF;
	width: 820px;
	height: 25px;
	background-image: url(/feuerwehr/pix/back_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left: 170px;
	overflow: hidden;
	padding-bottom: 10px;
}

#breadcrumbs {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	line-height: 25px; /* <- Zeilenh&ouml;he, wenn Zeilenh&ouml;he = H&ouml;he des umgebenden Elements, ist die Schrift vertikal zentriert */
	width: 595px;
	float: left;
	padding-left: 5px;
}

#breadcrumbs a {
	color: #FFFFFF;
}

#breadcrumbs a:hover { /* a:hover definiert den Rollover-Zustand eines Links */
	color: #FFD342;
}



#aktuellueberschrift {
	width: 200px;
	float: right;
	padding-right: 10px;
}

#containeraussen {
	width: 990px;
	overflow: hidden;
}

#containerinnen {
	width: 770px;
	overflow: auto; /* <- Ergibt Scrollbalken, wenn Inhalt h&ouml;her oder Breiter als Element */
	float: left;
}

#rechtespalte {
	width: 200px;
	margin-left: 780px;
}

* html #rechtespalte { /* <- Dies ist ein Selektor, den nur der Internet Explorer versteht */
	margin-left: 777px;
}

#navigation {
  	float: left;
	width: 149px;
	padding-left: 10px;	
}


#inhalt {
	width: 570px;
	border-top: 1px solid #999999;
	margin-left: 170px;
	min-height: 400px;
	padding: 15px;
	color: #333333;
        line-height: 140%;
        font-size: 1.2em;
}

#inhalt h1 {
	display: block;
	color: #C30023;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px; /* Margin definiert den Abstand au&szlig;erhalb eines Dokuments, padding den Abstand innerhalb */
	font-weight: bold;
}

#inhalt a{
	color: #C30023;
	text-decoration: none;
}

#inhalt a:hover {
	background-color: #F99D1C;
	color: #FFFFFF;
}

* html #inhalt {
	margin-left: 167px;
	height: 400px;
}

#footer {
	background-color: #FFFFFF;
}

#navigation a {
	display: block;
	min-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	line-height: 25px;
	padding-left: 20px;
	background-color: #C30023;
	width: 130px;
	background-image: url(/feuerwehr/pix/normal.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

*html #navigation a {
	height: 25px;
}

#navigation a:hover {
	color: #000000;
	background-color: #F99D1C;
	background-image: url(/feuerwehr/pix/hover.gif);

}

#navigation ul li ul li a {
	background-color: #FFD342;
	color: #000000;
	min-height: 20px;	
	line-height: 20px;
	padding-left: 30px;
	width: 120px;
	background-position: 15px 5px;
}

*html #navigation ul li ul li a {
	height: 20px;
}

#navigation ul li ul li ul li a {
	width: 110px;
	padding-left: 40px;
	background-color: #FAF79A;
	background-position: 25px 5px;
}

#navigation ul {
	list-style-type: none; /* <- Gibt an, welche Zeichen als Punkte vor einer Liste verwendet sollen */
}

/* Allgemeine Klassen */

.block
{
  overflow: hidden;
}

.newsrechts {
	background-color: #FFFFFF;
	border: 1px solid #C30023;
}

.newsrechts h1 {
	font-size: 11px;
	background-color: #C30023;
	color: White;
	padding: 2px;
	text-transform: uppercase;
}

.newsrechts ul {
	list-style-type: none;
}

.newsrechts .listright {
	padding: 2px;
}

.newsrechts .boxtext {
	padding: 3px;
	line-height: 140%;
}

/* Formulare allgemein mit CSS formatiert */

.cssform legend {
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
}

.cssform fieldset {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

.formcontainer label {
	width: 14em;
	text-align: right;
	font-weight: bold;
	padding-right: 3%;
	float: left;
}

.formcontainer input,textarea {
	border: 1px solid #999999;
}

.formcontainer input[type=text],textarea {
	text-align: left;	
}

.formcontainer input[type=checkbox] {
	float: none;
}

.formcontainer .pflichtfeld {
	font-style: italic;
}

.formcontainer {
	width: 95%;
	overflow: hidden;
	margin-bottom: 10px;
}


#inhalt h1
{
  font-size: 1.2em;
  margin-bottom: 0.6em;
  color: #666666;
}

#inhalt h2
{
  font-size: 1.2em;
  margin-bottom: 0.4em;
  color: #333333;
}

#inhalt h3
{
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #333333;
}

#inhalt h4
{
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.2em;
  color: #333333;
}

#inhalt img {
	border: none;
}

#inhalt a:link, #inhalt a:visited, #inhalt a:active
{
  color: #333333;
  text-decoration: underline;  
}

#inhalt a:hover, #inhalt a:focus
{
  	color: #ffffff;
}

#inhalt .block
{
  margin-bottom: 1.5em;
}

#inhalt .block p
{
  margin-bottom: 0.8em;  
}

#inhalt .contentright
{
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.1em;
  text-align: inhalt;
}

#inhalt .contentleft
{
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.1em;
  text-align: inhalt;
}

#inhalt .linkelement {
  margin-top: 1em;
  margin-bottom: 1.5em;  
}

#inhalt ul, #inhalt .block ul
{
  list-style-type: disc;  
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

* html #inhalt ul, * html #inhalt .block ul
{
  height: 1%;
}

#inhalt ol, #inhalt .block ol
{
  list-style-type: decimal-leading-zero;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#inhalt ul li, #inhalt .block ul li
{
  margin-left: 1.5em;
}

#inhalt ol li, #inhalt .block ol li
{
  margin-left: 2.2em;
}

* html #inhalt ol li, * html #inhalt .block ol li
{
  margin-left: 2.8em;
}
