#mailform input{
}
#mailform input:focus, #mailform textarea:focus{
	border:2px solid #f2cc00;
}

#main table{
	border: 1px solid black;
	margin-top: 10px;
	border-collapse: collapse;
	background-color: Beige;
}
#main table td{
	border: 1px solid black;
	padding: 8px;
}
#main table td:hover{
	background-color: #ffffbb;
}
#main table td:first-child{
	background-color: Bisque;
	font-weight: bold;
}
#main table td p {
	margin: 0px;
}
#c31{
	text-align: center;
	margin-top: 30px;
}
#c54{
	text-align: center;
}
#c54 img{
	border: 0px solid black;
	margin: 30px;
}
#lang_sel{
	position:absolute;
	top: 8px;
	left: 100%;
	margin-left: -90px;
}
*{
	padding: 0px;
	margin: 0px;
}
body{
	background-image: url('../../fileadmin/images/bg.jpg');
}

#navi{
	background-image: url('../../fileadmin/images/header1.png');
	height: 97px;
	padding: 6px 0px 0px 550px;
	font-size: 14px;
}

#navi a{
	text-decoration: none;
	color: #CACACA;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	font-weight: bold;
	margin-right: 20px;
}

#navi a:hover, span.active_navi{
	color: white;
	text-shadow: black 0px 0px 10px;
}
#seal{
	position: absolute;
	top: 30px;
	left: 100%;
	margin-left: -153px;
}

#header2{
	position: absolute;
}

#vctagid{
	position: relative;
	top: 300px;
	left: 75px;
}

#main {
	margin: 50px 0px 0px 370px;
	width: 500px;
}

h1.csc-firstHeader{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000066;
	letter-spacing: -1px;	
}

p, p.bodytext{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0px 0px 0px;
}

.csc-textpic-caption{
	font-size: 11px;
	font-family: Arial;
}

#mailform{
	background-color: #eee;
	padding: 10px 30px;
	border: 1px black solid;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background: -moz-linear-gradient(top,  #eee,  #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
}

#mailform fieldset {
	border: 0px;
}

#mailform div.csc-mailform-field{
	margin: 10px 0px 10px
}

#mailform div.csc-mailform-field label{
	float: left;
	width: 50px;
	margin: 2px 10px 0px 0px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#mailform input.csc-mailform-submit{
	padding: 0px 5px 0px;
	margin-left: 59px;
}

/*The slideshow breaks some PNG transpaerncies. We overwrite it here.*/
#seal, #header2{
	filter: none;
}
