/* 
===============================
eyecatcher eingefügt von webdesignconsult.de
=============================== 
*/
#eyecatcher  {
	margin:				0 auto;
	padding-left:			1px;
	width:				948px;
	height:				80px;
	text-align:			center;
	border-bottom:		2px solid #fff;
}
#eyecatcher_media  {
	margin:				0 auto 0 auto;
	padding-left:			1px;
	width:				950px;
	height:				80px;
	text-align:			center;
	border-bottom:		2px solid #fff;
}


/*Iconlinks rechts außen: eingefügt von webdesignconsult.de*/
#sidemenu {
	position:			fixed;
	top:				100px;
	left:				50%;
	width:				19px;
	right:				20px;
	padding:			0;
	margin:				0  0 0 510px; 
}
* html #sidemenu {
	position:			absolute;
	top:				200px;
	left:				50%;
	width:				40px;
	padding:			0;
	text-align:			left;
	margin:				0  0  0  490px;  
	color:				#a0a0a0;
	float:				none;
}
div.sideimg{
	padding:			0;
	width:				20px;
	margin:				0     0    5px   0;
}
div.sideimg:hover{
	position:			relative;
	top:				-1px;
	left:				-1px;
	margin:				0    0     3px   0;
}
div.sideimg:hover img {
	border:				1px solid #368F06; 
	position:			relative;
	top:				-1px;
	left:				-1px;
	margin:				0;
}


BODY {
	margin: 0px;
	padding: 0px;
}

#kaleido {
	width: 950px;
	height: 300px;
	background-color: #28540D;
}

#kaleidoboundary {
	width: 950px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#kaleidoboundary .kaleidodiv {
	display: block;
	position: absolute;
	width: 500px;
	height: 300px;
	top: 0;
	left: 0;
	background-color: #28540D;
	border-left: 2px solid #ffb303;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

#kaleidoboundary .kaleidotitleleft {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#kaleidoboundary .kaleidotitlebottom {
	display: block;
	position: absolute;
	top: 250px;
	left: 0;
	width: 500px;
	height: 50px;
	margin: 0;
	padding: 0;
}


#maincontainer {
	width: 950px;
	margin: 0 auto;
}

#topcontainer {
	width: 910px;
	height: 16px;
	background: url(../images/pbacktop.gif) repeat-y;
	border-bottom: 2px solid #ffb303;
	padding: 20px;
	margin: 0;
	text-align: right;
	position: relative;
}

#topcontainer ul {
	padding: 0;
	margin: 0;
}

#topcontainer li {
	display: inline;
	padding-left: 10px;
	list-style-type : none;
}

#topcontainer a {
	font-weight: bold;
        font-size: 120%;
	text-decoration: none;
	color: #ffffff;
}

#topcontainer a:hover {
	text-decoration: none;
	color: #ffb303;
}

#searchbox {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 23px;
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #ffb303;
}

#searchcriteria {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 11px;
	border: 0;
	outline: 0;
	width: 190px;
	background-color: #ffffff;
	color: #888888;
}

#searchsubmit {
	position: absolute;
	top: 4px;
	left: 200px;
}


#contentcontainer {
	width: 950px;
	background: url(../images/pbackbot.gif) repeat-y;
	border-top: 2px solid #ffb303;
}

#title {
	padding-left: 2px;
	float: left;
	display: block;
	width: 48px;
	height: 500px;
}

#navcontainer {
	float: left;
	width: 160px;
	padding: 20px;
	margin: 0;
}

#navcontainer ul {
	padding: 0;
	margin: 0 0 20px 0;
}

#navcontainer li {
	display: block;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	list-style-type : none;
}

#navcontainer ul ul {
	display: block;
	padding: 6px 0 0 16px;
	margin: 0;
}

#navcontainer ul ul a {
	font-weight: bold;
        font-size: 110%;
}

#navcontainer ul a.sel {
	color: #FFB303;
}

#navcontainer a {
	font-weight: bold;
        font-size: 110%;	
        text-decoration: none;
	color: #ffffff;
}

#navcontainer a:hover {
        text-decoration: none;
	color: #ffb303;
}


#content {
	width: 460px;
	float: left;
	padding: 20px;
}

#sidebar {
	width: 160px;
	float: left;
	padding: 20px;
}

.clearer {
	clear: both;
}


#trustedshops input {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

#trustedshops a {
	display: block;
	text-align: center;
	margin: 10px 0;
	line-height: 130%;
}

#footer {
	background-color: #444444;
	border-top: 2px solid #ffb303;
	border-left: 2px solid #ffb303;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}

#footer a:link { 
        text-decoration:none; 
	color: #ffb303;
}

#footer a:hover { 
        text-decoration:underline;
	color: #ffb303; 
}


