/* Allgemeines ----------------------------------------------------- */
/* ----------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../images/body_background.jpg') repeat-x;
	background-color: #222;
	color: #666;
}

html {
	height: 100%;
	padding-bottom: 1px;
}

html, body {
	margin: 0;
	/*padding: 0;*/
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* Fonts ----------------------------------------------------------- */
/* ----------------------------------------------------------------- */

strong {
	color: #666;
}	

h1 {
	font-size: 1.8em;
	padding: 0 0 5px 0;
	line-height: 1em;
	color: #7E7345;
	margin: 16px 0;
}

h2 {
	font-size: 1.4em;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	color: #7E7345;
	margin: 16px 0;
}

h3 {
	padding: 0 0 5px 0;
	color: #7E7345;
	margin: 16px 0;
}

p {
	color: #666;
	font-size: 1em;
	margin: 0 0 16px;
}

/* Klassen --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.aligncenter,
.align-center,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft,
.align-left {
   float: left;
}

.alignright,
.align-right {
   float: right;
}

.smallText {
	font-size: .8em;
}

.readMore {
	display: block;
	float: right;
	/*margin-top: 20px;*/
	background-image: url('../images/read_more.jpg');
	width: 76px;
	height: 13px;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	line-height: 15px;
}

.readMore a {
	display: block;
}

.hidden {
	display: none;
}

.icon img {
	display: block;
}

.external-link,
.external-link-new-window,
.internal-link,
.internal-link-new-window,
.mail {
	margin-left: 3px;
	padding-left: 15px;
}

.external-link-new-window {
	background: url('../images/externallink.gif') left center no-repeat;
}

.internal-link,
.internal-link-new-window {
	background: url('../images/internallink.gif') left center no-repeat;
}

.mail {
	background: url('../images/mail.gif') left center no-repeat;
}

/*.csc-default {
	clear: both;
	overflow: auto;
}

.csc-default ul {
	list-style-type: square;
}

.csc-default ul li {
	display: block;
	padding-left: 20px;
	/*background: url('../images/contentbox_large_bottom.jpg') no-repeat;
}

.csc-textpic-image ul li {
	padding-left: 0;
}*/

.clear {
	clear: both;
	font-size: 1px;
	display: block;
}

.divider {
	clear: both;
	margin-top: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
}

.divider hr {
	display: none;
}

/* Links ----------------------------------------------------------- */
/* ----------------------------------------------------------------- */

a img {
	border: none;
}

a {
	color: #7E7345;	
	text-decoration:none;
}

a:hover {
	color: #CC6;
}

a:active, a:focus {
	outline-style: none;
	outline-width: medium;
}

a:active,
a:focus {
	outline: none;
}

/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#pageheader {
	height: 85px;
	font-size: .8em;
}

#pageheaderLeft {
	width: 351px;
	height: 85px;
	float: left;
	/*background: url('../images/page_header_left.jpg') no-repeat;*/
}

#pageheaderRight {
	width: 649px;
	height: 85px;
	float: right;
	background: url('../images/page_header_right.jpg') no-repeat;
}

#pageheader h1 {
	width: 351px;
	height: 85px;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
		
#pageheader h1 a {
	/*display: block;*/
	width: 351px;
	height: 85px;
	/*text-indent: -2000px;*/
	/*background: url('../images/page_header_left.jpg') no-repeat;*/
}

#slideshow {
	height: 300px;
	/*border-bottom: 1px solid #666;*/
}

#headerImage {
	height: 250px;
}

/* rotator in-page placement */
#rotator,
#products {
	position: relative;
	height: 300px;
	overflow: hidden;
}

/* rotator css */
#rotator ul,
#products ul {
	list-style: none;
	display: block;
}

/* rotator css */
#rotator ul li,
#products ul li {
	float: left;
	position: absolute;
	list-style: none;
}

/* rotator image style */	
#rotator ul li img,
#products ul li img {

}

#rotator ul li.show,
#products ul li.show {
	z-index: 500;
}

