
/*
  The original pfotenpower Theme for phpBB version 2.0.12
  modifiziert und angepasst von Markus Rehm -> info@rehm-neuss.de oder markus678@phpbb.de
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #D5C5A6;
	margin: 0px 20px 0px 20px;
}

/* General font families for common tags */

form {display: inline; padding: 0px; margin: 0px; }

font,th,td,p { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #7C6B5A; }
a:hover		{ text-decoration: underline; color : #850000; }
hr	{ height: 0px; border: solid #C9C0AD 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	border: 0px solid #9E8F7F;
	background-color: #9E8F7F;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #E6DBC6; border: 0px #E6DBC6 solid; }


td.head_bg {
	background-color: #E6DBC6;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	height: 300px;
	border-left: 1px solid #C9C0AD;
	border-right: 1px solid #C9C0AD;
}

.logo {
	background-image: url(images/head_logo.jpg);
	background-repeat: no-repeat;
	height: 300px;
}










/* Main table cell colours and backgrounds */
td.row1	{ background-color: #E6DBC6; border-bottom: 1px solid #9E8F7F;}
td.row2	{ background-color: #E6DBC6; border-bottom: 1px solid #9E8F7F; }
td.row3	{ background-color: #E6DBC6; border-bottom: 1px solid #9E8F7F; }
td.row4	{ background-color: #E6DBC6; }


/*
  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: #D6E7FF;
		background-image: url(images/cellpic1.gif);
		background-repeat: repeat;
}

/* Header cells - the rainbow gradient backgrounds */
th	{
	color: #E6DBC6; font-size: 11px; font-weight : bold;
	background-color: #2A1A15; 
	background-image: url(images/cccellpic3.gif);
	height: 20px;
}

td.cat {
			background-image: url(images/cellpic1.gif);
			background-color:#FFFBCD; 
}

td.catLeft,td.catRight {
	font-weight: bold; font-size: 16px ; color : #9E8F7F}
}


td.catHead  	{ background-color: #E6DBC6; border-bottom: 1px solid #9E8F7F;}

td.catSides 	{ background-color: #E6DBC6; }

td.catBottom 	{ background-color:#F5EDDF; border-bottom: 1px solid #9E8F7F; }

/*
  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.spaceRow { background-color: #E6DBC6; border-bottom: 1px solid #9E8F7F; border-top: 1px solid #9E8F7F; }
td.spaceRow2 { background-color: #E6DBC6; }





/* General text */
.gen { font-size : 13px; color : #1E1E1E; }
.genmed { font-size : 12px; }
.gensmall { font-size : 12px; }
.genmed,.gensmall { color : #1E1E1E; }
a.gen,a.genmed,a.gensmall { color: #7C6B5A; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #850000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #1E1E1E }
a.mainmenu		{ text-decoration: none; color : #7C6B5A;  }
a.mainmenu:hover{ text-decoration: underline; color : #850000; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 16px ; color : #9E8F7F}
a.cattitle		{ text-decoration: none; color : #9E8F7F; }
a.cattitle:hover{ text-decoration: underline;  color : #9E8F7F; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px; color : #7C6B5A; }
a.forumlink 	{ text-decoration: none; color : #7C6B5A; }
a.forumlink:hover{ text-decoration: underline; color : #850000; }


/* 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 : #1E1E1E;}
a.nav			{ text-decoration: none; color : #7C6B5A; }
a.nav:hover		{ text-decoration: underline; }

.nav2			{ font-weight: bold; font-size: 12px; color : #E6DBC6;}
a.nav2			{ text-decoration: none; color : #E6DBC6; }
a.nav2:visited	{ text-decoration: none; color : #E6DBC6; }
a.nav2:hover	{ text-decoration: underline; color : #E6DBC6;}



/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 13px; color : #1E1E1E; }
a.topictitle:link   { text-decoration: none; color : #7C6B5A; }
a.topictitle:visited { text-decoration: none; color : #AE9E8D; }
a.topictitle:hover	{ text-decoration: underline; color : #850000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #1E1E1E;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 12px; color : #1E1E1E; }


/* The content of the posts (body of text) */
.postbody { font-size : 14px;}
a.postlink:link	{ text-decoration: none; color : #7C6B5A }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #850000}


/* Quote & Code blocks */
.code {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #625548;
	background-color: #F5EDDF; border: #9E8F7F; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #625548; line-height: 125%;
	background-color: #F5EDDF; border: #9E8F7F; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #1E1E1E; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #1E1E1E;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #1E1E1E;
}

/* The text input fields background colour */
input.post, select {
	background-color : #F5EDDF; 
	border: 1px solid #C9C0AD;
	font-size: 12px;
	height: 20px;
}

textarea.post {
	background-color : #F5EDDF; 
	border: 1px solid #C9C0AD;
	font-size: 12px;
}


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #C9C0AD;
	color : #1E1E1E;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #625548;
	color: #F5EDDF;
	font-weight : bold;
	border: 1px solid #C9C0AD;
	height: 20px;
}

/* None-bold submit button */
input.liteoption {
	background-color : #625548;
	color: #F5EDDF;
	font-weight : normal;
	border: 1px solid #C9C0AD;
	height: 20px;
}

/* 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: #F5EDDF; border: 1px solid #C9C0AD; }

/* 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 : #7C6B5A;
 } 

/* Top table on index-body forum */
.indextable {background:url(images/table_m.gif) repeat-x;width:100%}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
