@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(grafix/bg.jpg);
	background-color: #000;
}
body#frontpage #content {
	font-size: 11px;
}
a img {
	border: 0;
}
.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	height: 0;
	width: 0;
}
h2 {
	clear: both;
	color: #FFB407;
	margin: 0;
	font-size: 12px;
}
img.alignright  {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}
.alignright {
	float:right;
}
img.alignleft  {
	display:inline;
	margin:7px 0 2px 0;
	padding:4px;
}
.alignleft {
	float:left;
}
#header {
	background: url(grafix/header_background.png) repeat-x;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#header img {
	position: relative;
	top: 20px;
}
#topnumber {
	position: relative;
	margin: 0 auto;
	top: -11px;
	width: 302px;
	left: 110px;
}
#icons {
	height: 45px;
	left: 380px;
	margin: 0 auto;
	position: relative;
	top: -20px;
	width: 100px;
}
#pagewrapper {
	margin: 0 auto;
	position: relative;
	top: -80px;
	width: 847px;
}
#contentwrapper {
	float: right;
	z-index: 1;
	position: relative;
	top: 80px;
}
#topnaviwrapper {
	position:absolute;
	top:80px;
	width: 100%;

}
#topnavi {
	overflow:hidden;
	height:44px;
	list-style:none;
	background-image:url("grafix/topnavi_background.png");
	background-repeat:no-repeat;
	padding-left:200px;
	background-position:0 -1px;
}
#topnavi li {
	display:inline;
}
#topnavi a {
	height: 21px;
	float:left;
	position:relative;
	padding-left:10px;
	margin-right:10px;
	text-decoration:none;
	color:#fff;
	line-height: 25px;
	font-weight: 600;
}
#topnavi a:hover {
	background:url("grafix/tab_background.png") 0 3px no-repeat;
	color: #000;
}
#topnavi a span {
	width:10px;
	position:absolute;
	left:100%;
	top: 0;
	height: 21px;
}
#topnavi a:hover span {
	background:url("grafix/tab_background.png") -160px 3px no-repeat;
}
#content {
	background-image:url("grafix/content_background.png");
	padding:26px 26px 100px;
	position:relative;
	top:142px;
	width:602px;
}
#content h1 {
	color: #ffb407;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#content a {
	color: #ffb407;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
}
#content p {
	margin: 0 0 15px 0;
	color: #aba296;
	text-align: justify;
}
.telwrapper {
	margin: 45px auto 0;
	width: 570px;
	height: 90px;
}
.code, .number {
	color: #aba296;
}
.number {
	background-image: url("grafix/nummer_background.png");
	background-repeat: no-repeat;
	height: 41px;
	width: 127px;
	float: left;
	font-size: 20px;
	padding-left: 86px;
}
.code {
	background-image: url("grafix/code_background.png");
	background-repeat: no-repeat;
	font-size: 11px;
	height: 59px;
	padding: 10px;
	width: 268px;
	float: right;
	position: relative;
	top: -14px;
}
.code span {
	color: #f38f00;
	font-weight: bold;
}
.preisangabe {

	width: 571px;
	margin: 0 auto;
}
.adblock img {
	margin-left:14px;
}
#leftcolumnwrapper {
	float:left;
	height:auto;
	position:absolute;
	top:111px;
	width:208px;
	z-index:5;
}
#leftcolumn {

}
#navi, #sextipps, #neudabei, #links-by-post {
	width: 208px;
	z-index:3;
	background-image:url("grafix/header_navigation.png");
	background-repeat:no-repeat;
	padding-top: 32px;
}
#navi ul, #sextipps ul, #neudabei ul, #links-by-post ul {
	background-image: url("grafix/navi_background.png");
	width: 208px;
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
#navi ul li, #sextipps ul li, #neudabei ul li, #links-by-post ul li {
	background-image:url("grafix/navi_button.png");
	height:21px;
	left:1px;
	margin:0;
	padding:0;
	position:relative;
	width:200px;
}
#navi ul li a, #sextipps ul li a, #neudabei ul li a, #links-by-post ul li a {
	text-decoration: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aba296;
	padding-left: 16px;
	padding-top:3px;
	height: 18px;
	font-size: 12px;
}
#navi ul li a:hover, #sextipps ul li a:hover, #neudabei ul li a:hover, #links-by-post ul li a:hover {
	background-image:url("grafix/navi_button_active.png");
	color: #000;
	font-weight: 600;
}
#neudabei ul li {
	overflow: hidden;
}
#navigirl {
	position:relative;
	left: -22px;
	height: 231px;
	width: 230px;
}

#search {
	height: 62px;
	width: 208px;
	background-image:url("grafix/search_background.png");
	background-repeat:no-repeat;
	z-index:4;
	margin-top: 13px;
}
#searchform {
	position: relative;
	top: 20px;
	text-align:center;
}
input.text {
	background-image:url("grafix/searchtext_background.png");
	background-repeat:repeat-x;
	border:1px solid #000000;
	height:22px;
	left:-5px;
	padding:0 0 0 2px;
	position:relative;
	top:-1px;
	width:151px;
	color: #FFB407;
}
input.button {
	width: 29px;
	height: 24px;
	border: 1px solid #000;
	background-image:url("grafix/searchbutton.png");
	background-repeat:no-repeat;
}
#sextipps, #links-by-post {
	background-image:url("grafix/header_sextipps.png");
	margin-top:13px;
}
#sextipps ul li, #links-by-post ul li {
	height:33px;
	clear: both;
	background-image: url("grafix/sextipps_button.png");
}
#sextipps div,#links-by-post div  {
	color: #756a5b;
	font-size: 10px;
}
#links-by-post ul li a:hover div {
	color: #000;
}
#sextipps ul li a:hover, #links-by-post ul li a:hover {
	background-image:url("grafix/sextipps_button_active.png");
	height: 33px;
	background-repeat:repeat-x;
}
#neudabei {
	background-image:url("grafix/header_neudabei.png");
	margin-top:13px;
}
#footer {
	background: url("grafix/header_background.png") repeat-x scroll 0 0 transparent;
	height: 24px;
	position: relative;
	top: 118px;
	width: 100%;
	color: #f38f00;
}
#footerlinks {
	position: relative;
	width: 100%;
	top: 120px;
	height: 50px;
	text-align: right;
	color: #756A5B;
}
#footerlinks a {
	text-decoration: none;
	font-size: 10px;
	color: #756A5B;
}
#footerlinks a:hover {
	color: #F38F00;
}
.footerarrows {
	margin: 5px 10px 0 28px;
}
#footer a {
	text-decoration: none;
	color: #f38f00;
}
#footer a:hover {
	color: #aba296;
}
span.footerlinks {
	position: relative;
	top: -2px;
}
.bildchen {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 20px;
}
.navigation {
	clear: both;
}
.bildchenpreis {
	margin-bottom: 20px;
}
.exLink {
	display:block;
	font-size:16px;
	margin:15px auto 40px;
	text-align:center;
	text-transform:uppercase;
	width:153px;
}