/* CSS document 
(c) DDV
DDV site */

body{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12pt;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
}


#talen {	text-align: right;}
#talen img{
	border: none;
}

#banner table{
	width: 100%;
}

#banner a:active, #banner a:visited, #banner a:link{
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
}

#banner a:hover{
	text-decoration: none;
	color: #3568a9;
}

#template{
	border-color: #000000;
	margin-left: 200px;
	height: 100%;
}

h1{
	background-color: #3568a9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17pt;
}

#menu{
	position: absolute;
	left: -30px;
	margin-top: 50px;
}

#menu ul{
	list-style:none;
}

#menu #sponsor{
	width: 191px;
	height: 120px;
	margin-left: 40px;
	text-align: center;
}

#menu ul li {
	height: 30px;
}

#menu ul li a{
	display: block;
	width: 185px;
	height: 16px;
	text-decoration: none;
	color: #3568a9;
	padding: 3px;
	font-size: 10pt;
	background: none;
	border: 1px solid #3568a9;
	text-align: left;
	font-weight: normal;

} 

#menu ul li a:hover{
	background-image: URL("../images/a_back.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #ffffff;
	width: 185px;
	font-weight: bold;
}

a:active, a:visited, a:link
{
	color: #3568a9;
	font-weight: bold;
	
}

a:hover{
text-decoration: none;}