
/* MENUE*/
/* ########################################################### */
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	padding: 0;
	width: 180px;
	list-style: none;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	line-height : 120%;
	margin-left : 0px;
	/*links in die kästchen einen border reinnehmen, 2px ok */
	padding-left :0px;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	position: absolute;
	top: 0;
	left: 173px;
	visibility: hidden;
	border : 1px solid Gray;
	margin-left :6px;
	background-color: #CDCDCD;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 border: 0px solid #330;
 background: #F1F1F1;
border : 1px solid #F1F1F1;

}
.menulist ul>li:last-child {
 margin-bottom:0px;

}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
border : 1px solid #F1F1F1;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;
	background-color: #CDCDCD;
	border : 1px solid Black;
}

.menulist a.highlighted {
	color: #000000;
	background-color:#CDCDCD;

}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* #################################################################################### */
body
{ scrollbar-base-color:#DCDCDC;
	  scrollbar-track-color:#DCDCDC;
	  scrollbar-face-color:#ffffff; 
	  scrollbar-highlight-color:#7084A0; 
	  scrollbar-3d-light-color:#000000; 
	  scrollbar-dark-shadow-color:#454545; 
	  scrollbar-shadow-color:#454545; 
	  scrollbar-arrow-color:#454545;
	}



a.menu:visited,a.menu:link
{
	font-size: 11px;
	text-decoration : none;
	color: #464f50;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : middle;
}
a.menu:hover,a.menu:active
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:1px;
	background:url(media/dotted_nav.gif) repeat-x bottom left;
}

a.menuvertical:visited,a.menuvertical:link,a.menuvertical:hover,a.menuvertical:active
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding-bottom:1px;
}
.menudefaulttext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
}
h2
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #454545;
}
h3
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1E77D3;
	margin-top : 0px;
	margin-bottom : 0px;
	text-decoration : none;
}
h4
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #1E77D3;
	margin-top : 0px;
	margin-bottom : 0px;
	text-decoration : underline;
}

small
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size:9px;
}
a.small:visited,a.small:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration : none;
	font-size:9px;
}
a.small:hover,a.small:active
{
	font-size:9px;
	text-decoration:none;
	padding-bottom:1px;
	background:url(media/dotted_nav.gif) repeat-x bottom left;
}
input
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #454545;
}
select
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #454545;
	line-height : 200%;
}
.defaulttext
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #454545;
	line-height : 200%;
}
a.defaulttext:visited,a.defaulttext:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #454545;
	text-decoration : none;

}
a.defaulttext:hover,a.defaulttext:active
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #454545;
	text-decoration : none;
	padding-bottom:1px;
	background:url(media/dotted_nav.gif) repeat-x bottom left;
}
.defaultsmall
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #454545;
	text-decoration : none;

}
a.defaultsmall:visited,a.defaultsmall:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #454545;
	text-decoration : none;

}
a.defaultsmall:hover,a.defaultsmall:active
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #454545;
	text-decoration : none;
	padding-bottom:1px;
	background:url(media/dotted_nav.gif) repeat-x bottom left;
}

td.rightboxsmall
{
	background-color : #E9E9E6;
	margin-left : 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size:9px;
}
a.rightboxsmall:visited,a.rightboxsmall:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #454545;
	text-decoration : none;

}
a.rightboxsmall:hover,a.rightboxsmall:active
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #454545;
	text-decoration : none;
	padding-bottom:1px;
	background:url(media/dotted_nav.gif) repeat-x bottom left;
}
