/* BODY-ANWEISUNGEN IN VIER WEITEREN CSS-DATEIEN */
/* index-grau.css */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Formatierung für das gesamte Dokument */
p {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #000000;
	margin: 5px 5px 5px 5px;
	text-align: justify;
}

li {
   margin: 5px 0px 0px 5px;
}

hr {
	color: #E7E7E7;
	margin: 15px 0px 0px 3px;
}

h1 {
	font-size: 14px;
	color: #009834;
	margin: 2px;
}

h2 {
	font-size: 14px;
	color: #18489D;
	margin-left: 2px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	color: #078C39;
	margin-left: 2px;
	margin-top: 0px;
}

h4 {
	font-size: 14px;
	color: #FE9900;
	margin-left: 2px;
	margin-top: 0px;
}


.text-blau {
	color: #18489D;
}

.text-gruen {
	color: #078C39;
}

.text-orange {
	color: #FE9900;
}

.bild-abstand {
	float: left;
	margin-right: 10px;
}

a:link, a:visited  {
	color: #585858;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Alle Listenpunkte für Startseite */
#header {
	width: 990px;
	height: 180px;
	background-image: url(../jpg/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Alle Listenpunkte für Startseite */
#blau ul {
	list-style-image: url(../gif/grafik-logo-blau.gif);
	list-style-position: outside;
}

#gruen ul {
	list-style-image: url(../gif/grafik-logo-gruen.gif);
	list-style-position: outside;
}

#orange ul {
	list-style-image: url(../gif/grafik-logo-orange.gif);
	list-style-position: outside;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Brokrumennavi */
#brgr {
	font-size: 9px;
	margin: 100px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Bereich Container */
#container {
	border: 5px solid;
	border-color: #ffffff;
	width: 990px;
	height: auto;
	position: inherit;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Bereich Content */
#content {
	width: 990px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #ccccccc;
	padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Bereich Footer */
#footer {
	width: 990px;
	height: 200px;
	font-size: 9px;
	color: #585858;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Footer */
#footer {
	height: 200px;
	font-size: 9px;
	font-family: arial, verdana, helvetica;
	background-image: url(../gif/linie-lang.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Footer-Verlinkung */
#blau1 {
	color: #18489D;
	font-weight: bolder;
}

#blau2 {
	color: #18489D;
	font-weight: bolder;
}

#blau3 {
	color: #18489D;
	font-weight: bolder;
}

#gruen1 {
	color: #078C39;
	font-weight: bolder;
}

#gruen2 {
	color: #078C39;
	font-weight: bolder;
}

#gruen3 {
	color: #078C39;
	font-weight: bolder;
}

#orange1 {
	color: #FE9900;
	font-weight: bolder;
}

#orange2 {
	color: #FE9900;
	font-weight: bolder;
}

#orange3 {
	color: #FE9900;
	font-weight: bolder;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Alle Tabellenhintergründe in Farbe */

.table-blau {
	background-color: #F3F6FB;
}

.table-gruen {
	background-color: #FBFDFA;
}

.table-orange {
	background-color: #FDF4E5;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* alternative Klasse für Grafiken in Tabellen */

#abstand-grafik img {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.red-bold {
	font-size: 15px;
	color: red;
	font-weight: bolder;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
}


.red-normal {
	font-size: 12px;
	color: #ff0000;
	font-weight: bolder;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}


#kontaktblock {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 11px;
	width: 222px;
	background-color: transparent;
}
