

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#f5be18;
}

#menu1 {
	position:fixed;
	left:0px;
	top:0px;
	padding:0;
	margin:0;
	width:240px;
	height:100%;
	background: #30434b url(nav/menu-hg.gif) fixed;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	float:left;	
	font-family: Arial, Sans-Serif;
	font-size:9px;
	color: #67808b;
	overflow-x:hidden;
	overflow-y:auto;

}

#menu1 a {
	text-transform:uppercase;
	font-family: Arial, Sans-Serif;
	text-decoration:none;
	font-weight: lighter;
	color: #FFFFFF;
	text-align:right;
	margin:0;
	padding-left:10px;
	font-size:9px;
}

#menu1 img {
	border:0px;
	float:none;
}

.menu1-nav {
	text-transform:uppercase;
	font-family: Georgia, Arial, Sans-Serif;
	text-decoration:none;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align:right;
	margin:0;
	padding:0;
	line-height: 140%;
	font-size:13px;
}

.menu1-nav-high {
	text-transform:uppercase;
	font-family: Georgia, Arial, Sans-Serif;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 1px;
	color: #30434b;
	text-align:right;
	margin:0;
	padding:0;
	line-height: 140%;
	font-size:13px;
	background-color:#FFFFFF;
}

#content {
	padding-left:260px;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

#content a  {
	font-family: Georgia, Arial, Sans-Serif;
	font-size:13px; 
	color:#FFFFFF;
	text-decoration:none;
}

.content {
	font-family: Georgia, Arial, Sans-Serif;
	font-size:10px;
	color:#FFFFFF;
}

h1 {
	font-family: Georgia, Arial, Sans-serif;
	font-size:14px;
	color:#30434b;
	font-weight:bold; 
	letter-spacing: 0.35pt; 
	line-height:400%;
	text-decoration:none;
	margin: 0 0 0 0;
 }

.h1 {
	font-family: Georgia, Arial, Sans-serif;
	font-size:14px;
	color:#30434b;
	font-weight:bold; 
	letter-spacing: 0.35pt; 
	line-height:400%;
	text-decoration:none;
 }
 
img {
	border:4px solid #FFFFFF; 
	margin-right: 10px;
	float:left;
 }

strong, strong a {
	font-family: Georgia, Arial, Sans-Serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}



/* SUCHFELD */

#suche {
	font-family: Arial, Sans-Serif;
	font-size: 9px; 
	height:44px;
	width:98%;
	color:#30434b;
	padding-top:20px;
	text-align:right;
}

input { 
	background-color:transparent; 
	color:#30434b;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 11px; 
	border:1px solid #30434b;
}
	  
select {
	background-color:transparent; 
	color:#30434b; 
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 11px; 
	border: 1px solid #30434b;
}			