/*
  The original phpbb 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 {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif}
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px solid #AFB7C7; }


/* Main table cell colours and backgrounds */
td.row1, tr.row1 { background-color: #EFEFEF; font-size: 12px;}
td.row2	{ background-color: #E7EAED; font-size: 12px;}
td.row3	{ background-color: #D1D7DC; font-size: 12px;}



/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 12px; font-weight : bold;
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(img/subbg.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


input.grayed { background-color:#F8F8F8; border-color:#CACACA;}
/*
  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: #FFFFFF; border-style: solid; height: 28px;background-image: url(img/topbg.gif); }
td.row3Right,td.spaceRow { color: #006699;
	background-color: #DFE2E6; border: #FFFFFF; border-style: solid; 
	font-size: 12px; font-weight : bold;}

th.thBottom,td.catBottom  { border-width: 0px; }
th.thTop	 { border-width: 0px; }


#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;} 
.formular_popuptext{font-size=11px;} 
.formular_description{color : black;}
.hilfe{cursor: help;}

td.boxPopup 	{background-color:#ffffff;}
table.boxPopup 	{border:1px solid #b6b7cb;}
hr.boxPopup 	{color:#b6b7cb;}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");  