/* ---------- General Styles ---------- */
	body {
	border: 0;
	font-family:verdana, geneva, sans-serif;
	color:#292929;
	background-image:url('../pics/bg_body.jpg');
	background-position: top;
	background-color:#ffffff;
	}
	
	a:link, a:visited {
	color:#3b3b3b;
	background-color:transparent;
	text-decoration:none;
	}

/* ---------- Header ---------- */
	
	#header {
	color:#3b3b3b;
	background-color: transparent;
	}

	.claim {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3b3b3b;
	background-color: transparent;
	}

	.phone {
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	background-color: transparent;
	}
	a.bmtop {
	padding-left: 1px;
	padding-right: 0px;
	}
	

	/* ---------- container ---------- */
	#container {
	background-color: #fafafa;
	}
	
	#onlinetest {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height:150%;
	}
	
	/* ---------- Topnavi ---------- */
	
	#nav {
	line-height: 25px;
	margin: 0;	
	z-index: 400;
	list-style: none;
	}

	#nav li.top {
	display:block;
	float:left;
	width:auto;
	}
 
	#nav li a.top_link {
	border-left:1px dotted #3b3b3b;
	display:block;
	float:left;
	width:auto;
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 0.7em;
	cursor:pointer;
	}
	
	#nav li a.top_link span {
	float:left;
	width:auto;
	display:block;
	padding:0 24px 0 0;
	height:25px;
	color:#3b3b3b;
	background:url('../pics/topnavi_0a.gif') no-repeat right top;
	}
	
	#nav li a.top_link span.down {
	float:left;
	display:block;
	width:auto;
	padding:0 24px 0 12px;
	height:25px;
	background:url('../pics/topnavi_0b.gif') no-repeat right top;
	}
	
	#nav li strong {
	display:block;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-variant: small-caps;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #3b3b3b;
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px dotted #3b3b3b;
	text-align: right;
	cursor:default;
	}
	
	#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	background-color:transparent;
	}
	
	#nav li:hover a.top_link {
	color:#c31525;
	background-image:url('../pics/bg_navi.jpg');
	background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	}

	#nav li:hover a.top_link span {
	color:#a91525;
	background:url('../pics/topnavi_0a.gif') no-repeat right top;
	height:25px;
	line-height:25px;
	}
	
	#nav li:hover a.top_link span.down {
	background:url('../pics/topnavi_0b.gif') no-repeat right top;
	padding-bottom:3px;
	height:25px;
	line-height:25px;
	}
	
	#nav li:hover {
	position:relative;
	z-index:200;
	}
	
	#nav li:hover ul.sub {
	text-align:left;
	left:0;
	top:25px;
	color:inherit;
	background-image:url('../pics/bg_navi.jpg');
	background-repeat:repeat-x;
	background-color:#fafafa;
	padding:10px;
	padding-bottom:15px;
	border:1px dotted #3b3b3b;
	border-top: 0px;
	white-space:nowrap;
	width:auto;
	height:auto;
	z-index:300;
	}
	
	#nav li:hover ul.sub li {
	display:block;
	text-decoration: none;
	list-style: none;
	border-top: 0px;
	line-height: 22px;
	}
	
	#nav li:hover ul.sub li a {
	display:block;
	font-size:12px;
	line-height: 22px;
	height: 22px;
	padding-right: 15px;
	color:inherit;
	background-color:inherit;
	text-decoration:none;
	border-bottom: 1px dotted #bbbbbb;
	}
	
	#nav li:hover ul.sub li a:visited {
	color: #551a8b;
	}
	
	#nav li:hover ul.sub li a:hover {
	background:url('../pics/icon-hover.gif') no-repeat right top;
	color:#a91525;
	height: 22px;
	border-bottom: 1px dotted #3b3b3b;
	}


/* ---------- Left ---------- */

	#left {
	font-size:11px;
	line-height:150%;
	background-color: transparent;
	}

	#left h6 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	font-variant: small-caps;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #a91525;
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: 25px;
	border-bottom: 1px dotted #3b3b3b;
	text-align: right;
	}
			
	.navi ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	}
		
	.navi li {
	text-decoration: none;
	padding-left: 15px;
	padding:0px;
	margin-right:0px;
	border-bottom: 1px dotted #3b3b3b;
	line-height: 22px;
	}
	
	.navi a {
	display:block;
	text-decoration:none;
	}
	
	.navi a:visited {
	display:block;
	color: #551a8b;
	}
	
	.navi a:hover {
	display:block;
	color:#a91525;
	background-color:transparent;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:none;
	}

