/*********************************************

     CSS-Stylesheet für Motorrad Grüneberg,
      geschrieben von Alexander Grüneberg

*********************************************/


/* Three Columns */

body {
	min-width: 1000px;
}

iframe {
	margin: 85px auto 0 auto;
}

div#header {
	position: relative;
	height: 120px;
	border-bottom: 1px solid #000;
	background: url(../img/header.png) repeat-x;
}

div#header div {
	position: absolute;
	width: 250px;
	top: 12px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #C0E9A3;
}

div#header p {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #C0E9A3;
}

div#header div a {
	font-size: 11px;
	color: #C0E9A3;
}

div#header img {
	position: absolute;
	right: 0px;
}

div#print-header {
	display: none;
}

div#container {
	padding-left: 180px;		/* LC fullwidth */
	padding-right: 200px;	/* RC fullwidth + CC padding */
}

div#container .column {
	position: relative;
	float: left;
}

div#center {
	padding: 15px 24px;		/* CC padding */
	width: 100%;
	min-height: 560px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div#teaser {
    margin-bottom: 25px;
	padding: 5px 5px 0 5px;
	border: 3px solid #393;
	background: #EEE;
}

div#left {
	width: 160px;		/* LC width */
	padding: 15px 10px;		/* LC padding */
	margin-left: -100%;
	left: 150px;		/* RC fullwidth for IE6 */
}

div#container > div#left {
	left: -160px;		/* -LC width for others */
	margin-left: expression(
		document.all.center.offsetWidth * -1 +
		parseFloat(document.all.center.currentStyle.paddingLeft) +
		parseFloat(document.all.left.currentStyle.paddingLeft) +
		parseFloat(document.all.left.currentStyle.paddingRight)
	);		/* Fix for IE7 */
}

div#container > div#left {
	left: -230px;		/* -(LC fullwidth + CC padding) */
}

div#right {
	width: 130px;		/* RC width */
	padding: 15px 10px;		/* RC padding */
	margin-right: -200px;		/* RC fullwidth + CC padding */
}

div#angebote {
	width: 113px;
	padding: 5px;
	border: 3px solid #393;
	background: #EEE;
}

div#pic {
	position: relative;
	right: 10px;
}

div#footer {
	clear: both;
	height: 20px;
	text-align: center;
	border-top: 1px solid #000;
	background: #393;
	color: #000;
}

div#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}


/* Tree */

div.ktcsstree {
	margin-top: -2px;
}

html>body div.ktcsstree {
	margin-top: -8px;
}

div.ktcsstree ul {
	list-style-type: none;
	margin-left: -8px;
}

html>body div.ktcsstree ul {
	margin-left: 8px;
}

div.ktcsstree li {
	margin-bottom: 5px;
}

div.ktcsstree ul ul {
	display: none;
}

div.ktcsstree ul li {
	margin-top: 5px;
}

div.ktcsstree ul ul li {
	margin-left: 15px;
}

html>body div.ktcsstree ul ul li {
	margin-left: 5px;
}

div.ktcsstree a:link, div.ktcsstree a:visited {
	color: #000;
	text-decoration: none;
}

div.ktcsstree a:hover {
	color: #666;
	text-decoration: underline;
}

div.ktcsstree a.selected, div.ktcsstree a:active {
	color: #393;
	font-weight: bold;
}

div.ktcsstree a.selected:hover {
	color: #666;
}

div.ktcsstree li div, div.ktcsstree li div * {
	vertical-align: middle;
	display: inline;
}

div.ktcsstree li div span {
	padding: 0px 4px;
	background-position: 100% 1px;
	background-repeat: no-repeat;
}

div.ktcsstree li div span.plus {
	background-image: url('../img/plus.gif');
	cursor: pointer;
}

div.ktcsstree li div span.minus {
	background-image: url('../img/minus.gif');
	cursor: pointer;
}

div.ktcsstree li div a {
	margin-left: 2px;
	padding: 0px 4px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

* html div.ktcsstree a, * html div.ktcsstree li div {
	height: 1%;
}
