body,
html {
	margin: 0px;
	padding: 0px;
}
/* Menu */
.menu {
       font-family: verdana, arial, helvetica, sans-serif;
       color: #ffffff;
       font-weight: bold;
       font-size: 11px;
       text-decoration: none;
       background-color: #2CAFFE;
}
.menu a {
   line-height: 20px;
   text-decoration: none;
   color: #ffffff;
}
.menu a:hover { 
   color: #3333CC;
}
.menu td { 
	background-color: #2CAFFE;
    border-top: 1px solid;
    border-color: #ffffff;
}
.menu span {
	background-color: #2CAFFE; 
	color: #FFEC00;
}
.menuhigh {
       font-family: verdana, arial, helvetica, sans-serif;
       color: #ffffff;
       font-weight: bold;
       font-size: 11px;
       text-decoration: none;
       background-color: #2CAFFE;
}
.menuhigh a {
   line-height: 20px;
   text-decoration: none;
   color: #ffffff;
}
.menuhigh a:hover { 
   color: #FFEC00;
}
.menuhigh td { 
	background-color: #3333CC;
   border-top: 1px solid;
   border-color: #ffffff;
}
 /*Submenue*/
.submenu {
   font-family: verdana, arial, helvetica, sans-serif;
   color: #6F6F6F;
   font-weight: bold;
   font-size: 11px;
   text-decoration: none;
   background-color: #2CAFFE;
}
.submenu a {
   line-height: 20px;
   text-decoration: none;
   color: #2CAFFE;
}
.submenu a:hover { 
   color: #3333CC;
}
.submenu td { 
	background-color: #CFECFF;
   border-top: 1px solid;
   border-color: #ffffff;
}
.submenuhigh {
   font-family: verdana, arial, helvetica, sans-serif;
   color: #ffffff;
   font-weight: bold;
   font-size: 11px;
   text-decoration: none;
   background-color: #2CAFFE;
}
.submenuhigh a {
   line-height: 20px;
   text-decoration: none;
   color: #ffffff;
}
.submenuhigh a:hover { 
   color: #FFEC00;
}
.submenuhigh td { 
	background-color: #3333CC;
   border-top: 1px solid;
   border-color: #ffffff;
}
/* Inhalt */
.inhalt {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0514a0;
	font-size: 11px;
}
.inhalt h1 {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #0514a0;
	padding: 6px;
	margin-bottom: 1px;
	/*text-decoration: underline;*/
	letter-spacing: 0.5px;
}
.inhalt h2 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 6px;	
	background-color: #CFECFF;
	/*padding: 3px;
	text-decoration: underline;*/	
}
.inhalt h3 {
	font-weight: bold;
	font-size: 11px; /*color: #ff0000;*/
	margin-bottom: 1px;
}
.inhalt td {
	vertical-align: top;
}
img {
	border:1px solid #4769E1;
}
.imgohne {
	border:0px;
}

/* Navigation unten*/
.naviunten {
   font-family: verdana, arial, helvetica, sans-serif;
   color: #ffffff;
   font-weight: bold;
   font-size: 9px;
   text-decoration: none;  
	padding: 3px;
}
.naviunten a {

   text-decoration: none;
}
.naviunten a:hover { 
   color: #2CAFFE;
}
.naviunten td { 
	background-color: #0514a0;
}
/* footer */
.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #3333CC;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}
.footer span {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.rechts {
	background-color: #2CAFFE;
