/* General font families for common tags */

html, body { background:#DFEBD5;}

font, th, td, p, div { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link, a:active, a:visited { color : #000000; font-weight: bold; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }
hr	{ height: 0px; border: solid #F98800 0px; border-top-width: 1px;}


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

/* This is the outline round the main forum tables TITELHINTERGRUND*/
.forumline	{ background-color: #000000; border: 2px #000000 solid; }


/* Main table cell colours and backgrounds ZEILENFARBE HINTERGRUND */
td.row1	{ background-color: #B1CC99; }

/* EHEMALIGE WEISSE ZEILE */
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold; border: #000000; border-style: solid; height: 28px; color: #FFFFFF }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
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: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1, h2	{
			font-weight: bold; font-size: 26px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genbig { font-size : 14px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.gen, a.genmed, a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* Rahmen */
.div1
{
border:10px solid #000000;
left:5px;top:30px;
}