body {
		text-align: center;
		background-image: url(bcg_orange02.jpg);
		margin: 0;
padding: 0;

}
a:link {
	color: #CC3300;
	text-decoration: none;

}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #E8A491;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}

body, td, th {
	font-family: Verdana;
	font-size: 13px;
	color:white;
}


H1 {
font-size : 24px;
font-weight : bold;
color: #33CCFF;
}

H2 {
font-size : 22px;
font-weight : bold;
color: #CC3300;
}

H3 {
font-size : 22px;
font-weight : bold;
color: #CC3300;
}


#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	width: 800px;
	text-align: left;
	background-color: black;
	border: 10px solid #CC3300;
	}
#banner {
	height: 120px;
	background-color: #CC0000;
	background-image: url(header.jpg);
padding:20;
}
#banner a {
	display:block;
	height: 90px;
	font-size: 30px;
	padding-top:60px;
	margin-left: 35px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}





 #menu { padding-left:10px;
 padding-top: 20px;

  }

#menu a {
	text-decoration: none;
	font-weight:bold;


 }

#menu ul  {

	padding-left:280px;
	margin: 0;
	list-style-type: none;

	}

#menu li { display: inline; }

/*1st level elements*/
#menu ul
{
padding: 0px;
margin-bottom: 30px;
}

#menu li { margin: 0; }

#menu ul a,
#menu ul a:link,
#menu ul a:visited
{
font-size: 16px;
color: #fff;
background-color: #CC3300;
padding: 5px 5px 5px 5px;
margin: 5px;/*Abstand der Menuepunkte voneinander*/
}

#menu ul a:hover,
#menu ul a:focus
{

background-color: #CCCCCC;
color: black;
}





/*Second and subsequent levels*/
#menu ul ul
{
position: relative;
top: -24px;
left:680px;
/*margin-left:220px*/
width: 170px;
border-top: none;
border-bottom: none;
background-color: transparent;
margin-bottom: 0;
}

#menu ul ul li {
display: block;
}

#menu ul ul a,
#menu ul ul a:link,
#menu ul ul a:visited
{
font-size: 14px;
background-color:black;
border-left: 4px solid #CC3300;
color:white;
padding: 0px 0px 0px 9px;
}

#menu ul ul a:hover,
#menu ul ul a:focus
{
/*background-color: #CCCCCC;*/
border-left: 4px solid white;
background-image: none;
color:#CC3300;
}



/*zweites untermenu*/
#menu ul ul ul {
position: static;
margin-left: 3px;
	}
#menu ul ul ul li {

}
#menu ul ul ul a,
#menu ul ul ul a:link,
#menu ul ul ul a:visited
{
border-left: 3px solid #f00;
color: #888;
}
#menu ul ul ul a:hover,
#menu ul ul ul a:focus
{
background-color: #fff;
border-left: 3px solid black;
color: black;
}
#content {
position:static;
top:140px;
left:120px;
	width: 650px;
	float: left;
	margin-left: 20px;
	text-align: justify;
	height: 300px;
}
html>body #content {
	height: auto;
	min-height: 300px;
}

/*current Link*/
#current {  }
#footer {
	clear: left;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#search_box {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 90px;
}
#search_box input {
	background-color: #b33;
	border: 1px solid #000;
}
#page_titel {
	font-size: 14px;
	padding-bottom: 10px;
	color: white;
	font-weight:bold;
}
