body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#menu_vert, #menu_vert ul {
   padding: 0;
   margin: 0;

}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   padding: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
  padding: 7px 5px 3px 29px;  /* some air for it */
   color: rgb(1,32,128); /* this will be link color for all levels */
   background: url(bilder/buttonbackneu.gif) no-repeat; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-weight: bold;
   color: rgb(1,32,128);
   font-size:10px;
}



/* hover state for all links */
div#menu_vert a:hover {
   background: url(bilder/buttonbackneuo.gif) no-repeat; 
    color: white;
}

div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.produkttipp {
	color: #FFFFFF;
	text-decoration: none;
}
.tabrand {
	margin: 5px;
	border: 1px solid #000066;
}
.linksrand {
	border: 1px solid #FFFFFF;
}
.obenneu2 {
	background-image: url(bilder/obenneu2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.abstand {
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.normal {
	font-weight: normal;
}
.mitsegeln {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ulmitsegeln {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

