
/*-----------------------
   Page layout
  -----------------------*/

body
{
    margin:0;
    padding:0;
    line-height: 1.5em;
    font-family: Arial, helvetica, sans-serif;
    font-size: 100.1%;
    background-color: white;
    background-image: url("img/bg_top.gif");
    background-repeat: repeat-x;
}

#maincontainer
{
    width: 750px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
    background-color: white;
    background-image: url("img/main.gif");
    background-repeat: no-repeat;
    background-position: 165px 270px;
}

#header
{
    margin: 0;
    padding: 0;
    background-image: url("img/top.jpg");
    background-repeat: no-repeat;
    height: 222px;
}

#header h1
{
    display: none;
    visibility: hidden;
}

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

#contentcolumn
{
    padding: 0;
    margin: 0;
    margin-left: 165px; /*Set left margin to LeftColumnWidth*/
}

.innertube_content
{
    margin: 10px 30px 20px 20px;
}

#leftcolumn
{
    float: left;
    padding: 0;
    margin: 0;    
    width: 165px; /*Width of left column*/
    margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
}

/*-----------------------
   Toplevel navigation
  -----------------------*/
  
#nav
{
    margin: 150px 10px 0px 0px;
    padding: 0;
    float: right;
}

#nav ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font: normal 1.3em Arial, helvetica, sans-serif;
    text-align: center;
}

#nav ul li
{
    display: inline;
}

#nav ul li a
{
    text-decoration: none;
    color: #a33e2a;
    padding: 0px 8px;
}

#nav ul li a:hover
{
    color: #98a54b;
}

#nav ul li.active a
{
    border-bottom: 2px solid rgb(152,165,75);
    color: #98a54b; 
}  

/*-----------------------
   Sub navigation styles
  -----------------------*/

#subnav
{
    margin: 0;
    margin-left: 20px;
}

#subnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav ul.outer
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#subnav li
{
    margin: 0 0 1px 0;
}

#subnav a
{
    display: block;
    padding: 1px 15px;
    width: 100px;
    color: rgb(54,38,74);
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#current
{
    background-image: url("img/bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 0.5em;
    background-color: #e3eabc;
}

#subcurrent
{
    background-image: url("img/bullet.gif");
    background-repeat: no-repeat;
    background-position: 10px 0.5em;
    background-color: #e3eabc;
}

#subnav a.first
{
    border-top: 1px solid #fff;
}

#subnav li a:hover
{
    text-decoration: none;
    background-image: url("img/bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 0.5em;
    background-color: #e3eabc;
}

#subnav a.active
{
    text-decoration: none;
    background-image: url("img/bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 0.5em;
    background-color: #e3eabc;
}

#subnavlist li
{
    margin: 0 0 1px 0;
}

#subnavlist li a
{
    display: block;
    padding: 1px 1px 1px 25px;
    width: 100px;
    color: rgb(54,38,74);
    text-decoration: none;
}

#subnavlist li a:hover
{
    background-color: #d7c6f2;
    text-decoration: none;
    background-image: url("img/bullet.gif");
    background-repeat: no-repeat;
    background-position: 10px 0.5em;
    background-color: #e3eabc;
}

/*-----------------------
   Footer
  -----------------------*/

#footer
{
    clear: left;
    width: 100%;
    text-align: right;
    padding: 1px 0px 1px 0px;
    font-size: 80%;
    color: #000;
    border-top: 1px solid #98a54b;
}

#footer p
{
    margin: 0px 10px;
    padding: 0;
}

#footer a
{
    font-size: 80%;
    color: #fff;
}

/*-----------------------
   Schriften, Links, ...
  -----------------------*/

p, h1, h2, h3, h4, h5, h6, li, div, td, th 
{
    color: #202020;
}

a:link, a:visited, a:hover, a:active
{
    color: #a33e2a;
    text-decoration: underline;
}

a:hover
{
    color: #98a54b;
}
