@import url("lmenu.css"); 

* {margin: 0; padding: 0; border: 0;}
ul {margin: 1em 2em;}

body {
text-align: center; 
color: #000;
min-width: 700px;
background:url(bground.gif) repeat-x #e5f3ef;
font-family: helvetica neue, helvetica, arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}


#wrapper { /* also holds the left "sliding" tab */
background: #fff url(lcol.gif) repeat-y 0 0;
text-align: left;
width: 95%; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
font-size: 80%;
}

#header, #pagetitle, #footer {
clear: both; 
width: 100%;
}

#header {
background: #fff; 
color: #000; 
text-align: left;
padding: 0;
margin: 0;
height: 152px;
}

#mainlogo{
position: absolute;
top: 35px;
left: 10px;
}

#topmenu{
	position: absolute;
	top: 140px;
	left: 12px;
	font-size: 120%;
}
#topmenu
{
	background:none !important;
}
#topmenu a
{
	background:none !important;
	color:#FFFFFF!important;
	text-decoration:none !important;
	padding:10px 9px 8px 8px !important;
	font-weight:bold !important;
}
#topmenu a:hover
{
	background:#01ae7b !important;
	color:#FFF !important;
	font-weight:bold !important;
}

#sublogo{
position: absolute;
top: 0px;
right: 10px;
}

#divider {
/*background: #66b79f url(divider-bg.gif); */
color: #000; 
text-align: left;
padding: 0;
margin: 0;
background:#66b79f  url(divider-fg.gif) repeat-x; 
min-height:40px;
}

#pagetitle {
background: #666666 url(headlinebg.gif); 
color: #fff; 
margin-left: 250px;
vertical-align: center;
width: auto;
height: 48px;
padding: 0px;
}

#pagetitle h1 {
font-size: 20px;
font-weight: bold;
color: #fff;
padding: 10px 15px;
margin:0;
}

#footer {
background-color: #00875f;
height: 1px;
overflow: hidden;
min-height:40px;
padding:2px 0px 0px 2px;
}
.menu_footer
{
left:20px;
}
#footer a
{
color:#FFFFFF;
text-decoration:none;
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: url(rcol.gif) repeat-y 100% 0;
float: left;
width: 100%;
position: relative;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
margin: 0 260px;
background-color: #E5F3EF;
}

#center {
  color: #000;
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
  padding-top: 15px;
}

#left {
  padding-top: 7px;
  float:left;
  width: 250px;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#right {
  padding-top: 15px;
  float:right;
  width: 250px;
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#left h3, #left p,
#right h3, #right p
{
padding: 0 20px; 
}

#wrapper {
position: relative;
z-index: 500;
}

#callback
{
	position:absolute;
	float:right !important;
	top: 15px;
	right:44px;
}


#mainmenu, #mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainmenu a {
	display: block;
	width: 10em;
}

#mainmenu li {
	float: left;
	width: 10em;
}
.absearchbox
{
	position: absolute;
top: 10px;
right: 10px;
}




.csc-menu dl {
margin: 0 0 5px 0;
padding: 0 0 2px 0;
list-style-type: none;
width:185px;}
 
.csc-menu dt a {
color: #333;
display: block;
height: 16px;
padding: 4px 0 4px 14px;
text-decoration: none;
font-weight:bold;
}
 
.csc-menu dt a:hover {
background-color: #666;
color:#fff;}

.csc-menu ul {
margin: 0 0 5px 0;
padding: 0 0 2px 0;
list-style-type: none !important;
width:185px;
}
 
.csc-menu li a {
color: #333;
display: block;
height: 16px;
padding: 4px 0 4px 14px;
text-decoration: none;
font-weight:bold;
list-style-type: none !important;
}

.csc-menu li a:hover {
background-color: #666;
color:#fff;}



ul.menut, ul.menut ul {
    list-style-type: none;
}

ul.menut a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight:normal;
}

ul.menut ul a {
    padding: 0 10px;
}

ul.menut li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: #FFF9E4;
    float:left;
    border:1px solid #26383D;
}

ul.menut ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #26383D;
    border:1px solid #FFF9E4;
    display:none;
    min-width:180px;
}

/* IE-Hack für die Breite */
*html ul.menut ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menut ul.hover, ul.menut li.hover ul, ul.menut li:hover ul  {
    display:block;
}

ul.menut ul li {
    float:none;
    background-color: transparent;
}


ul.menu
{
float:left;
}
ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight:normal;
}

ul.menu ul a {
    padding: 0 10px;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: #00875f;
    float:left;
}

ul.menu ul {
    margin-left:0;
	margin-top:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #00875f;
    display:none;
    min-width:180px;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

.lmenu
{
margin-top:20px;
float:left;
}

