/********************************************************************
Title:		Mainstylesheet for www.spieler.ch.vu
Author:		S.Spieler
Version:		0.1
Date:			12.10.2003
Comments:	---
********************************************************************/


/* --- Link styles --- */
a.nav:link
{ 
	color: Maroon;
	text-align: center;
	text-decoration: none;
	padding-right: 2%;
	padding-left: 2%; 
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

a.nav:active
{
	text-decoration: underline;
}

a.nav:visited
{
	color: Maroon;
	text-decoration: none;
	font-family: Arial, sans-serif;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;	
}

a.nav:hover
{
	color: Maroon;
	text-align: center;
	text-decoration: underline;
	padding-right: 2%;
	padding-left: 2%; 
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

a:link
{
	color: #D93333;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;	
}

a:visited
{
	color: #D93333;  
	font-family: Arial, sans-serif;  
	font-size: 11px;  
	text-decoration: none;	
}

a:active
{
	color: #D93333;  
	font-family: Arial, sans-serif;  
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	color: #D93333;  
	font-family: Arial, sans-serif;  
	font-size: 11px;  
	text-decoration: underline;
}


/* --- Backgrounds --- */
.head_back
{
	width: 100%;
	background-color: #F5DEB3;
	color: Maroon;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	border: solid Maroon;
	border-width: 1px;
	border-bottom-width: 0px;	
}

.content_back
{
	width: 100%;
	color: Black;
	text-align: left;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: solid Maroon;
	border-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;	
}

.nav_back
{
	background-color: #F5DEB3;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #BFBFBF;
	padding-top: 1px; 
	padding-bottom: 4px; 
	border: solid Maroon; 
	border-width: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

/* --- Other elements --- */
table
{
	border-width: 0px;
	width: 100%;
}

td
{
	border-width: 	0px;
	color: Black;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px; 
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

th
{
	color: Maroon;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3
{
	font-weight: bold;
}

br
{
	line-height: 5px;
}

h1
{
	
}