html, body {
	margin		: 0;
	padding		: 0;
    background-color: #ffffff;
}
body {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #18449b;
}
#shadow {
	width		: 900px;
	margin-right: auto;
	margin-left	: auto;
	background-image: url(./shadow.png);
	background-repeat: repeat-y;
	padding-left	: 15px;
	padding-right	: 15px;
}


/* ---------------- Kopfbereich der Seite ---------------- */
#header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d56a00; /* #18449b; */
	width		: 900px;
    height		: 150px;
    padding-top	: 0px;
	background-image:url(./header.jpg);
}
#header h1 {
    padding-top	: 10px;
    padding-left: 15px;
	font-family : verdana,arial;
	font-size	: 30px;
}
#header h2 {
	padding-left: 15px;
	font-family	: Verdana,arial,tahoma;
	font-size	: 16px;
	text-align	: left;
	color		: #d56a00;
	letter-spacing: 1px;
	font-weight	: bold;
}

/* ____________________ Hauptfenster Bereich ___________________ */
#content
{
	clear		: left;
 	width		: 860px;
    padding-top	: 10px;
    padding-bottom: 10px;    
    padding-left: 20px;
}
#content img {
	float		: left;
	border-width: 1px;
	border-style: solid;
	border-color: #18449b;
	width		: 150px;
	height		: 100px;
	margin-right: 10px;
}
#content .banner {
	padding-top	: 3px;
	width		: 860px;
	height		: 90px;
	border-width: 1px;
	border-style: solid;
	border-color: #d56a00;
	text-align	: center;
	font-family	: verdana,arial;
	font-size	: 10px;
	background-color: #eeeeee;
}
/* ------------------------- Footer Bereich -------------------- */
#footer
{
	clear		: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d56a00;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d56a00;
	width		: 900px;
	text-align	: center;
	line-height	: 1.6em;
    padding-top	: 0px;
    padding-bottom	: 10px;
    background-color: #eeeeee;
}

/* ------------------------- Schriften ------------------------ */
hr
{
	color		: #D56A00;
	height		: 1px;
}
b
{
	font-family	: Verdana,arial,tahoma;
	font-size	: 12px;
	font-weight	: bold;
	color		: #34537D;
}
p, ul, li
{
	font-family	: Verdana,arial,tahoma;
	font-size	: 12px;
	text-align	: justify;
	line-height	: 1.6em;
	color		: #34537D;
}
A:link {color:#D56A00;text-decoration:underline;}
A:visited {color:#D56A00;text-decoration:underline;}
A:active {color:#D56A00;text-decoration:underline;}
A:hover {color:#34537d;text-decoration:none;}


/*------------------------- �BERSCHRIFTEN -------------------------*/
h1
{
	font-family	: Verdana,arial,tahoma;
	font-size	: 18px;
	text-align	: left;
	color		: #34537D;
}
h2
{
	font-family	: Verdana,arial,tahoma;
	font-size	: 16px;
	text-align	: left;
	color		: #d56a00;
	letter-spacing	: 1px;
	font-weight	: bold;
}

.googleAnzeige {text-align:center;padding-top:10px;padding-bottom:10px;}
.redFont {color:#ff0000;}


/* ---------------- NAVIGATION HEAD ------------------------*/
#navigation {margin-top:-27px;width:100%;background-color:#D56A00;}
#navigation ul {width:858px;border-bottom:2px dashed #D56A00;height:30px;list-style-type:none;}
#navigation ul li {float:left;height:30px;margin-left:10px;line-height:32px;vertical-align:middle;}
#navigation ul li a {text-decoration:none;padding:0 10px 0 10px;display:block;color:#fff;}
#navigation ul li a:hover {background-color:#fff;color:#34537d;}
p.banner img {clear:both !important;margin-left:200px;}
