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

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	color: #313131;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px; padding: 0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #2758A7; }
a:hover		{ text-decoration: underline; color : #FC8834; }
hr	{ height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #DBDBDB; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #DBDBDB; border: 0px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #F7F7F7; }
td.row3	{ background-color: #FFFFFF; }

/*
  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: #DBDBDB;
		background-image: url(forum/templates/webnetzwerk_1/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #2758A7; height: 25px;
	background-image: url(forum/templates/webnetzwerk_1/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(forum/templates/webnetzwerk_1/images/cellpic1.gif);
			background-color:#FFFFFF; border: #DBDBDB; border-style: solid; 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; border: #DBDBDB; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #FFFFFF; border: #DBDBDB; 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 1px 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;border-top:1px solid #fff;border-bottom:1px solid #fff; }
th.thCornerL { border-width: 0px 0px 0px 0px;border-top:1px solid #fff;border-bottom:1px solid #fff; }
th.thCornerR { border-width: 0px 0px 0px 0px;border-top:1px solid #fff;border-bottom:1px solid #fff; }

/* 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 : #313131;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #313131; }
a.gen,a.genmed,a.gensmall { color: #2758A7; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FC8834; text-decoration: underline; }

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

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #2758A7}
a.cattitle		{ text-decoration: none; color : #2758A7; }
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 : #2758A7; }
a.forumlink 	{ text-decoration: none; color : #2758A7; }
a.forumlink:hover{ text-decoration: underline; color : #FC8834; }

/* 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 : #313131;}
a.nav			{ text-decoration: none; color : #2758A7; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #313131; }
a.topictitle:link   { text-decoration: none; color : #2758A7; }
a.topictitle:visited { text-decoration: none; color : #2758A7; }
a.topictitle:hover	{ text-decoration: underline; color : #FC8834; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #313131;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #313131; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #2758A7 }
a.postlink:visited { text-decoration: none; color : #2758A7; }
a.postlink:hover { text-decoration: underline; color : #FC8834}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #FFFFFF; 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: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #FFFFFF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright1		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright1		{ color: #444444; text-decoration: none;}
a.copyright1:hover { color: #313131; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #313131;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #313131;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #DBDBDB;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #313131;
	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: #F7F7F7; border-style: none; }

 td.inlineadtitle {
      background-color: #FFFFFF; border: #DBDBDB; border-style: solid; border-width: 1px;
 }
 td.inlinead {
      background-color: #FFFFFF; border: #DBDBDB; border-style: solid; border-width: 1px; text-align: center;
 }

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






/* * Top of Header and Topbuttons * */
.headtopbg { background: url(forum/templates/webnetzwerk_1/headtopbg.gif);  }
.headtopleft { background: url(forum/templates/webnetzwerk_1/headtopleft.gif);float:left;width:212px; }
.headtopbg, .headtopleft { height:33px;  }

.user_cp{ background:url(forum/templates/webnetzwerk_1/user_cp.gif); }
.user_cp a:hover { background:url(forum/templates/webnetzwerk_1/user_cph.gif); }
.register{ background:url(forum/templates/webnetzwerk_1/register.gif); }
.register a:hover { background:url(forum/templates/webnetzwerk_1/registerh.gif); }
.member{ background:url(forum/templates/webnetzwerk_1/member.gif); }
.member a:hover { background:url(forum/templates/webnetzwerk_1/memberh.gif); }
.calendar{ background:url(forum/templates/webnetzwerk_1/calendar.gif); }
.calendar a:hover { background:url(forum/templates/webnetzwerk_1/calendarh.gif); }
.faq{ background:url(forum/templates/webnetzwerk_1/faq.gif); }
.faq a:hover { background:url(forum/templates/webnetzwerk_1/faqh.gif); }
.search{ background:url(forum/templates/webnetzwerk_1/search.gif); }
.search a:hover { background:url(forum/templates/webnetzwerk_1/searchh.gif); }
.new_posts{ background:url(forum/templates/webnetzwerk_1/new_posts.gif); float:left;display:block; width:101px; height:33px;}
.new_posts a:hover{ background:url(forum/templates/webnetzwerk_1/new_postsh.gif);float:left;display:block; width:101px; height:33px; }
.daily_posts{ background:url(forum/templates/webnetzwerk_1/daily_posts.gif); float:left;display:block; width:101px; height:33px;}
.daily_posts a:hover{ background:url(forum/templates/webnetzwerk_1/daily_postsh.gif);float:left;display:block; width:101px; height:33px; }

.user_cp, .register, .member, .calendar, .faq, .search {float:left;display:block; width:92px; height:33px;}
.user_cp span, .register span, .member span, .calendar span, .faq span, .search span, .new_posts span, .daily_posts span {display:none;}

/* * Header * */
.headbg  { background: url(forum/templates/webnetzwerk_1/headbg.gif);  }
.headpic { background: url(forum/templates/webnetzwerk_1/headpic.jpg) no-repeat top left;  }
.headbg,  .headpic  { height:117px;  }

.quick{padding:91px 26px 0 0;float:right;}

.quickb{ background:url(forum/templates/webnetzwerk_1/quickb.gif);display:block; width:127px; height:19px;}
.quickb a:hover{ background:url(forum/templates/webnetzwerk_1/quickbh.gif);display:block; width:127px; height:19px; }
.logb{ background:url(forum/templates/webnetzwerk_1/login.gif);display:block; width:127px; height:19px;}
.logb a:hover{ background:url(forum/templates/webnetzwerk_1/loginh.gif);display:block; width:127px; height:19px; }

.quickb span, .logb span {display:none;}

/* * Sidebar * */
.sidebar{ border-right: 1px solid #A7C9F5;width:212px; }
.sidebarpadding{ padding:6px;font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}
.welcome{ background:url(forum/templates/webnetzwerk_1/welcome.gif);display:block; width:210px; height:31px;}
.u_login{ background:url(forum/templates/webnetzwerk_1/u_login.gif);display:block; width:210px; height:31px;}
.s_search{ background:url(forum/templates/webnetzwerk_1/s_search.gif);display:block; width:210px; height:31px;}
.s_text { padding:8px 0 0 30px;font: bold 11px Tahoma;color:#2758A7;}
.s_navigation { background:url(forum/templates/webnetzwerk_1/s_navigation.gif);display:block; width:210px; height:31px;}

.s_navibg A { background:url(forum/templates/webnetzwerk_1/s_navibg.gif);display:block; width:180px; height:20px; font: bold 11px Tahoma;color:#2758A7;padding:7px 0 0 30px;text-decoration:none;}
.s_navibg a:hover { background:url(forum/templates/webnetzwerk_1/s_navibgh.gif);display:block; width:180px; height:20px; font: bold 11px Tahoma;color:#2758A7;padding:7px 0 0 30px;}

.inputborder{ border: 1px solid #A7C9F5;width:194px; }
.sidebarinput{ background:url(forum/templates/webnetzwerk_1/sidebarinput.gif);border: 1px solid #A7C9F5;font: bold 11px Tahoma;padding-left:8px;padding-top:2px;padding-bottom:2px;color:#2758A7;}


/* * Content * */
.content {width:100%;}
.contenttopbg{background: url(forum/templates/webnetzwerk_1/contenttopbg.gif) repeat-x top left;padding:10px 0 0 2px; }
.contenttopbg_right{background: url(forum/templates/webnetzwerk_1/contenttopbg_right.gif) no-repeat top right; }
.brcumb{background: url(forum/templates/webnetzwerk_1/brcumb.gif) no-repeat  0px 2px; padding: 0px 0px 0px 14px; font:11px tahoma;color:#2758A7;}
.brcumb1{ font:11px tahoma;color:#2758A7;}
.forbg { background: url(forum/templates/webnetzwerk_1/forbg.gif); height: 30px; }
.forl {  background: url(forum/templates/webnetzwerk_1/forl.gif) no-repeat top left; height: 30px;  }
.forr {  background: url(forum/templates/webnetzwerk_1/forr.gif) no-repeat top right; height: 30px;  }
.fortitel {padding: 7px 0px 0px 34px; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }
.fortitel1{padding: 9px 0px 0px 34px; font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}


.tcat_post{background: url(forum/templates/webnetzwerk_1/gradients/gradient_tcat.gif) repeat-x top left;color: #313131;font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}
.alt3{background: #ECEBEB url(forum/templates/webnetzwerk_1/gradients/alt_3.gif);}
.alt4{background: #ECEBEB url(forum/templates/webnetzwerk_1/gradients/alt_4.gif);}

.pib {border-right: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF;padding: 3px 3px 3px 3px; }
.pibu { border: 1px solid #C9C9C9;background-color: #EDEDED;margin-top: 2px; }

/* * Footer * */
.footerleft{background:url(forum/templates/webnetzwerk_1/footerleft.gif);float:left;display:block; width:214px; height:45px;}
.textpos { padding:6px 0 0 42px; }
.textposright { padding:21px 0 0 0; }
.linkpic {background: url(forum/templates/webnetzwerk_1/linkpic.gif) no-repeat  0px 4px; padding: 0px 0px 0px 9px; font: bold 10px tahoma;color:#2758A7; }
.linkpicright {background: url(forum/templates/webnetzwerk_1/linkpicright.gif) no-repeat  0px 3px; padding: 0px 0px 0px 12px; font: bold 10px tahoma;color:#FFFFFF; }
.r_links a:link{color:#FFFFFF; }
.r_links a:visited{color:#FFFFFF; }
.r_links a:hover, a:active{	color: #FC8834; }
.copyright { padding:3px 0 0 34px;font: 10px tahoma; }
.footerbg{background:url(forum/templates/webnetzwerk_1/footerbg.gif);height:45px;}

img { border:0px; }

