body {
    background-color:#DADDE6;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0
}

#inhalt {
    width:768px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	padding-top:9px;
	padding-left:12px;
	padding-bottom:38px;
	padding-right:12px;
	background-color:#fff;
}

#logo {
	width:346px;
	height:102px;
	float:left;
}

#top_left {
	width:421px;
	height:102px;
	float:right;
}
a#home {
	display: block;
	width: 64px;
	height: 52px;
	background-image: url(/img/home.gif);
	background-repeat: no-repeat;
	float:left;
}
a#home:hover {
	background-image:url(/img/home_ov.gif);
}

a#how_it_works {
	display: block;
	width:126px;
	height:52px;
	background-image: url(/img/how_it_works.gif);
	background-repeat: no-repeat;
	float:left;
}
a#how_it_works:hover {
	background-image:url(/img/how_it_works_ov.gif);
}

a#faq {
	display: block;
	width: 156px;
	height: 52px;
	background-image: url(/img/faq.gif);
	background-repeat: no-repeat;
	float:left;
}
a#faq:hover {
	background-image:url(/img/faq_ov.gif);
}

a#payment {
	display: block;
	width:124px;
	height:52px;
	background-image: url(/img/payment.gif);
	background-repeat: no-repeat;
	float:left;
}
a#payment:hover {
	background-image:url(/img/payment_ov.gif);
}

#men1 {
	background-image: url(/img/men1.jpg);
	background-repeat: no-repeat;
	width:297px;
	height:52px;
	float:left;
	font:9px Arial;
}

#content {
	width:423px;
	height:267px;
	background-color:#f0f0f0;
	padding:0;
	float:left;
}

#men2 {
	background-image: url(img/men2.jpg);
	background-repeat: no-repeat;
	width:344px;
	height:267px;
	float:left;
}
a.navi_bottom {
    color:#3A1562;
    text-decoration:none;
}
a.navi_bottom:hover {
    color:#000;
    text-decoration:underline;
}
.float {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
input.button {
    color:#fff;
	background-color:#9133AD;
	border:2px solid #B574C8;
	border-bottom-color:#000;
	border-right-color:#000;
}
h3{
   margin:0;
   padding:0;
   font: bold 14px Arial, Helvetica, sans-serif;
}