/***
 * Stylesheet by Christian Braeunlich 05/2010
 */
 
body {
  color                 : #000000;
  font: normal 14px/16px "Lucida Grande", Arial, sans-serif;
  margin                : 0;
  padding               : 0px 10px 0px 10px;
  background            : #ffffff;
  min-width:600px; 
}

a {text-decoration: none;color:#036;}}

a img {border: none; }

.elLe {
    background: #eee;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 0px 5px;
}

.elLe a img {border: none;}

#allwrapper {
width: 960px;
margin: 0 auto;
}

#contentwrapper{
float: left;
width: 100%;
}

#content{
margin-right: 400px; /*Set right margin to RightColumnWidth*/
}

#right{
float: left;
width: 400px; /*Width of right column in pixels*/
margin-left: -400px; /*Set left margin to -(RightColumnWidth) */
}

.innertube{
 /*Margins for inner DIV inside each column (to provide padding)*/
 margin: 0px 10px 0px 0px;
}

li.none {
    list-style-type: none;
}

/* nav */

#navcontainer {
    border: none;
}

#navcontainer ul
{
padding: 0;
margin: 0 0 0 0;
background-color: #036;
color: White;
float: left;
width: 100%;
/*
font-family: arial, helvetica, sans-serif;
*/
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
#navcontainer ul li.active a
{
background-color: #369;
color: #fff;
}


/* subnav */
#navlist2
{
    margin: 0;
    padding: 5px 0 16px 10px;
    border-bottom: 1px solid #036;
    border-right: 1px solid #036;
    border-left: 1px solid #036;
}

#navlist2 ul, #navlist2 li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#navlist2 a:link, #navlist2 a:visited
{
    float: left;
    line-height: 10px;
    font-weight: bold;
    margin: 0 10px 4px 10px;
    text-decoration: none;
    color: #036;
}

#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover
{
    border-bottom: 4px solid #369;
    padding-bottom: 2px;
    background: transparent;
    color: #036;
}

#navlist2 a:hover { color: #369; }

#navlist2 li.active a
{
    border-bottom: 4px solid #369;
    padding-bottom: 2px;
    background: transparent;
    color: #036;
}


