body, html {
	margin: 0; padding: 0;
}
body {
	font-size: 62.5%; /* 10px */
	font-family: Georgia, Times, serif;
	color: #333;
	background: #C4CBBD url(../images/body-bg.jpg) repeat-x;
}
a img {
	border: 0;
}
.clear-all {
	height: 1px;
	overflow: hidden;
	clear: both;
}
#layout {
	margin: 0; padding: 0;
	background: #FFF;
	width: 960px;
	margin: 0 auto;
}
#header {
	margin: 0; padding: 0;
	position: relative;
	height: 220px;
	background: #FFF url(../images/header-bg.jpg) left bottom no-repeat;
	border-bottom: 1px solid #960;
}
#header h1 {
	margin: 0; padding: 0;
	font-size: 1.2em; /* 12px */
	line-height: 30px;
	color: #546A3B;
	text-align: center;
}
#header h1 a {
	text-decoration: none;
	color: #546A3B;
}
/* --------------------------------------------------- */
/* top nav
/* --------------------------------------------------- */
#top-nav {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0; padding: 0;
	list-style-type: none;
}
#top-nav li {
	margin: 0 10px; padding: 0;
	display: inline;
	font-size: 1.8em; /* 18px */
	font-weight: bold;
	color: #333;
}
#top-nav li a {
	text-decoration: none;
	color: #333;
}
#top-nav li a:active,
#top-nav li a:hover {
	color: #666;
}
#top-nav li.active a {
	color: #960;
}
/* --------------------------------------------------- */
/* left nav
/* --------------------------------------------------- */
#left-nav {
	margin: 0; padding: 0;
	margin-top: 10px;
	list-style-type: none;
	border-top: 1px solid #FFF;
}
#left-nav li {
	margin: 0; padding: 5px 10px;
	text-transform: uppercase;
	font-size: 1.2em;  /* 12px */
	line-height: 1.1em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #FFF;
}
#left-nav li a {
	text-decoration: none;
	color: #333;
}
#left-nav li a:active,
#left-nav li a:hover {
	color: #960;
}
#left-nav li.active {
	background: #fff;
}
/* ----------------------------------
Zweite Ebene
-------------------------------------*/
#left-nav li ul {
	margin: 0; padding: 0;
	margin-left: 10px;
	margin-top: 5px;
	list-style-type: none;
	font-weight: normal;
}
#left-nav li ul li {
	margin: 0; padding: 0;
	padding-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: none;
	border-bottom: none;
}
#left-nav li ul li.active {
	font-weight: bold;
}
#left-nav li ul li.active a {
	color: #546A3B;
}
/* ----------------------------------
Dritte Ebene
-------------------------------------*/
#left-nav li ul li ul li {
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
}
#left-nav li ul li.active ul li a {
	color: #333;
}

/* --------------------------------------------------- */
#middle {
	min-height: 320px;
	background: #FFF url(../images/green-bg10.jpg) repeat-y;
}
* html #middle {
	height: 320px;
}

#left, #center, #right {
	float: left;
}
#left, #right {
	width: 200px;
}
#center {
	width: 560px;
}

/* --------------------------------------------------- */
/* main content
/* --------------------------------------------------- */
#center {
	font-size: 1.4em; /* 14px */
}
#center .content {
	margin: 0; padding: 20px;
}
#center h2 {
	margin: 0; paddding: 0;
	margin-bottom: 1em;
	color: #960;
	font-weight: normal;
}
#center h3 {
	color: #960;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#center h4 {
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
}
#center p {
	line-height: 1.37em; /* 19px */
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#center a {
	color: #000;
	text-decoration: none;
}
#center select {
	margin-top: 10px;
}
#center .csc-textpic-image img {
	/* border: 1px solid #CCC; #kommt aus TS wg breitenberechnung */
}
#center .csc-textpic-caption {
	color: #546A3B;
	font-size: 12px;
	margin: 0; padding: 5px;
}

/* --------------------------------------------------- */
/* footer-x
/* --------------------------------------------------- */
#footer {
	height: 124px;
	clear: both;
	text-align: center;
	background: #FFF url(../images/footer-bg.jpg) repeat-x;
	border-top: 1px solid #996600;
}
#meta-nav {
	width: 100%;
	text-align: center;
	margin: 0; padding: 0;
	list-style-type: none;
}
#meta-nav li {
	margin: 0 10px; padding: 0;
	display: inline;
	font-size: 1.2em; /* 12px */
	color: #030;
}
#meta-nav li a {
	text-decoration: none;
	color: #030;
}
#meta-nav li.active a {
	color: #030;
}

/* --------------------------------------------------- */
/* tt-products anpassung
/* --------------------------------------------------- */
.tx-ttproducts-pi1-wrap1,
.tx-ttproducts-pi1-wrap2 {
	font-family: Georgia, Times, serif;
	font-size: 1em;
}
.tx-ttproducts-pi1-wrap1 {
	color: #960;
	font-weight: bold;
}
.tx-ttproducts-pi1-wrap2 {
	color: #333;
	font-size: 0.9em;
}
.tx-ttproducts-pi1-wrap2 p.bodytext {
	margin: 0; padding: 0;
}