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

author: Joshua Schmidtke
graphics: Dirk Bertram
*/

body
	{
	background-color:#4E4E4E;
	font-family:Arial;
	font-size:13px;
	color:#FFFFFF;
	margin:0px;
	}
	
table
	{
	font-family:Arial;
	font-size:13px;
	color:#FFFFFF;
	}
	
a
	{ color:#0000FF; }
	
li
	{ margin-bottom:10px; }
	
table.main
	{
	width:100%;
	height:100%;
	}

td.title
	{
	background-color:#C0C0C0;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	height:20px;
	}
	
td.copyright
	{
	background-color:#C0C0C0;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:20px;
	}
	
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%;
	}