﻿body 
{
	background-image: url(bilder/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #0080b0;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
}
a
{
	font-family: Verdana;
	font-weight: bold;
	color: #0080b0;
	text-decoration: none;
}
a:link
{
	
}
a:visited
{
	
}
a:hover
{
	color: #000000;
}
a:active
{
	
}
#shadow
{
	border-top: solid 1px Gray;
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
	border-right: solid 1px Gray;
	width: 700px;
}
#mainTable
{
	width: 700px;
	border: solid 1px white;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
td
{
	border: solid 1px white;
	padding: 0;
	margin: 0;
}
#menu
{
	background-repeat:repeat-x;
	height: 25px;
	text-align: left;
	padding-top: 5px;
}
#menu a
{
	font-family: Trebuchet MS;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px 0px 10px;
	text-decoration:none;
	color: #FFFFFF;
}
#menu a:link              
{ 
}
#menu a:visited           
{ 
}
#menu a:hover             
{ 
	color: #434343;
}
#menu a:active            
{ 
}
#contentTR
{
	background-color: White;
}
#contentDiv
{
	width: 97%;
}
#contentTable
{
	border: none;
	border-collapse: collapse;
	margin-top: 20px;
	width: 85%;
}
#leftColumn
{
	width: 75%;
	border: none;
	vertical-align: top;
	text-align: left;
}
#rightColumn
{
	width: 25%;
	border: none;
	vertical-align: top;
	text-align: left;
}

h1
{
	font-family: Trebuchet MS;
	font-style: normal;
	font-size: 20px;
}
#footer
{
	background-color: #FFFFFF;
}