#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
  		
input.grayed, textarea.grayed { background-color:#F8F8F8; border-color:#CACACA;}

.DirRow {background-color: #FAFAFA;}

.DirRow1, .DirRow {
	font-family	: Verdana, Arial, sans-serif;
	font-size	: 12px;
	color		: #666666;
	padding: 7px 10px 7px 10px;
}

.DirNavigation { font-size : 11px; padding:12px;}

a.DirNavLink {
	font-family	: Verdana, Arial, sans-serif;
	font-size	: 11px;
	color		: #000000;
	padding		: 5px;
}

td.boxPopup 	{background-color:#ffffff;}
table.boxPopup 	{border:1px solid #b6b7cb;}
hr.boxPopup 	{color:#b6b7cb;}


.hilfe{cursor: help;}

.font1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }
.font2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }
.font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000; font-weight: bold}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif}
/*a:link,a:active,a:visited { color : #006699; }*/
a:hover		{ text-decoration: underline; color : #0000A0; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px solid #CCCCCC; }


/* Main table cell colours and backgrounds */
td.row1, tr.row1 { background-color:#F4F7F4; font-size: 12px;}
td.row2	{ background-color:#EFF5F3; font-size: 12px;}
td.row3	{ background-color: #D1D7DC; font-size: 12px;}

.dataTableRow { font-size: 12px;}
.dataTableRow1 { background-color: #F6F6F6; }

/* 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/bg_footer.gif);
			background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px;background-image: url(img/bg_header.gif); }
td.row3Right,td.spaceRow { color: #006699;
	background-color: #DFE2E6; border: #FFFFFF; border-style: solid; 
	font-size: 12px; font-weight : bold;}

th.thHead,td.catHead { font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px; }
th.thLeft,td.catLeft	  { border-width: 0px; }
th.thBottom,td.catBottom  { border-width: 0px; }
th.thTop	 { border-width: 0px; }
th.thCornerL { border-width: 0px; }
th.thCornerR { border-width: 0px; }

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #aaaaaa; letter-spacing: -1px;}
a.copyright		{ color: #aaaaaa; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* 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-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	cursor:pointer;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	cursor:pointer;	
}

.underline {
	font-size: 11px;
	padding-top:10px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");  