@charset "utf-8";

.VS {
	background-color: #DDE1E4;
}

.VS #box {
	margin: 0 auto;
	width: 980px;
	height: 680px;
	background-color:#FFF;
}

.VS #logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	height: 70px;
	width:160px;
	background-image:url(../Images/logo.gif);
	background-repeat:no-repeat;
	background-position: center;
}

.VS #banner {
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	width: 640px;
	height: 70px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #1533DC;
}

.VS #sprache {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	width: 120px;
	height: 30px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.VS #main {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 940px;
	height: 225px;
	border: 2px groove;
	border-color: #DDE1E4;
	background-image:url(../Images/main.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.VS .navigation #navi1 {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 150px;
	height: 30px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #DDE1E4;
	line-height: 30px;
	color: #1533DC;
}

.VS .navigation .navi {
	float: left;
	margin-top: 20px;
	margin-left: 8px;
	width: 150px;
	height: 30px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color:#DDE1E4;
	line-height: 30px;
	color: #1533DC;
}

.VS #news {
	float: left;
	margin-left: 70px;
	margin-top: 20px;
	width: 350px;
	height: 140px;
	border: 2px groove;
	border-color: #DDE1E4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.VS #news #n_header {
	padding-left: 10px;
	height: 15px;
	background-color: #DDE1E4;
}

.VS #news #n_content {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	height: 100px;
	line-height: 20px;
}

.VS #news #n_footer {
	text-align: right;
	padding-right: 10px;
	height: 15px;
	background-color: #DDE1E4;	
}

.VS #email {
	margin-left: 70px;
	margin-top: 20px;
	padding-top: 10px;
	height: 80px;
	width: 350px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #1533DC;
}

.VS #email p {
	text-align: center;
	font-size: 15px;
}

.VS #wasserzeichen {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 474px;
	height: 236px;
	background-image:url(../Images/vs.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.VS #vs {
	float: left;
	width: 430px;
	height: 130px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	margin-top: 110px;
	margin-left: 15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #1533DC;
}

.VS #footer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 980px;
	height: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight: bold;
}

.VS #footer #f_links {
	float: left;
	padding-left: 10px;
	width: 480px;
	height: 30px;
}

.VS #footer #f_rechts {
	float: left;
	padding-right: 10px;
	width: 480px;
	height: 30px;
	text-align: right;
}

a:link {
	color: #1533DC;
	text-decoration: none;
}

a:visited {
	color: #1533DC;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #1533DC;
	text-decoration: none;
}

.VS #footer #f_links p a:link {
	color:#000;
	text-decoration: none;
}

.VS #footer #f_links p a:visited {
	color:#000;
	text-decoration: none;
}

.VS #footer #f_links p a:hover {
	color:#F00;
	text-decoration: none;
}

.VS #footer #f_links p a:active {
	color:#000;
	text-decoration: none;
}