html {

}
body {
		text-align: center;
		background-image: url(bg_all.gif);
		margin: 0;
		padding: 0;
		line-height: 1.5em;
}
body, td, th {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #3A3A14;
}
#main {
	margin-left: auto;
	margin-right: auto;
		width: 650px;
	text-align: left;
	background-color: #fff; 
	border: 1px solid black;
	}
#banner {
	height: 150px;
	background-color: #CC0000;
	background-image: url(header.jpg);
padding: 0;
}
#banner a {
display:block;
height: 90px;
	font-size: 30px;
	padding-top:60px;
	margin-left: 35px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}
 #menu { }
#menu a { text-decoration: none; }

#menu ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

#menu li { display: inline; }

/*1st level elements*/
#menu ul
{
padding: 0;
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: #c7ae49;
padding: 0px 5px 15px 10px;
margin: 0;
width: 100px; 
}

#menu ul a:hover,
#menu ul a:focus
{
background-image: url(navi_main.gif);

color: #fff;
}

/*Second and subsequent levels*/
#menu ul ul
{
position:  absolute;
top: 230px;
left: 50%;
margin-left:130px;
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: #fff;
border-left: 3px solid #900;
color: black;
padding: 0px 0px 0px 9px;
}

#menu ul ul a:hover,
#menu ul ul a:focus
{
background-color: #fff;
border-left: 3px solid black;
background-image: none;
color: red;
}
#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 {
	width: 600px;
	float: left;
	margin-left: 15px;
	text-align: justify;
	height: 300px;
}
html>body #content {
	height: auto;
	min-height: 300px;
}

/*current Link*/
#current { background-image: url(navi_main.gif);

color: #fff; }
#footer {
	clear: left;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #c7ae49;
}
#footer a:link, .footer a:visited, .footer a:active, .footer a:hover{
	text-decoration:underline;
	color: #3A3A14;
}
#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: 20px;
	padding-bottom: 2px;
	width: 100px;
	font-weight: bold;

}
h1{
font-weight: normal;
font-size:22px;
}
h2{
font-weight: normal;
font-size: 20px;

}

 a img{
	
	border: none;
	
}

a:link img {
	
	border: none;
}

 a:visited img {
	
	border: none;
}
 a:hover img {
	
	border: none;
}

 a:active img{
	border: none;
	
}
img{
padding: 5px;
}

#content a{
color: #961a1a;
text-decoration: none;
}

#content a: link{
color: #961a1a;
text-decoration: none;
}

#content a: visited{
color:#961a1a;
text-decoration: none;
}

#content a:hover{
color: #961a1a;
text-decoration: underline;
}

#content a:active{
color: #961a1a;
text-decoration: none;
}

