body {  background-image: url(../graphics/background.gif); background-repeat: repeat-y;
		margin: 0px; padding: 0px}

/*Alles, was für die Sidebar notwendig ist*/
div.sidebarbox, div.sidebarcontent {
	background-color: #EFEFF4;
}


div.sidebarheader {  
    color: #FF9E00; font-size: 11px; font-weight : bold;
    height: 25px;
    line-height: 25px;
    background-image: url(../graphics/boxheader.gif);
    vertical-align: middle;
    text-align: center;
}

div.sidebarbox {
   border: 1px #197BB5 solid;
   width: 180px;
   margin-bottom: 10px;
}

div.sidebarcontent    {
    text-align: left;
    
    padding: 0px 1px 4px 1px;
}

input.sidebarbutton {
    background-color : #FAFAFC;
    font-weight : normal;
    vertical-align: middle;
    font-size: 11px; width: 20%;
    height: 17px;
}

/* Forum category titles */
.cattitle        { font-weight: bold; font-size: 12px ; color : #1b5484}
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; }

/* 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; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav            { font-weight: bold; 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 : #FF9E00;}
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;
    border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
    background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
    background-color : #F8F6FA;
    color : #000000;
    font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
    background-color : #FAFAFC;
    font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
    background-color : #FAFAFC;
    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;}
