
/* Allgemeiner Seiten-Style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-3dlight-color:#d1d7dc;
	scrollbar-arrow-color:#006699;
	scrollbar-darkshadow-color:#98aab1;
	scrollbar-face-color:#dee3e7;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#dee3e7;
	scrollbar-track-color:#efefef
}

/* Allgemeine Font-Styles für gemeinsame 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 : #DD6900; }
hr	{ height: 0px; border: solid #FFB877 0px; border-top-width: 1px;}

/* Border-Linie & Hintergrund-Farbe für die ganze Seite */
.bodyline	{ background-color: #FFFFFF; border: 1px #98A1B1 solid; }

/* Außenlinie rund um die Tabellen */
.forumline	{ background-color: #EFF2F8; border: 1px #FFFFFF solid; }


/* Farben und Hintergründe der Tabellen-Zellen */
td.row1	{ background-color: #EFF2F8; }
td.row2	{ background-color: #FFFFCE; }
td.row3	{ background-color: #E0E7F1; }



/*

Tabellen-Zellen für Topic's u. Ankündigungen
  
*/
td.rowpic {
		background-color: #cdcdcd;
		
		
}

/* Tabellen-Header-Zellen */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic1.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#FFB877; border: #006699; 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: #FBF1D6; border-style: solid; height: 25px;
}
td.row3Right,td.spaceRow {
	background-color: #FFB877; border: #006699; border-style: solid;
}

.midsmall { font-size: 9pt; text-decoration: none}
.smallfont { font-size: 9pt;}


.shade {border-style:groove;}
.cinput {background-color:rgb(240,244,255); font-size: 10pt;}

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

/* General text */
.gen { font-size : 11px; line-height : 14px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
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; }

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

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

/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
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 : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

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

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

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

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


.introquote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #EFF2F8; border: #FFB877; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.rahmen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: 1 dashed #FFB877 }



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

/* Form elements */
form {
   margin-bottom:0px;
}
SELECT {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: tahoma,helvetica; BACKGROUND-COLOR: #ebebf3
}
TEXTAREA {
	BORDER-RIGHT: #9fafbe 1px solid; BORDER-TOP: #9fafbe 1px solid; FONT-SIZE: 12px; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images/input.gif); BORDER-LEFT: #9fafbe 1px solid; COLOR: #000000; TEXT-INDENT: 2px; BORDER-BOTTOM: #9fafbe 1px solid; FONT-FAMILY: tahoma,helvetica; BACKGROUND-COLOR: #ebebf3
}


INPUT { border-width:1px;
	font-size:12px;
	border-width:1; border-color:000000; border-style:solid; background-color:#e5e5e5; }


/* 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: #FFD9A6; border-style: none; }


.mxlink		{ background-color: #E5E5E5; border-style: none; font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}


/* Styles für die Startseite vom HTC, uebernommen von tierstyle.css
*/

.klein{
	font-family : Verdana, Arial, Heletica, sans-serif;
	font-size : 8px;	
	color: #e4e4e4;
	}


.normal{
	font-family : Verdana, Arial, Heletica, sans-serif;
	font-size : 12px;
	line-height : 14px;
	text-align: justify;
	}


