/*
  Tom's Template
  http://www.dessous-forum.de
*/

/* Headlines */

H1 {
	font-size: 16px;
	COLOR: #000000; 
	font-weight: normal;	
	display:inline; 	
}

H2 {
	font-size: 16px;
	COLOR: #000000; 
	font-weight: normal;	
	display:inline; 	
}

H3 {
	font-size: 16px;
	COLOR: #000000; 
	font-weight: normal;	
	display:inline; 	
}

H4 {
	font-size: 16px;
	COLOR: #000000; 
	font-weight: normal;	
	display:inline; 	
}

STRONG {
	font-size: 26px;
	COLOR: #000000; 
	font-weight: normal;	
	display:inline;
}

 /* General page style. The scroll bar colors only visible in IE5.5+ */
body {
	background-color: #FFFFFF;	
	background-image : url(images/background.jpg);
	margin-top : 0px ! important;
	margin-left : 0px ! important;
	margin-right : 0px ! important;
	margin-bottom : 0px ! important;
	color : #000000;
}

/* Boxes around forum elements */
td.mainboxLefttop {
	background-image : url(images/border_ltop.gif);
	background-repeat : no-repeat;
}

td.mainboxTop {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainboxRighttop {
	background-image : url(images/border_rtop.gif);
	background-repeat : no-repeat;
}

td.mainboxLeft {
	background-image : url(images/border_vside.gif);
	background-repeat : repeat-y;
}

td.mainbox {
	/* filter: Alpha(Opacity=20);	*/
	/* background-image : url(images/mainbox_bg.jpg); */
	color : Black;
	background-color: #cccccc;	
}

td.mainboxRight {
	background-image: url(images/border_vside.gif);
	background-repeat: repeat-y;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	font-weight: bold;
	font-size: 16pt;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : Black;
	font : italic;
}

td.mainboxLeftbottom {
	background-image: url(images/border_lbottom.gif);
	background-repeat: no-repeat;
}

td.mainboxBottom {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainboxRightbottom {
	background-image: url(images/border_rbottom.gif);
	background-repeat: no-repeat;
}

/* Used for the navigation text */
.nav {
	font-weight: bold;
	font-size: 10pt;
	color : Black;
	text-decoration: underline;	
}
a.nav:hover { text-decoration: underline; }

a {
	font-weight: bold;
	font-size: 10pt;
	color : Black;
	text-decoration: underline;	
}

a:hover { 
	text-decoration: underline; 
	color : Red;
}

.small {
	font-weight: normal;
	font-size: 9pt;
	color : #aaaaaa;
}

/* Artikelheader */
th.thCornerL { 
	border-width: 0px 0px 0px 0px; 
	border-color: #FFFFFF; 
	font-weight: bold;
	border-style: none;
	height: 15px; }
}

/* Main text */
td.main	{
	border-color: #FFFFFF; 
}

td.BoxBackground {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.Box {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

th	{
	color: #FFFFFF;
	border-color: transparent;
	font-size: 9pt;
	font-weight : bold;
	background-color: #000000;
	height: 15px;
	background-image: url(images/cellpic3.gif);
}

.topmenu_default
	{ 		
 	background-color:#FFFFFF;	 	
	border: 1px solid #CCCCCC;
	padding: 1px;	
	}

.topmenu_over 	
	{
	cursor:hand;  	 	
 	background-color:#CCCCCC;	 	
	border: 1px solid #222222;
	padding: 1px; 	
	}

.nav1 {
	font-weight: normal;
	font-size: 9pt;
	color : grey;
	text-decoration: none;	
}