#products ul li img {
	margin-bottom: 5px;
}

#sidebarLarge #products p {
	margin: 0;
}

#sidebarLarge #products ul li {
	border-bottom: 0;
	padding: 0;
}

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#nav {
	clear: both;
	background: url('../images/hnav_background.jpg') no-repeat;
	width: 1000px;
	height: 23px;
	background: #222;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 23px;
}

#nav ul#navigationRight {
	width: 230px;
	float: right;
	/*padding-right: 16px;*/
}

#navigationRight {
	width: 230px;
	float: right;
	/*padding-right: 16px;*/
}

#nav ul#navigationLeft {
	width: 770px;
	float: left;
}
		
#nav ul#navigationRight li {
	position: relative;
	display: block;
	float: left;
	width: 26px;
	height: 23px;
	margin: 0;
}

#nav ul#navigationLeft li {
	position: relative;
	display: block;
	float: left;
	height: 23px;
	margin: 0;
}

#nav ul#navigationRight li a {
	display: block;
	float: right;
	width: 20px;
	height: 23px;
	padding: 0;
	border-right: none;
	text-align: center;
/*	background: url('../images/right_menu_button.jpg');*/
}

#nav ul li a {											/* NAVIGATION */
	color: #666;										/* text color */
	/*border-right:1px solid #660}	*/				/* link seperator color (the little line) */
	text-decoration: none;
	display: block;
	margin-top: 0px;
	padding: 1px 16px;
	font-size: 12px;
}

#nav ul li a:hover,
#nav ul li.menu-level1-active a {
	background: #666;									/* hover background color */
	color: #000;
}														/* text hover color */

#nav ul li a:hover {
	text-decoration: none;
}

#nav li:hover ul,
#nav li.over ul {
	z-index: 3000;
	display: block;
	width: 200px;
	height: auto;
	top: 23px;
	left: 0;
}

/*#nav ul#navigationRight a {
float: right;
}*/

.navigation {
	width: 100%;
	font-size: 10px;
	margin: 0;
}

.navigation .alignleft {
	display: block;
	float: left;
	width: 49%;
}

.navigation .alignright {
	display: block;
	float: right;
	width: 49%;
	text-align: right;
}

/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

#content {
	width: 1000px;
	margin: 0;
	padding: 0;
	background-color: #434432;
}

#contentbox_top {
	float: right;
	width: 700px;
	height: 50px;
	padding: 0 40px;
	background: url('../images/contentbox_large_top.jpg') no-repeat;
}

#contentbox_center {
	float: right;
	width: 700px;
	padding: 0 40px 0 40px;
	background: url('../images/contentbox_large_center.jpg') repeat-y;
	background-color: #222;
	/*overflow: hidden;*/
}

#contentbox_bottom {
	float: right;
	width: 700px;
	height: 60px;
	padding: 0 40px 0 40px;
	background: url('../images/contentbox_large_bottom.jpg') no-repeat;
}

#content h1 {
	font-size: 1.8em;
	font-weight: lighter;
}

#content h2 {
	font-weight: bold;
}

#content p {
	/*clear: both;*/
}

#contentbox_center img {
	border: 1px solid #555;
	padding: 4px;
}

#contentbox_center ul {
	margin-bottom: 16px;
	list-style: disc;
}

#contentbox_center ul li {
	margin-left: 25px;
}

/*.csc-textpic-image,
.csc-textpic-imagerow,
.csc-textpic-imagewrap {
	width: auto !important;
}*/

#contentbox_center .csc-textpic-imagewrap ul {
	overflow: auto;
	margin-bottom: 0;
}

#contentbox_center .csc-textpic-imagewrap ul li {
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}

#contentbox_center .csc-textpic-imagewrap ul li img {
	margin-top: 0;
}

#contentbox_center .csc-textpic-border img {
	border: none;
}

div.csc-textpic {
	overflow: auto;
}

.csc-textpic img {
	display: block;
}

.csc-textpic-center img {
	display: inline;
}

