body {  background-color: #f6fafd;
		margin: 0px; padding: 0px;
		min-width: 900px}

/*Alles, was f?r die Sidebar notwendig ist*/
div.sidebarbox, div.sidebarcontent {
	background-color: #EFEFF4;
}


div.sidebarheader {
    color: #fe9100; font-size: 12px; font-weight : bold;
    height: 25px;
    line-height: 25px;
  /*  background-image: url(../graphics/boxheader.png);     */
  background-color: #288bcb;
    vertical-align: middle;
    text-align: center;
}

div.sidebarbox {
   border-width: 0px 1px 1px 1px; border-color: #4d97c6; border-style: solid;
   width: 180px;
   margin-bottom: 10px;
}

div.sidebarcontent    {
    text-align: left;

    padding: 0px 1px 4px 1px;
}

input.sidebarbutton {
    font-weight : bold;
    vertical-align: middle;
    font-size: 11px; width: 20%;
    height: 17px;
}

/* Forum category titles */
.cattitle,
.cattitle h1
{  font-weight: bold; font-size: 12px ; color : #1b5484  }

.cattitle h1 {
    display: inline;
}
a.cattitle        { text-decoration: none; color : #1b5484; }
a.cattitle:hover{ text-decoration: underline; color : #007dc6;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-size: 12px; color : #1b5484; }
a.forumlink     { text-decoration: none; color : #1b5484; }
a.forumlink:hover{ text-decoration: underline; color : #007dc6; }
h2.forumlink {font-weight: normal; display: inline}

/* Forum title small: Text and link to the forums used in: index.php */
.forumsmalllink      { font-weight: bold; font-size: 10px; color : #1b5484; }
a.forumsmalllink     { text-decoration: none; color : #1b5484; }
a.forumsmalllink:hover{ text-decoration: underline; color : #007dc6; }
.forumsmalllink h2 { color : #1b5484; display: inline;  font-size: 10px;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav            { font-size: 11px; color : #000000;}
a.nav            { text-decoration: none; color : #1b5484; }
a.nav:hover        { text-decoration: underline; }
.dfnav            { font-weight: bold; font-size: 13px; color : #000000;}
a.dfnav            { text-decoration: none; color : #1b5484; }
a.dfnav:hover        { text-decoration: underline; color : #007dc6; }
.newPM            { font-weight: bold; font-size: 13px; color : #fe9100;}
a.newPM            { text-decoration: none; color : #1b5484; }
a.newPM:hover        { text-decoration: underline; }


div.showSection {margin-right: 3px; width: 75px; text-align: center; border-width: 1px; border-style: solid; border-color: white}

div.showSection a:hover{
		display: block;
		width: 100%;
		background-color: #EFEFF4;
		text-decoration: none;
}
div.showSection a:link{
		display: block;
		width: 100%;
}
div.showSection a:visited{
		display: block;
		width: 100%;
}

table.buttonSection {font-size : 11px; width: 100%; margin-top: 3px; border-width: 1px; border-style: solid; border-color: white}

/* Form elements */
input,textarea, select {
    color : #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
    background-color : #FFFFFF;
    border-style: solid;
    border-color : #999999;      
}

input.forumfilter {
    width: 160px;
	height: 15px;
	color: #b4c2cb;
	background-color: #288bcb;
    border-style: solid;
    border-color : #aec0cb;  
}

img.clearforumfilter {
	width: 15px; height: 15px;
	position: absolute; right: 2px; top: 1px;
	display: none;
	cursor: pointer;
}

input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button, input.mainoption, input.liteoption, input.sidebarbutton {
    background-color : transparent;
    background-image: url(../graphics/button_bg.png);
    color : #247eb8;
    font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
    border-style: solid;
    border-color : #999999; 
    border-radius: 3px;
    -moz-border-radius: 3px;   
    cursor: pointer;    
}
/* The main submit button option */
input.mainoption {    
    font-weight : bold;
}
/* None-bold submit button */
input.liteoption {    
    font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E1E6EC; border-style: none; }
.charcount { color: green; background-color: #EFEFF4; border-style: none; font-size: 10px; text-align: right; width: 30px;}

/* Fancy form styles for IE */
input, textarea, select {
    border-width: 1px;
}
input { text-indent : 2px; }

select.jump{width: 175px;}
form{margin-bottom: 0px;}



div.mainheader {
    width: 100%;
    height: 140px;
    background-image: url(../graphics/header/bg.png); background-repeat: repeat-x;
    margin-bottom: 20px;
    position: relative;
}

div.mainheader img {
    border: 0px;
}


div.mainlogo {
    z-index: 10;
    width: 100%; height: 140px;
    position: absolute; top: 0px; left: 0px;
}

div.eeLogoText {
    z-index: 15;
    width: 388px; height: 100px;
    position: absolute; top: 64px; left: 161px;
}

div.eeSiteText {
    margin-top: -10px;
    float: right;
    margin-right: 10px;
    position: relative;
}

div.mainmenu {
    z-index: 15;
    position:absolute; right: 10px; top: 57px;
}

div.mainmenuitem {
    float: right;
    margin-left: 15px;
    margin-right: 10px;
    height: 100px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

div.dropdown {
    z-index: 20;
    text-align: right;
    position: absolute;
    margin-top: -1px;
    right: -7px;
    padding: 0;
    font-size: 11px;
    background-color: #f6fafd;
    border: 1px black solid;
    border-radius: 2px;
    -moz-border-radius: 2px;

    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
}

div[class^="dropdown"], /*standards compliant addition to div.dropdown*/
div.ie-dropdown { /*class that is toggled for IE*/
    display: none;
}

div.ie-dropdown-visible,
div.ie-dropdown {
    position: absolute;
    padding-top: 0;
}

div.drop-sensitive {
    position: relative;
}

div.drop-sensitive:hover>div.dropdown,
div.dropdown:hover {
    display: block;
}

div.dropdown-left {
    text-align: left;
    right: auto;
    left: 0;
}

div.dropdown a {
    display: block;
    white-space:nowrap;
    padding: 7px 5px;
    color: #1b5484;
}


div.dropdown a,
div.dropdown a:visited,
div.dropdown a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #1b5484;
}

div.dropdown a:hover {
    text-decoration: underline;
}

div.dropdown>a:hover,
div.dropdown .droptable tr:hover {
    background-color: #E1E6EC;
}

div.dropdown .droptable tr.nohover:hover {
    background-color: inherit;
}


div.dropline {
    display: block;
    min-height: 40px;
    height: 45px;
    vertical-align: top;
    text-align: left;
    position: relative;
    padding-left: 42px;
}

table.droptable {
    border-collapse: collapse;
    min-width: 150px;
}

table.droptable td {
    padding: 6px;
}

table.droptable td > a,
table.droptable td > .dropsubline {
    vertical-align: top;
    padding-left: 5px;
}

table.droptable .dropsubline {
    white-space: nowrap;
    line-height: 1.1em;
}

table.droptable a {
    display: inline;
    margin-left: auto;
    padding: 0;
}

div.headerSearch {
    z-index: 15;
    position:absolute; right: 15px; top: 15px;
}

input.headerSearchBox {
    width: 203px;
    height: 25px;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
    border: none;

    /*	background: url(../graphics/header/search_bg.png) no-repeat top left;  */
    background-color: white;
    border-radius: 8px 0px 0px 8px;
}

input.headerSearchButton {
    width: 73px;
    height: 25px;
    vertical-align: middle;
    border: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #c9c9c9;
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background-color: #cdcdcd;
}


input.headerSearchPlus {
    width: 30px;
    height: 25px;
    vertical-align: middle;
    border: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #d0d0d0;
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px 8px 8px 0px;
    background-color: #cdcdcd;
}