/*
--------------------------------------------------------------------------------

 Basic stylesheets

--------------------------------------------------------------------------------
*/ 

 * {
    margin: 0px;
    padding: 0px;
    }
body {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
    }
img {
    border: 0px;
    }
.clear {
    clear: both;
    line-height: 1px;
    }
#logo {
    position: absolute;
    top: 18px;
    left: 20px;	
    }
   
/*
--------------------------------------------------------------------------------

 Navigation 

--------------------------------------------------------------------------------
*/

/* Main navigation */
#mainNav {
    z-index: 100;
    position: absolute;
    top: 110px;
    left: 20px;	   
    }
#mainNav ul {
    list-style-type: none;
    }
#mainNav ul li {
    display: inline; /* for IE6*/                  
    }
#mainNav ul li a {
    display: block;
    width: 170px;
    text-indent: 14px;
    background: #69f;
    color: #000;
    text-decoration: none;
    border-bottom: #8cb2ff 1px solid;
    line-height: 19px;
    }
#mainNav ul li a:hover,
#mainNav ul li.active a {
    font-weight: bold;
    background: #69f url(../images/pfeil_schwarz_rechts.gif) no-repeat 5px 7px;
    }

/* Meta navigation */
#metaNav {   
	text-align: right;
	height:40px;
	}
#metaNav ul li {   
    display: inline;
    }
#metaNav ul li a {
    color: #36c;
    font-size: 10px;
    text-decoration: none;
    padding: 0 0 0 20px;
    /*line-height: 0px;*/
    }
#metaNav ul li a:hover {
    background: url(../images/pfeil_blau.gif) no-repeat 14px 4px;
    }
