a:link
{
	color: #1B6ECC;
	text-decoration: none;
}

a:visited
{
	color: #1B6ECC;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a:active
{
	color: #1B6ECC;
	text-decoration: none;
}

body
{
	background: #888;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#mainbox
{
	width: 850px;
	margin: 0 auto;
	
	background-color: #f2f2f2;

	border: 1px solid #000;
	border-top: 0;
   font-size: 100%;
}

#content
{
	padding: 8px;
	line-height: 140%;
}

#header
{
	height: 43px;
	background-image: url(thwboard_de_logo_ext.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #1B6ECC;
}
#header h1 {
	text-indent: -1000px;
	margin: 0;
}
ul#navigation 
{
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
}

ul#navigation li
{
	display: inline;
	list-style-type: none;
	
	padding-left: 6px;
	padding-right: 6px;
	
	font-weight: bold;
	font-size: 100%;

}

#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}

#navigation a {
	padding: 2px 3px;
	text-decoration: none;
}
#navigation a:link
{
	color: #666;
}

#navigation a:visited
{
	color: #666;
}

#navigation a:hover
{
	color: #999;
	background-color: #fff;
	border-bottom:1px solid #1B6ECC;
}

#navigation a:active
{
	color: #666;
	text-decoration: none;
}

.thwbnews
{
	padding-bottom: 10px;
}

.thwbnews h2
{
	margin: 20px 0 0 0;
	font-size: 130%;
	padding: 0 0 0 10px;
	border-left: 1px solid #1B6ECC;
}


