/********************************************************************
Title:		Mainstylesheet for www.spieler.ch.vu
Author:		S.Spieler
Version:		0.1
Date:			12.10.2003
Comments:	---
********************************************************************/

/* --- Link styles --- */
a.nav:link
{ 
	color: #3030AF;
	text-align: center;
	text-decoration: none;
	padding-right: 2%;
	padding-left: 2%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
}

a.nav:active
{
	text-decoration: underline;
}

a.nav:visited
{
	color: #3030AF;
	text-decoration: none;
	font-family: Arial, sans-serif;
	padding-right: 2%;
	padding-left: 2%;
	font-weight: bold;
	margin: 0px;
}

a.nav:hover
{
	color: #3030AF;
	text-align: center;
	text-decoration: underline;
	padding-right: 2%;
	padding-left: 2%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
}

a:link
{
	color: #E00000;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;	
}

a:visited
{
	color: #E00000;  
	font-family: Arial, sans-serif;  
	font-size: 11px;  
	text-decoration: none;	
}

a:active
{
	color: #E00000;  
	font-family: Arial, sans-serif;  
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	color: #E00000;  
	font-family: Arial, sans-serif;  
	font-size: 11px;  
	text-decoration: underline;
}


/* --- Backgrounds --- */
.head_back
{
	width: 100%;
	background-color: #B0C4DE;
	color: #3030AF;
	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 #3030AF;
	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: dashed #3030AF;
	border-width: 1px;
	border-left-width: 1px;
	border-left-color: #3030AF;
	border-top-width: 0px;
	overflow: hidden;
	/*background-color: White;*/
}

/* --- 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: #3030AF;
	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;
}

/* --- Inputfields --- */
.tbox
{
	background-color: white;
	border: #3030AF 1px solid;
	color: black;
	font-family: arial, sans-serif;
	font-size: 10px;
}

/* --- Additional fonts --- */
.small_desc
{
	font-size: 9px;
	font-weight: normal;
	color: black;
}