/* ---------- Twitter ---------- */	

	.twitters {
	overflow: auto;
	font-family:verdana, geneva, sans-serif;
	}

	.tweet {
	margin-bottom: 10px;
	line-height:125%;
	}
  
	.time {
	font-size:80%;
	font-style:italic;
	}  	

/* ---------- Text-Scroller ---------- */

	#pscroller1{
	height:115px;
	}

	.adtitle {
	line-height:180%;
	}

	.ad {
	line-height:125%;
	padding-bottom:10px;
	padding-top:10px;
	}
	
/* ---------- Right ---------- */
	#inhaltcontainer_fenster {
	font-size:12px;
	line-height:150%;
	background-color: #fafafa;
	height:100%;
	width:100%
	}
	
	#right {
	font-size:12px;
	line-height:150%;
	}
	
	.aright {
	text-align: right;
	}	
	
	.leftbox {
	float: left;
	width: 46%;
	}
	
	.rightbox {
	float: right;
	width: 46%;
	}
	
	.garantie {
	margin-top: 30px;
	padding-left: 50px;
	border: 0;
	}
	
	.imgleft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	border: 0;
	}
	
	.imgright {
	float:right;
	padding-left:20px;
	border: 0;
	}

	.right {
	float:right;
	}

	.left {
	float:left;
	}

	.clear {
	clear:both;
	}

	.noborder { 
	border-width: 0; /* Bilderlinks ohne Rahmen */
	}

	.linie {
	width: 100%;
	border-top: 1px dotted #3b3b3b;
	}

	.linie_o {
	border-top: 1px solid #3b3b3b;
	}

	.linie_u {
	border-bottom: 1px solid #3b3b3b;
	}

	.linie_ou {
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	}

	strong {
	color:#3b3b3b;
	}

	#right ul {
	margin-top:0px;
	list-style-image:url('../pics/icon-bullet.gif');
	}
	
	#onlinetest ul {
	margin-top:0px;
	list-style-image:url('../pics/icon-bullet.gif');
	}
	
	a.tipp:link {
	color:#a91525;
	background-color:transparent;
	text-decoration:none;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:10px;
	}
	
	a.window:link {
	color:#a91525;
	background-color:transparent;
	text-decoration:none;
	background-image:url('../pics/icon-window.gif');
	padding-right: 15px;
	background-repeat:no-repeat;
	background-position: right;
	}

	a.xl:link  {
	color:#a91525;
	background-color:transparent;
	text-decoration:none;
	font-size: 17px;
	font-weight: normal;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:10px;
	}
	
	a.tipp:visited {
	color: #551a8b;
	background-color:transparent;
	text-decoration:none;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:10px;
	}
	
	a.window:visited {
	color: #551a8b;
	background-color:transparent;
	text-decoration:none;
	background-image:url('../pics/icon-window.gif');
	padding-right: 15px;
	background-repeat:no-repeat;
	background-position: right;
	}
	
	a.xl:visited {
	color: #551a8b;
	background-color:transparent;
	text-decoration:none;
	font-size: 17px;
	font-weight: normal;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:10px;
	}
	
	a:hover, a.tipp:hover, a.window:hover, a.xl:hover {
	color:#a91525;
	background-color:transparent;
	text-decoration:underline;
	}
	
	#right h1, h1 {
	margin-top: 0px;
	margin-bottom: 28px;
	line-height: 125%;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	color: #3b3b3b;
	background-color: transparent;
	}
	
	/* h2 reserviert für Tabber */

	#right h3, h3 {
	margin-top: 25px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	color: #3b3b3b;
	background-color: transparent;
	border-bottom: 1px dotted #3b3b3b;
	}
	
	#right h4 {
	margin: 0px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	background-color: transparent;
	}

	#right h5, h5 {
	margin-top: 36px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	color: #a91525;
	background-color: transparent;
	border-bottom: 1px dotted #3b3b3b;
	}
	
	/* h6 reserviert für FAQ */
	
	.orientierung {
	font-size: 11px;
	}
	
	/* Tabellen */

	th {
	color: #3b3b3b;
	}

	thead {
	text-align:left;
	}