.csc-textpic-above img {
	margin-bottom: 10px;
}

.csc-textpic-bottom img {
	margin-top: 10px;
}

div.csc-textpic-intext-left ul,
div.csc-textpic-intext-left ol {
	padding-left: 0;
}

div.csc-textpic-intext-left img,
div.csc-textpic-intext-left-nowrap img, 
div.csc-textpic-intext-right img,
div.csc-textpic-intext-right-nowrap img {
	margin-top: 5px;
}

/*div.csc-textpic-clear {
	margin-bottom: 10px;
}*/

/*.csc-textpic-left {
	float: left;
	margin-right: 16px;
}

/*div.csc-textpic-right {
	float: right;
	margin-left: 16px;
}*/

/*div.csc-textpic-above img {
	margin-bottom: 16px;
}*/
/*
div.csc-textpic-bottom img {
	margin-top: 16px;
}*/

/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#sidebarLarge {
	/*background:url(images/sidenav_middle.jpg) repeat-y;*/
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#sidebarLarge p {
	color: #7E7345;
	margin: 0 20px;
}

#sidebarLarge p a {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#sidebarLarge ul li {
	font-size: .9em;
/*	font-weight:bold;*/
	line-height:1.2em;
	margin: 0px 20px 0px 20px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dotted #330;
	display: block;
}

#sidebarLarge ul li a:hover {

}

#sidebarLarge a {
	color: #7E7345;
	font-size: 14px;
	line-height: 1.5em;
}

#sidebarLarge a:hover {
	color: #990;
}

#sidebarLarge ul li h2 {
	display: block;
	text-indent: -2000px;
	padding: 0;
	margin: 0 0px 0 -20px;
	width: 220px;
	height: 80px;
}

#sidebarLarge li img {
    float: left;
	/*padding: 0 10px 0 10px;
	width:70px;
	height: 70px;*/
	overflow:hidden;
}

#sidebarLarge ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#sidebarLarge h3 img {
	margin: 0px;
	padding: 0px;
	border: 1px #06C solid;
}

/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	clear: both;
	width: 980px;
	height: 85px;
	margin: 0 auto;
	font-size: .8em;
	padding: 10px;
	background: url('../images/footer_background.jpg') no-repeat;
}	

#footer p {
	padding :0;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

p.footerLink {
	margin: 0;
	font-size: .8em;
	line-height: 1.5em;
	color: #555;
	text-align: center;
}

p.footerLink a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

ul#navigationFooter {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.5em;
	color: #555;
	text-align: center;
}

ul#navigationFooter li {
	position: relative;
	display: inline;
	margin: 0;
}
		
ul#navigationFooter li a {											/* NAVIGATION */
	text-decoration: none;
	display: inline;
	font-weight: bold;
	color: #666;
}

/* Suchform -------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#navigationRight label {
	width: 80px;
	font-size: 12px;
	padding: 1px 0;
	/*width: 180px;*/
	text-align: right;
	margin-right: 10px;
}

#navigationRight input {
	padding: 0 2px 2px;
	margin: 2px 0;
 	border: thin solid #555;
	width: 120px;
	color: #fff;
	font-size: 12px;
}

.keyword {
	color: #000;
	background: #fff000;
}

/* Mailform -------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.csc-mailform {
	margin-top: 26px;
	/*padding: 20px;*/
	border: none;
	/*border: thin solid #555;*/
}

.csc-mailform-field {
	clear: both;
}

label,
input,
select,
textarea {
	display: block;
	float: left;
	background-color: #222;
}

label {
	width: 80px;
	/*width: 180px;*/
	text-align: right;
	margin-right: 10px; 
}

input,
select,
textarea {
	padding: 2px;
	margin: 1px 0 6px;
 	border: thin solid #555;
	width: 300px;
	color: #fff;
}

input#mailformsubmit,
input#mailformformtype_mail { /* den Submit-Button */
	float: none;
	width: auto;
	margin-left: 90px;
	border: thin solid #666;
	background-color: #555;
	color: #000;
}

