
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body  { background-color: #fff8c3; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-darkshadow-color: #98AAB1; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-track-color: #EFEFEF }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited  { color: #d64e21 }
a:hover		 { color: #418b9e; text-decoration: underline }
hr	{ height: 0px; border: solid #fffce8 0px; border-top-width: 1px;}

.forumline	 { background-color: #ff8962; border: solid 1px #d64e21  }

/* Main table cell colours and backgrounds */
td.row1	 { background-color: #fffce8 }
td.row2	  { background-color: #fffce8 }
td.row3	 { background-color: #fffce8 }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic  { background: #ff8962 }

/* Header cells - the blue and silver gradient backgrounds */
th	 { color: #ffffff; font-weight: bold; font-size: 11px; background: #d64e21; height: 25px }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  { background: #ff8962; height: 28px }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR  { font-weight: bold; height: 28px }
td.row3Right,td.spaceRow  { background-color: #fff8c3 }

th.thHead,td.catHead  { font-size: 12px }
th.thSides,td.catSides,td.spaceRow	  { }
th.thRight,td.catRight,td.row3Right	  { }
th.thLeft,td.catLeft	   { }
th.thBottom,td.catBottom   { }
th.thTop	  { }
th.thCornerL  { }
th.thCornerR  { }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS";
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall  { color: #651900; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover	 { color: #418b9e; text-decoration: underline }


/* The register, login, search etc links at the top of the page */
.mainmenu {

    color: #83343f;
    font-size: 11px;
    font-family: VERDANA,ARIAL,HELVETICA;
    text-height: 20px;
    margin-left: 10px;
    margin-bottom: 15px;
    vertical-align: bottom;
    }
a.mainmenu		 { color: #651900; text-decoration: none;}
a.mainmenu:visited { color: #651900; text-decoration: none}
a.mainmenu:hover { color: #418b9e; text-decoration: underline}


/* Forum category titles */
.cattitle		 { color: #651900; font-weight: bold; font-size: 12px; letter-spacing: 1px }
a.cattitle		 { color: #651900; text-decoration: none }
a.cattitle:hover { color: #418b9e; text-decoration: underline }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		 { color: #651900; font-weight: bold; font-size: 12px }
a.forumlink 	 { color: #651900; text-decoration: none }
a.forumlink:hover { color: #418b9e; text-decoration: underline }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			 { color: #651900; font-weight: bold; font-size: 11px }
a.nav			 { color: #651900; text-decoration: none }
a.nav:visited { color: #651900; text-decoration: none }
a.nav:hover		 { color: #418b9e; text-decoration: underline }


/* titles for the topics: could specify viewed link colour too */
.topictitle			 { color: #145a6b; font-weight: bold; font-size: 11px }
a.topictitle:link    { color: #651900; text-decoration: none }
a.topictitle:visited  { color: #651900; text-decoration: none }
a.topictitle:hover	 { color: #418b9e; text-decoration: underline }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	 { color: #651900; text-decoration: none }
a.postlink:visited  { color: #651900; text-decoration: none }
a.postlink:hover  { color: #418b9e; text-decoration: underline }


/* Quote & Code blocks */
.code  {
	color: #651900;
    font-size: 11px;
    font-family: Courier, "Courier New", sans-serif;
    background-color: #fff8c3;
    border: solid 1px #651900 }

.quote  {
	color: #651900;
    font-style: normal;
    font-size: 11px;
    line-height: 125%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff8c3;
    border: solid 1px #651900 }


/* Copyright and bottom info */
.copyright		{
	 font-size: 10px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #444444;
     letter-spacing: -1px;
     }
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

.moderators {font-size: 10px; color: #418b9e;}
.moderators a, .moderators a:visited {color: #418b9e;text-decoration: underline;}
.moderators a:hover, .moderators a:active {color: #418b9e; text-decoration: underline;}

/* 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 : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #fffce8; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Kopfzeile; Hintergrund Farbe 2, Rahmen Farbe 5 */
   div.header {
       border-bottom: 2px solid #d64e21;
       margin-bottom: 0px;
       margin-left: 0px;
       text-align: left;
       top: 0;
       left: 0;
       width: 100%;
       padding-top: 0pt;
       padding-left: 5px;
       padding-bottom: 0px;
       background: #fffce8   url(images/clublogo_links.gif) no-repeat scroll 28px 0%;
       }

/* Text Kopfzeile; Farbe 5 */
   div.header h1 {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 36px;
       font-weight: bold;
       color: #d64e21;
       margin-top: 0px;
       padding-top: 25px;
       padding-left: 174px;
       }

/* Links in Kopfzeile */
  div.header div {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 13px;
       padding-left: 174px;
       padding-bottom: 3px;
       padding-top: 1px;
       }

  div.header div a   {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 13px;
       color: #418b9e;
       font-weight: bold;
       text-decoration: none;
       }

  /* Fußzeile; Hintergrund Farbe 4 */
   div.footer {
     margin-top: 30px;
     padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 10px;
     clear: both;
     text-align: left;
     background-color: #ff8962;
     font-style: normal;
     }

   div.footer div {
     font-size: 70%;
     text-align: right;
     margin-top: -1em;
     padding-right: 10px;
     }