/*
  The original brustverein Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #c9c1aa;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000066;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.head,h1 {
	color: #313131;
	font-size: 16px;
	font-weight: bold;
	margin:0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin:0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin:0;
}

.Stil1 {color: #EEEEEE}

/* General font families for common tags */
a:link {
	color: #336699;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #003366;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f4ab00;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

.Stil1 {
	color: #EEEEEE
}

hr	{ 
	height: 0px; 
	border: dotted #000000 0px; 
	border-top-width: 1px; 
	line-height: 5px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
			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 : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000066; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000066;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000066}
a.cattitle		{ text-decoration: none; color : #000066; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000066; }
a.forumlink 	{ text-decoration: none; color : #000066; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* 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 : #000066; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000066; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; 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	{ text-decoration: none; color : #000066 }
a.postlink:visited { text-decoration: none; color : #5493B4 }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px; 
	color: #006600;
	background-color: #FAFAFA; 
	border: #D1D7DC; 
	border-style: solid;
	border-width: 1px
}

.quote {
	font-family: 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: 8px; 
	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;}


/* 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: #DEE3E7; border-style: none; }

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

/* End Simple Subforums MOD */

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

.ol-1 {
	background-image: url(images/ol-1.gif);
	background-color: f1f1ea;
}
.o-1 {
	background-image: url(images/o-1.gif);
	background-repeat: repeat-x;
	background-color: f1f1ea;
}
.or-1 {
	background-image: url(images/or-1.gif);
	background-color: f1f1ea;
}
.l-1 {
	background-image: url(images/l-1.gif);
	background-color: f1f1ea;
}
.m-1 {
	background-image: url(images/m-1.gif);
	background-color: f1f1ea;
	background-repeat: repeat;
}
.r-1 {
	background-image: url(images/r-1.gif);
	background-color: f1f1ea;
}
.ul-1 {
	background-image: url(images/ul-1.gif);
	background-color: f1f1ea;
}
.u-1 {
	background-image: url(images/u-1.gif);
	background-repeat: repeat-x;
	background-color: f1f1ea;
}
.ur-1 {
	background-image: url(images/ur-1.gif);
	background-color: f1f1ea;
}
.ol-2 {
	background-image: url(images/ol-2.gif);
}
.o-2 {
	background-image: url(images/o-2.gif);
	background-repeat: repeat-x;
}
.or-2 {
	background-image: url(images/or-2.gif);
}
.l-2 {
	background-image: url(images/l-2.gif);
}
.m-2 {
	background-image: url(images/m-2.gif);
	background-color: dad4aa;
	background-repeat: repeat;
}
.r-2 {
	background-image: url(images/r-2.gif);
}
.ul-2 {
	background-image: url(images/ul-2.gif);
}
.u-2 {
	background-image: url(images/u-2.gif);
	background-repeat: repeat-x;
}
.ur-2 {
	background-image: url(images/ur-2.gif);
}
.ol-3 {
	background-image: url(images/ol-3.gif);
}
.o-3 {
	background-image: url(images/o-3.gif);
	background-repeat: repeat-x;
}
.or-3 {
	background-image: url(images/or-3.gif);
}
.l-3 {
	background-image: url(images/l-3.gif);
}
.m-3 {
	background-image: url(images/m-3.gif);
	background-color: f1c21c;
	background-repeat: repeat;
}
.r-3 {
	background-image: url(images/r-3.gif);
}
.ul-3 {
	background-image: url(images/ul-3.gif);
}
.u-3 {
	background-image: url(images/u-3.gif);
	background-repeat: repeat-x;
}
.ur-3 {
	background-image: url(images/ur-3.gif);
}
.ol-4 {
	background-image: url(images/ol-4.gif);
}
.o-4 {
	background-image: url(images/o-4.gif);
	background-repeat: repeat-x;
}
.or-4 {
	background-image: url(images/or-4.gif);
}
.l-4 {
	background-image: url(images/l-4.gif);
}
.m-4 {
	background-image: url(images/m-4.gif);
	background-color: 004488;
	background-repeat: repeat;
	color: #ffffff;
}
h1.m-4  {
		color: #ffffff;
}
hr.m-4 {
		color: #ffffff;
}
a.m-4:link {
	color: #ffAA66;
}
a.m-4:visited {
	color: #ff8844;
}

a.m-4:hover {
	color: #ffEE99;
}

.r-4 {
	background-image: url(images/r-4.gif);
}
.ul-4 {
	background-image: url(images/ul-4.gif);
}
.u-4 {
	background-image: url(images/u-4.gif);
	background-repeat: repeat-x;
}
.ur-4 {
	background-image: url(images/ur-4.gif);
}
.ol-5 {
	background-image: url(images/ol-5.gif);
}
.o-5 {
	background-image: url(images/o-5.gif);
	background-repeat: repeat-x;
}
.or-5 {
	background-image: url(images/or-5.gif);
}
.l-5 {
	background-image: url(images/l-5.gif);
}
.m-5 {
	background-image: url(images/m-5.gif);
	background-color: c3ba80;
	background-repeat: repeat;
}
.r-5 {
	background-image: url(images/r-5.gif);
}
.ul-5 {
	background-image: url(images/ul-5.gif);
}
.u-5 {
	background-image: url(images/u-5.gif);
	background-repeat: repeat-x;
}
.ur-5 {
	background-image: url(images/ur-5.gif);
}
.ol-6 {
	background-image: url(images/ol-6.gif);
}
.o-6 {
	background-image: url(images/o-6.gif);
	background-repeat: repeat-x;
}
.or-6 {
	background-image: url(images/or-6.gif);
}
.l-6 {
	background-image: url(images/l-6.gif);
}
.m-6 {
	background-image: url(images/m-6.gif);
	background-color: 9eb30e;
	background-repeat: repeat;
}
.r-6 {
	background-image: url(images/r-6.gif);
}
.ul-6 {
	background-image: url(images/ul-6.gif);
}
.u-6 {
	background-image: url(images/u-6.gif);
	background-repeat: repeat-x;
}
.ur-6 {
	background-image: url(images/ur-6.gif);
}

#twitter_div_937, .ttWidget,
	{ width: 142; ! important;}
#twitter_div_937 h2, .ttWidget h2 
	{ padding: 0; margin: 0; }
#twitter_div_937 a, #twitter_div img, .ttWidget a, .ttWidget img 
	{ border: none; text-decoration: none; }
#twitter_div_937 img, .ttWidget img 
	{ padding-right: 10px; }
#twitter_div_937 ul, .ttWidget ul 
	{ overflow: auto; list-style-type: none; padding: 0; text-align: left; margin: 0;}
#twitter_div_937 ul li, .ttWidget ul li 
	{ padding: 5 0; list-style-type: none; background-image: none; }
#twitter_div_937 ul li img.aIcon, .ttWidget ul li img.aIcon 
	{ float: left; padding-right: 10px; width: 36px; height: 36px; }
#twitter_div_937 ul li div.aContent, .ttWidget ul li div.aContent 
	{ float: left; width: 92px; }
#twitter_div_937 ul li .by, .ttWidget ul li .by 
	{ font-style: italic; display: none}
#twitter_div_937 #tidytweet-link, .ttWidget #tidytweet-link 
	{ padding-top: 20px; }
#twitter_div_937 .clearFix, .ttWidget .clearFix 
	{ clear: both; height: 1px; margin-bottom: -1px; }
	
	
.vote-up-down-widget {
	border:  0px;
	margin: 0px 6px 0px 0px;
	padding: 0px;
}
.vote-up-down-via {
}
.vote-up-act, .vote-up-inact, .vote-down-act, .vote-down-inact, .up-inact, .down-inact {
}
a.vote-up-inact, a.vote-down-inact, span.vote-up-inact, span.vote-down-inact {
}
a.vote-up-act, a.vote-down-act, span.vote-up-act, span.vote-down-act {
}

.vote-up-act, .vote-up-inact:hover {
  background: url(icons/add.png) no-repeat 0px 0px;
}
.vote-up-inact, .up-inact {
  background: url(icons/add_inact.png) no-repeat 0px 0px;
}
.vote-down-act, .vote-down-inact:hover {
  background: url(icons/delete.png) no-repeat 0px 0px;
}
.vote-down-inact, .down-inact {
  background: url(icons/delete_inact.png) no-repeat 0px 0px;
}
.vote-points {
}

.views-admin-links .views-hide {
	display: none;
}