/* Global Styles */
* {
/* margin:0px;
padding:0px; wird nicht benötigt*/
font:12px Arial, Helvetica, sans-serif;
}
body {
margin:0;
}
* img {
border:none;
margin:0;
padding:0;
}
a:hover {
	color:#000000;
}
a {
	text-decoration: none;
	font-weight:bold;
	color:#003399;

}
div.main {
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 6px;
}
#logo {
	width: 778px;
	height:84px;
	margin-bottom:-52px;
	margin-left: auto;
	margin-top: 0px;
	background-image:url(image/logo.jpg);
	background-repeat:no-repeat;
	background-position: right;	
		
}
#header {
	background-image:url(image/banner.jpg);
	background-repeat:no-repeat;
	font-variant:small-caps;
	font-weight:bold;
	height: 83px;
	border: 1px solid #000000;
}
#menu, #menu1 {
	background-color:#FFCC00;
	height: 19px;
	margin-top:1px;
	width:780px;

}
#menu a, #menu1 a {
	font-variant:small-caps;
	font-weight:bold;
	word-spacing:0.0em;
	text-decoration: none;

}
#menu a:hover, #menu1 a:hover {
	color:#FFFFFF;
}
#menu1 {
	text-align:right;
	background-image:url(image/logo_u.jpg);
	background-repeat:no-repeat;
	background-position: left;
	height: 20px;	
	padding:2px 0px 0px 0px;
}

#link{
	height: 60px;
	clear:left;


}
#content_lindex {
	width: 780px;
	text-align:justify;
	float:left;

}
#content_rindex {
	margin-top:30px;
	width: 780px;
	text-align:justify;
	float:left;
	background-image:url(image/ziel.jpg);
	background-repeat:no-repeat;
	background-position: right;
	height:186px;
}

#leftmen  {
	font-weight:bold;
	font-size:17px; 
	width: 202px;
	float:left;
}
#leftmen a {
	text-decoration: none;
	font-weight:bold;
	color:#003399;
	font-size:12px; 

}
#leftmen a:hover {
	color:#000000;
}

#content_main {
	margin-top:-55px;
	/*margin-left:18px;*/
	width: 558px;
	text-align:justify;
	float:left;
}

#ende {
	background-image:url(image/header_u.jpg);
	background-repeat:no-repeat;
	width: 778px;
	height:20px;
	border: 1px solid #000000;
	clear:left;
}
h1 {   /*Hauptüberschrift_index*/
	font-size:20px; 
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.1em;
}
h2 {   /*Hauptüberschrift_unterseiten*/
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#003399;
}
h3 {   /*zweitüberschrift*/
	font-size:13.4px;
	font-weight:bold;
}
h4 {   /*drittüberschrift*/
	font-size:12px;
	font-weight:bold;
}