/* ---------- Right / Tabber ---------- */

	.tabberlive .tabbertabhide {
	display:none;
	}

	.tabber {
	}
	.tabberlive {
	margin-top:0.5em;
	}

	ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #bababa;
	font-size:11px;
	}

	ul.tabbernav li	{
	list-style: none;
	margin: 1px;
	display: inline;
	}

	ul.tabbernav li a {
	padding: 4px 0.8em;
	margin-left: 3px;
	border-left: 1px solid #bababa;
	border-top: 1px solid #bababa;
	border-right: 1px solid #bababa;
	}

	ul.tabbernav li a:link {
	color: #3b3b3b;
	background-color: #e0e0e0;
	background-image:url('../pics/icon-tabber.gif');
	background-repeat:no-repeat;
	background-position: right;
	}

	ul.tabbernav li a:hover	{
	color: #A91525;
	background-color: #fafafa;
	background-image:url('../pics/icon-tabber.gif');
	background-repeat:no-repeat;
	background-position: right;
	border-color: #bababa;
	text-decoration: none;
	}

	ul.tabbernav li.tabberactive a {
	padding-top: 8px;
	background-color: #fafafa;
	background-image: none;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-bottom: 1px solid #fafafa;
	color: #3b3b3b;
	font-weight: bold;
	}

	ul.tabbernav li.tabberactive a:hover {
	background-image: none;
	border-bottom: 1px solid #fafafa;
	}

	.tabberlive .tabbertab {
	margin-top: 30px;
	}

	.tabberlive .tabbertab h2 {
	display:none;
	}
	
	/* ---------- Right / FAQ ---------- */	
	
	#acc ol {
	margin:0;
	padding:0;
	}
	
	#acc li {
	padding-left: 0px;
	/* margin-left: -30px; */
	font-size: 12px;
	} 
	
	#acc h6 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	padding:5px;
	margin-top:3px;
	cursor:pointer;
	border-bottom: 1px dotted #3b3b3b;
	}

	#acc h6:hover {
	color: #a91525;
	background:transparent;
	}

	#acc .acc-section {
	overflow:hidden;
	}
	
	#acc .acc-content {
	padding:25px;
	border: 1px dotted #3b3b3b;
	border-top:none;
	}
	
/* ---------- Footer ---------- */	
	
	#footer {
	background-image:url('../pics/bg_navi.jpg');
	background-repeat:repeat-x;
	background-color:transparent;
	}
	
	#footer h5 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	font-variant: small-caps;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	color: #3b3b3b;
	background-color: transparent;
	border-bottom: 1px dotted #3b3b3b;
	}
		
	.foot {
	text-align: right;
	font-size: 11px;
	line-height: 22px;
	}
	.copy {
	text-align: right;
	font-size: 10px;
	color:#3b3b3b;
	}
	
	.navi2 ul {
	display:block;
	list-style-position:outside;
	margin:0;
	padding:0;
	}
	
	.navi2 li {
	font-size: 11px;
	line-height:16px;
	text-decoration: none;
	padding-left: 0px;
	padding-bottom:3px;
	padding-top:3px;
	list-style: none;
	border-bottom: 1px dotted #3b3b3b;
	}
	
	.navi2 a {
	display:block;
	text-decoration:none;
	}
	
	.navi2 a:visited {
	display:block;
	color: #551a8b;
	}
	
	.navi2 a:hover {
	display:block;
	color:#a91525;
	background-color:transparent;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:none;
	}
	
	/* Nur für Newsletter-Archiv */
	a.archiv:link { 
	text-decoration:none;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:10px;
	}
	a.archiv:visited { 
	color: #551a8b; 
	background-color:transparent;
	text-decoration:none;
	background-image:url('../pics/icon-hover.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:10px;
	}
	
	/* ---------- Tag-Cloud ---------- */

	a.tag1 {
	color: #7a7a7a;
	background-color: transparent;
	font-size: 20px;
	}

	a.tag2 {
	color: #7a7a7a;
	background-color: transparent;
	font-size: 16px;
	}

	a.tag3 {
	color: #7a7a7a;
	background-color: transparent;
	font-size: 12px;
	}

	a.tag1:visited, a.tag2:visited, a.tag3:visited {
	color: #551a8b;
	background-color: transparent;
	text-decoration: none;
	}

	a.tag1:hover, a.tag2:hover, a.tag3:hover {
	color: #a91525;
	background-color: transparent;
	text-decoration: underline;
	}
