body {
	background: #EAEDE8;
    color: #476082;
	margin: 0px;
}

a.tagcloudlink:link, a.tagcloudlink:visited { 
    text-decoration:none;
    color: ;
}
 
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: 11px; }
a.level2 { font-size: 13px; }
a.level3 { font-size: 16px; }
a.level4 { font-size: 18px; }
a.level5 { font-size: 20px; }

#common {
	position: fixed;
  	width: 100%;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #3a393a;
	color: #EAEDE8;
	z-index: 100;
	top: 0px;
}

#common a {
	color: #EAEDE8;
	text-decoration: none;
}

#common a:hover {
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	width: 100%;
	top: 20px;
	height: 50px;
	padding: 7px 0;
	color: #444444;
	position: relative;
	z-index: 9;
}

#headerlogo {
	position: absolute;
    top: 0px;
    padding: 0;
	width: 230px;
	height: 100px;
	z-index: 100;
}

#maintopic {
    position: absolute;
	left: 250px;
	width: 800px;
	padding: 0;
	height: 32px;
}

#topic :hover{
	color: #000000 !important;
}

#maintopic ul {
	display: block;
	padding: 0 1px 0 0;
	margin: 0;
	color: #000000;
	height: 32px;
	left: 0;
	position: absolute;
}

#maintopic ul li {  
	margin: 0;
	display: block;  
	float: left;
	position: relative; 
	padding: 8px 20px 6px 20px;
	height: 16px;
} 

#maintopic ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}

#maintopic ul li a.current {
	font-weight: bold;
}

#maintopic ul li.sel a {
	color: #000000;
}

.navteaser {
	display: none;
	position: absolute;
	right: 0px;
	top: 30px;
	margin: 0;
	width: 420px;
	padding: 16px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90); moz-opacity:0.9; khtml-opacity:0.9; opacity:0.9;
	border-top: 20px solid #EAEDE8;
}

.navteaser a {
	color: #cccccc !important;
}

.navteaserleft {
	width: 200px;
	float: right;
}

#maintopic ul li.sel .navteaser {
	display: block !important;
}

.navteaser img {
	border: 1px solid #000000;
}

.navteaserleft h1 {
	color: #000000;
	margin: 0;
	padding: 10px 0 4px 0;
	display: block;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navteaserleft p {
	color: #cccccc;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 150%;
}

.navteaserright  {
	display: block;
	float: left;
	width: 200px;
	text-align:left;
}

.navteaserright a.topic {
	display: block;
	padding: 5px;
}

.navteaserright a.topic:hover {
	border: 1px solid #000000;
	padding: 4px;
	background: #A0937C;
}

.navteaserright p {
	margin: 0;
	padding: 0 10px 10px 16px;
	color: 	#000000;
	font-size: 90%;
	line-height: 150%;
}

.navteaserright a.subtopic {
	padding-right: 10px;
	white-space: nowrap;
}

.current {
	font-weight: bold;
	color: #000000 !important;
}

.navteaserright a.subtopic:hover {
	text-decoration: underline !important;	
}

#eyecatcherx {
    display: block;
	z-index:1;
}

#eyecatcherx div {
	width: 25px;
	height: 24px;
	position: absolute;
	bottom: 10px;
	background: transparent  url(p1.png);	
	cursor: pointer;
	font-size: 1px;
	z-index:10;
}

#eyecatcherx div:hover {
	background: transparent  url(p2.png);
	position: absolute;
	z-index:10;
}

#eyecatcherx div.sel {
	background: transparent  url(p3.png);
	z-index:10;
}

#eyecatcherx img {
	position: absolute;
	top: 0;
	left: 0;
    background-color: #ffffff;
	z-index:1;
}

#eyecatcherx img.prehide {
	left: 2000px;
}

#eyecatcher {
	width: 100%;
	top: 125px;
	position: relative;
	overflow: hidden;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

#eyecatcher h1 {
	position: absolute;
	right: 0;
	top: 0px;
	padding: 50px 30px;
	margin: 0;
	color: #476082;
	font-family: Arial;
	font-weight: normal;
	font-size: 60px;
	letter-spacing: -1px;
	min-width: 300px;
	z-index: 1;
}
/* Leicht transparente Box*/
/*
#eyecatcherover  {
	position: absolute;
	right: 0;
	top: 0px;
	padding: 50px 30px;
	margin: 0;
	background-color: #ffffff;
	font-family: Georgia;
	font-style: italic;
	color: #eeeeee;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -1px;
	filter:alpha(opacity=70); moz-opacity:0.3; khtml-opacity:0.3; opacity:0.3;
	min-width: 300px;
	z-index:10;
}
*/

#eyecatcherx {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#maincol {
	width: 960px;
	margin: 150px auto auto auto;
}

#content {
		float: right;
	}

#sidebar {
	width: 270px;
		float: left;
	}

#sidebar p.slogan {
	display: block;
	font-size: 36px;
	font-family: Georgia, Times New Roman, Serif;
	font-style: italic;
	padding: 20px;
	margin: 0 0 20px 0;
	color: #000000;
	border: 1px solid #000000;
	line-height: 120%;
}

#inner {
	width:960px;
	margin: 80px auto auto auto;
}

#footer {
	padding: 10px 20px;
	color: #476082;
	/*background: url(../images/pic.footer.bg);*/
	background: #C5C7C4;
	height: 500px;
}

#footer .block {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer .block a {
	display: block;
	color: #476082;
	text-decoration: none;
	padding: 4px 0;
}

#footer .block a.main {
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
	font-weight: bold;
	font-size: 120%;
}

#footer .block a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 25px 0 0 0;
	margin: 0;
}

.clearer {
	clear: both;
}

#fusszeile {
    margin: 0px auto;
	color: #ffffff;
    padding: 10px;
}

#searchbox {
	position: absolute;
	width: 298px;
	height: 40px;
		right: 0;
		bottom: 62px;
	background-color: #FFFFFF;
	filter:alpha(opacity=50); moz-opacity:0.5; khtml-opacity:0.5; opacity:0.5;
	z-index:999;
}

#searchsubmit {	
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:999;
}

#searchcriteria {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 250px;
	border: 0;
	outline: 0;
	background-color: #FFFFFF;
	color: 	#000000;
	font-size: 14px;
	z-index:999;
	filter:alpha(opacity=50); moz-opacity:0.5; khtml-opacity:0.5; opacity:0.5;
}

#sidebar #shop {
	margin-bottom: 30px;
}

#sidebar #shop a {
	display: block;
	padding: 10px;
	background-color: #333333;
	border: 1px solid #000000;
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}

#sidebar #shop a em {
	font-style: normal;
	font-size: 11px;
}

#sidebar #shop a:hover {
	text-decoration: none;
	background-color: #555555;
}

#trustedshops {
	margin: 30px 0;
}

#trustedshops input {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0;
	margin: 0;
}

#trustedshops a {
	padding: 0;
	margin: 0;
	display: block;
	width: 200px;
	float: right;
	font-weight: normal !important;
	color: #eeeeee  !important;
}