/*
  The original subSilver 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: #F8F8F8;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}
form { display:inline; }

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link,a:active,a:visited {
	color: #330000;
	text-decoration: underline;
}
a:hover {
	color: #704C4C;
	text-decoration: none;	
}
hr {
	border: 0px solid #704C4C;
	border-top-width:1px;
	height:0px;
}


/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #FFFFFF;
	border: 1px #330000 solid;
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #704C4C;
	border: 0px #330000 solid;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #FFFFFF; }
td.row4	{ background-color: #F6E8D9; }

/*
  This is for the table cell above the Topics, Post & Last posts on the main.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: #FFFFFF;
	background-repeat: repeat;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #704C4C;
	height: 20px;
}

.red {
	background-color: #990000;
	border-color: #990000;
}

td.navigation {
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#F6E8D9;
	padding: 5px 5px 0px 5px;
}

td.navigation {
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#F6E8D9;
	padding: 5px;
}

td.navigation a {
	width: 61px;
	height: 16px;
	margin-right: 5px;
	display: block;
	float:left;
	background: url('/images/sprite.png') no-repeat;
}

td.navigation a.forum {
	background-position: 0 -16px;
}

td.navigation a.kalender {
	background-position: 0 -32px;
}

td.navigation a.suche {
	background-position: 0 -48px;
}

td.navigation a.tutorials {
	background-position: 0 -64px;
}

td.navigation a.downloads {
	background-position: 0 -80px;
}

td.navigation a.buecher {
	background-position: 0 -96px;
}

td.navigation a.chat {
	background-position: 0 -112px;
}

td.navigation a.impressum {
	background-position: 0 -128px;
}

td.navigation .searchbox {
	position:relative;
	top:-3px;
	float: right;
	
	/*
	display:inline;left:10px;
	*/
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#F6E8D9;
	border: 1px solid #FFFFFF;
	height: 20px;
}

/*
  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: 20px;
	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: 1px solid #FFFFFF;
	height: 20px;
}
td.row3Right {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
td.spaceRow {
	background-color: #F6E8D9;
	border: 1px solid #FFFFFF;
}

td.footer {
	background-color:#F6E8D9;
	border: 0px solid #FFFFFF;
	padding: 2px;
	font-size: 10px;
	line-height: 15px;;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
}

th.thHead,td.catHead { font-size: 10px; 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: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	padding: 4px 0px 6px 4px;
	margin: 0px;
}

/* General text */
.gen {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
}
.genmed {
	font-size: 10px;
	line-height: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
}
.gensmall {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
}

a.gen,a.genmed,a.gensmall {
	color: #330000;
	text-decoration: underline;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	color: #704C4C;
	text-decoration: none;
}

h1.portal, h2.portal { 
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #330000;
	display:inline;
	padding: 0px;
	margin: 0px;
}

h2.post {
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	display: inline;
	padding: 0;
	margin: 0;
}

h1.buecher {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px;
	color: #330000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin: 0px;
}
h1.jobboerse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 8px;
	margin: 0px;
}
h2.jobboerse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px -6px;
	padding: 15px 0px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #704C4C;
}
p.jobboerse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 8px;
}
h1.kalender {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none;
	color: #330000;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin: 0px;
}
h2.kalender {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px;
	text-decoration: none;
	color: #330000;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin: 0px;
}
p.kalender {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	line-height: 16px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin: 0px;
}
.kalender_tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	color: #330000;
	margin: 0px;
}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000 }
a.mainmenu		{ text-decoration: underline; color: #330000;  }
a.mainmenu:hover{ text-decoration: none; color: #704C4C; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px ; letter-spacing: 1px; color: #330000}
a.cattitle		{ text-decoration: underline; color: #330000; }
a.cattitle:hover{ text-decoration: none; }


/* Forum title: Text and link to the forums used in: main.php */
.forumlink		{ font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #330000; }
a.forumlink 	{ text-decoration: underline; color: #330000; }
a.forumlink:hover{ text-decoration: none; color: #704C4C; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
a.nav			{ text-decoration: underline; color: #330000; }
a.nav:hover		{ text-decoration: none; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #330000; }
a.topictitle:link   { text-decoration: underline; color: #330000; }
a.topictitle:visited { text-decoration: underline; color: #330000; }
a.topictitle:hover	{ text-decoration: none; color: #704C4C; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #330000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #330000; }


/* The content of the posts (body of text) */
.postbody { font-size: 13px; line-height: 20px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; }
a.postlink:link	{ text-decoration: underline; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #330000 }
a.postlink:visited { text-decoration: underline; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #330000; }
a.postlink:hover { text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #704C4C}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #444444;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 19px;
	color: #444444;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #330000;}
a.copyright		{ color: #330000; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}
a.copyright:hover { color: #704C4C; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #704C4C;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	border-top: 1px solid #704C4C;
	border-left: 1px solid #704C4C;	
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;	
	background-color: #FFFFFF;
}

input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #F6E8D9;
	border-top: 1px solid #704C4C;
	border-left: 1px solid #704C4C;	
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;	
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color: #FFFFFF;
	border-top: 1px solid #704C4C;
	border-left: 1px solid #704C4C;	
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;	
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px none;
	font-size: 10px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Ad implementation */

body {
	width: 1140px;
	margin: 0;
	padding: 0;
	color: #666666;
}

@media only screen and (min-width : 1190px) {
	html {
		margin-left: calc(100vw - 100%);
	}

	body {
		margin: 0 auto;
	}
}

#site {
	float: left;
}

#ad-head {
	width: 970px;
	min-height: 90px;
	margin: 10px 0;
	text-align: center;
}

#ad-right {
	width: 160px;
	height: 600px;
	margin-left: 10px;
	float: left;
	overflow: visible;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
