/*
SV Horst 08 e.V. :::: CSS-Style

author: Joshua Schmidtke
graphics: Dirk Bertram

version: 1.0
*/

body
{
	background:#C0C0C0 url(../templates/main/background.gif);
	margin:0px;
}
	
table
{
	font-family:Arial;
	font-size:13px;
	color:#000000;
}
	
a
{ color:#0000FF; }
	
li
{ margin-bottom:10px; }
	
/* Class and Ids */
	
table.mainbackground
{
	background-image:url(../templates/main/background_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	width:100%;
}
	
table.main
{
	background:#C0C0C0 url(../templates/main/center.gif);
	background-position:center;
	height:100%;
	width:860px;
}
	
td.indexlink
{
	height:158px;
	padding:0px;
}
	
td.navigation
{
	font-size:13px;
	height:35px;
	font-weight:bold;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}
	
#output
{
	display:block;
	width:620px;
	margin-right:210px;
}
	
#extrainfo
{
	float:right;
	display:block;
	width:200px;
}
	
td.copyright
{
	padding:10px;
	height:25px;
	text-align:center;
	font-size:10px;
	color:#C0C0C0;
}
	
td.navilink
{
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#343434;
	border-style:outset;
	border-width:1px;
	text-align:center;
	cursor:pointer;
}
	
div.w_error
{
	display:block;
	background-color:#FFFBF0;
	border-color:#CC0000;
	color:#CC0000;
	border-style:solid;
	border-width:5px;
	width:50%;
	text-align:center;
	position:absolute;
	top:25%;
	left:25%;
}
	
dl.tb_output
{ background-color:#E0E0E0; }

dl.tb_output dt
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#FFFFFF;
	background:#000000 url(../templates/main/left_head.gif) no-repeat;
}

dl.tb_output dt.right
{
	padding:3px 10px 3px 10px;
	background:#000000 url(../templates/main/right_head.gif) no-repeat right top;
}

dl.tb_output dd
{
	margin:0px;
	padding:10px;
}