.main {
	background-color: transparent;
	background: url(../_img/bg_main.png) 0 0 repeat-y;
}
.footer {
	background-color: transparent;
	background: url(../_img/bg_main.png) 0 0 repeat-y;
	color: #2D4B8C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer a {
	background: none;
}
body {
	background: #2354bc url(../_img/bg_body.png) 0 0 repeat-x;
	margin-top: 10px;
	text-align: center;
}
#motg {
	position:absolute;
	top:42px;
	right:0px;
}
/* ************************************** HEADER **************************************** */
.header {
	background-color: transparent;
	background: url(../_img/bg_header.png) 0 0 no-repeat;
}
#vip {
	width: 125px;
	height: 84px;
	padding: 23px 0 0 9px;
	background: url("../_img/bg_vip.png") no-repeat;
	margin: 65px 0 0 575px;
}
#vip ul {
	padding: 0;
	margin: 0;
}
#vip li {
	display: block;
	height: 13px;
	color: #fff;
	font:0px/1.2 Arial,Helvetica,sans-serif;
	background: url(../_img/bg_vip_lock.gif) no-repeat 0 0;
	padding: 0 0 0 14px;
	text-indent: -9999px;
	margin-bottom: 2px;
}
#vip_button_01 a {
	height: 16px;
	display: block;
	background: url(../_img/button_vip_01.gif) no-repeat 2px 2px;
}
#vip_button_01 a:hover {
	background-image: url(../_img/button_vip_01_h.gif);
}
#vip_button_02 a {
	height: 16px;
	display: block;
	background: url(../_img/button_vip_02.gif) no-repeat 2px 2px;
}
#vip_button_02 a:hover {
	background-image: url(../_img/button_vip_02_h.gif);
}
#vip_button_03 a {
	height: 16px;
	display: block;
	background: url(../_img/button_vip_03.gif) no-repeat 2px 2px;
}
#vip_button_03 a:hover {
	background-image: url(../_img/button_vip_03_h.gif);
}
.navi {
	background-color: transparent;
	background: url(../_img/bg_navi.png) 0 0 repeat-x;
}
.navi ul {
	float: left;
	padding: 0;
	margin: 0;
}
.navi ul li {
	list-style: none;
	float: left;
	background: none;
	padding: 0 15px 0 15px;
	border-left: 1px solid #FFF;
}
.navi ul li:first-child {
	border: none;
	margin-left: 10px;
}
.navi ul li a {
	padding-left: 15px;
	color: #FFF;
	font: 14px/14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	background: url(../_img/bg_nav_li.png) 0 5px no-repeat;
}
.navi ul li a:hover {
		background: url(../_img/bg_nav_li_hover.png) 0 5px no-repeat;
}
/* ------------------ Text Styles ------------------ */
.continoous {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copyright {
	color: #646464;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bigred {
	color: #f00;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/* ------------------ Hyperlink Styles ------------------ */
a:hover {
	text-decoration: underline;
}
/* ------ formular ------ */
#form_top {
	background: url(../_img/bg_form_top.png) 50% 0 no-repeat;
	width: 450px;
	height: 9px;
}
#form_main {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	background: url(../_img/bg_form_main.png) 50% 0 repeat-y;
	padding: 0 16px 0 16px;
	width: 418px;
	height: auto;
}
#form_bottom {
	background: url(../_img/bg_form_bottom.png) 50% 0 no-repeat;
	width: 450px;
	height: 9px;
}
input.leseprobe {
	margin: 0 5px 0 0;
	padding: 0;
	width: 200px;
	height: 20px;
	border: 1px solid #999;
}
