/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html { padding: 0; margin: 0; height:100%; width:100%; }
body { padding: 0; margin: 0; height:100%; width:100%; }
table { padding: 0; margin: 0; height:100%; width:1000px; }
body {
 font-familY:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#e5e5e2;
 color:#787666
}
td {
font-size:10pt;
color:#787666;
}
h1, h2 {
color:#787666;
font-size:12pt;
margin-bottom:10px;
}
#wrapper { 
 background-color:#FFFFFF;
 height:100%;
 margin:0;
 width:1000px;
}
#faux {
  margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 background-color:#FFFFFF;
}
#header {
 background-color:#FFFFFF;
 color:#333333;
 height:75px;
 margin-bottom:0;
 margin-left:0;
 margin-top:0;
 width:1000px;
 padding-top:7px;
}
#toptrenner {
 background-color:#000099;
 float:left;
 height:40px;
 margin:1px 20px 7px 7px;
 width:730px;
}
#Navigation {
 float:left;
height:10px;
margin-bottom:10px;
margin-left:-18px;
margin-top:-18px;
width:800px;
}
#SubNavigation {
float:left;
height:10px;
margin-bottom:23px;
margin-left:7px;
margin-top:20px;
width:800px;
}
#Navigation li {
 display:inline;
padding:0 0 0 25px;
}
#SubNavigation li{
display:inline;
padding:0 0 0 0px;
}
#logo {
 margin:0;
 padding:1px 0 0;
}
#Navigation a {
font-size:12pt;
font-weight:bold;
text-decoration:none;
}
#SubNavigation a {
text-decoration:none;
font-size:10pt;
}
.current a {
    color:#f08a00;	
}

.currentsub {
    background-color: #C2C3C2;
}

.currentsub a {
     color:#7c7b6d;
}

.currentsub a:hover {
    color:#f08a00;
}

.passiv {
font-size:12pt;
font-weight:bold;
text-decoration:none;
color:#87867B;
}
.passiv2 {
font-size:12pt;
font-weight:bold;
text-decoration:none;
color:#000099;
}
.passiv a {
    text-decoration:none;
	color:#FFFFFF;
}

.passiv a:hover {
    color:#000066;
}

.aktivsub {
}

.aktivsub a {
    color:#f08a00;
}
#visual {
background-color:#87867B;
height:240px;
margin-left:7px;
margin-top:12px;
width:730px;
text-align:right;
}
#rightcolumn {
background-color:#87867B;
color:#FFFFFF;
height:600px;
margin-left:756px;
margin-top:12px;
padding:10px 5px 0 0;
text-align:right;
width:223px;
}
#inner-right {
text-align:left;
margin-top:12px;
}
#leftcolumn {
width:730px;
float:left;
}
#content { 
 background-color:#FFFFFF;
color:#787666;
padding:0 0 0 7px;
vertical-align:top;
width:auto;
}