/*
  The original subSilver Theme for phpBB version 2+
  Angepasst und modifiziert durch Markus Rehm - info@rehm-neuss.de
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #F2EBCE;
  margin: 0px 20px 0px 20px;
}

.logo_bg {
  height: 205px;
  background-color: transparent;
	background-image: url(images/header/logo_bg.png);
	background-repeat: no-repeat;
}

.nav_bg {
  background-color: #5D333F;
	background-image: url(images/header/nav_bg.jpg);
	background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

.nav_bg_top {
  height: 720px;
	background-image: url(images/header/nav_bg_top.jpg);
	background-repeat: no-repeat;
  padding: 50px 0px 0px 0px;
  margin: 0px;
}

.nav_bg_rechts {
  background-color: #5D333F;
	background-image: url(images/header/nav_bg_rechts.jpg);
	background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

.nav_bg_top_rechts {
  height: 670px;
	background-image: url(images/header/nav_bg_top_rechts.jpg);
	background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
}

.navsearch_but {
border: 0px;
background-color: transparent;
margin: 0px;
padding: 0px;
}

.navsearch {
background-color: transparent;
width: 160px;
height: 22px;
border: 1px solid #CDB4A9;
font-size: 14px;
color: #A87C88;
}


.content_box {
  background-color: #D9CBCC;
  vertical-align: top;
  padding: 20px;
  margin: 0px;
}

.bread_tbl {
  border-top: 1px dotted #5C323E;
  border-bottom: 1px dotted #5C323E;
  margin: 0px 0px 20px 0px;
}




/* General font families for common tags */
font,th,td,p { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #825D67; }
a:hover		{ text-decoration: underline; color : #5C323E; }
hr	{ height: 0px; border: solid #825D67 0px; border-top-width: 1px;}
form {display: inline; padding: 0px; margin: 0px;}





/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: transparent; border: 0px #CE8C84 solid; }

/* This is the border line & background colour round the entire page */
.headerline	{ background-color: transparent; border: 1px #CE8C84 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #C6B3B6; border: 0px #D2BFC2 solid; }


/* This is the outline round the header */


/* Main table cell colours and F8D9CEbackgrounds */
td.row1	{ background-color: #D9CBCC; }
td.row2	{ background-color: #D9CBCC; }
td.row3	{ background-color: #D9CBCC; }


/*
  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-color: #A88A89;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #5C323E; font-size: 11px; font-weight : bold;
	background-color: #A78788; height: 25px;
	background-image: url(images/cellpic1.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cell_01.jpg);
			background-position: center;
			background-color:#764950; border: #FFFFFF; border-style: solid; height: 25px;
}


/*
  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: 25px;
	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; border: #FFFFFF; border-style: solid; height: 25px; }
td.row3Right {
	background-color: #D9CBCC; border: #FFFFFF; border-style: solid; }

td.spaceRow {
	background-color: #A78788; border: #FFFFFF; border-style: solid; }


th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* 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",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #393939; }
a.gen,a.genmed,a.gensmall { color: #825D67; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #5C323E; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #90294D }
a.mainmenu		{ text-decoration: none; color : #BD005B;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF9494; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #F0EBCD}
a.cattitle		{ text-decoration: none; color : #F0EBCD; }
a.cattitle:visited		{ text-decoration: none; color : #F0EBCD; }
a.cattitle:hover{ text-decoration: underline; color : #F0EBCD;}



/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #393939; }
a.forumlink 	{ text-decoration: none; color : #825D67; }
a.forumlink:visited 	{ text-decoration: none; color : #825D67; }
a.forumlink:hover{ text-decoration: underline; color : #5C323E; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #393939;}
a.nav			{ text-decoration: none; color : #825D67; }
a.nav:visited			{ text-decoration: none; color : #825D67; }
a.nav:hover		{ text-decoration: underline; color : #5C323E;}

.nav2			{ font-weight: normal; font-size: 12px; color : #F0EBCD;}
a.nav2			{ text-decoration: none; color : #F0EBCD; }
a.nav2:visited			{ text-decoration: none; color : #F0EBCD; }
a.nav2:hover		{ text-decoration: underline; color : #F0EBCD;}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 12px; color : #393939; }
a.topictitle:link   { text-decoration: none; color : #825D67; }
a.topictitle:visited { text-decoration: none; color : #825D67; }
a.topictitle:hover	{ text-decoration: underline; color : #5C323E; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #393939;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #393939; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #825D67 }
a.postlink:visited { text-decoration: none; color : #825D67; }
a.postlink:hover { text-decoration: underline; color : #5C323E}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #90294D;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #825D67; }
a.copyright		{ color: #825D67; text-decoration: none;}
a.copyright:hover { color: #825D67; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #343434;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #E0D4D5;
	border-color : #825D67;
	border-style: solid;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #E0D4D5;
	border-color : #825D67;
	border-style: solid;
	}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #E0D4D5;
	border-color : #825D67;
	border-style: solid;
	font-size: 11px; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
  color: #F2EBCE;
	font-weight : bold; 
	background-color :#754B57;
	border-color : #5F3340;
	border-style: solid;
}

/* None-bold submit button */
input.liteoption {
  color: #F2EBCE;
	font-weight : normal;
	background-color : #754B57;
	border-color : #5F3340;
}

/* None-bold submit button */
input.checker {
	font-weight : normal;
	background-color : transparent;
	border-color : #CE8C84;
	border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px
}



/* 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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Simple subforums mod */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
