html, body {
	height: 100%;
}
/*
.thumb{
	max-height:200px;
	max-width:200px;
}
.preview{
	max-height:320px;
	max-width:580px;
}
*/


/* language selection */
.CUR a{
	color:black;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
/*	overflow: auto; */ 
	margin: 0px;
	text-align: center;

}
/* links and steps for the paginateButton */
a.step {
	padding: 0 0 0 8px;
	font-size: 12px;
	background: url(../images/arrow_1.gif) left center no-repeat;
}
/* links and steps for the paginateButton */
a.nextLink {
	padding: 0 8 0 11px;
	font-size: 12px;
	background: url(../images/arrow_1.gif) left center no-repeat;
}
a.prevLink {
	padding: 0 8 0 8px;
	font-size: 12px;
	background: url(../images/arrow_2.gif) left center no-repeat;
}
/* current page of the paginate Button */
.currentStep {
	font-weight:bolder;
	padding-right: 11px;
	font-size: 12px;
	padding-left: 11px;
}
/* shows the number of available articels on product page*/
.countResults{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
}

td {
	font-size: 11px;
	color: #333333;
	text-align: left;
}

a {
	color: #BE530C;
	text-decoration: none;
}

a:hover {
	color: #BE530C;
	text-decoration: underline;
}

a.mainmenu {
	text-transform:uppercase;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}

a.mainmenu:hover {
	background-color:#FFFFFF;
	text-decoration:none;
}

li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

/*  maintable  */

#maintable {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#maintableWithoutHeader {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

}

#maintable_left {
	background-image: url("../images/main_leftimg2.gif");
	background-position: left top;
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}
#maintable_middle {
	width: 851px;
	vertical-align: top;
}
#maintable_right {
	background-image: url(../images/main_rightimg2.gif);
	background-position: right top;
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: right;
}

/*  headertable  */

#headertable {
	width: 851px;
	margin-top: 20px;
}

/*  headermenu  */

#headermenu {
	width: 851px;
	margin-top: 5px;
}
#headermenu_middle {
	background-image: url(../images/headermenu_bg.gif);
	background-repeat: repeat-x;
	height: 46px;
	padding-left: 10px;
}
#headermenu_middle_noHeader {
	background-image: url(../images/headermenu_bg2.jpg);
	background-repeat: repeat-x;
	height: 46px;
	padding-left: 10px;
}

/* ++ Headermenu Layer 2 ++ */

.headermenu_lay2 {
	width: 130px;
	border-bottom: 1px solid #815D08;
}
/* normal */
.headermenu_lay2_no {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #F1B425;	wird im TS-Setup festgelegt	*/
	border-left: 1px solid #815D08;
	border-right: 1px solid #815D08;
	border-top: 1px solid #815D08;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
}
.headermenu_lay2_no a {
	color: #042615;
	font-weight: bold;
	text-decoration: none;
}
.headermenu_lay2_no a:hover {
	color: #042615;
	font-weight: bold;
	text-decoration: none;
}
/* active */
.headermenu_lay2_act {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #FEF9ED;	wird im TS-Setup festgelegt */
	border-left: 1px solid #815D08;
	border-right: 1px solid #815D08;
	border-top: 1px solid #815D08;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
}
.headermenu_lay2_act a {
	color: #042615;
	font-weight: bold;
	text-decoration: none;
}
.headermenu_lay2_act a:hover {
	color: #042615;
	font-weight: bold;
	text-decoration: none;
}


/*  languagemenu  */

#langmenu {
	width: 820px;
	margin-top: 3px;
	padding-right: 31px;
	text-align: right;
}
#langmenu a {
	color: #333333;
	text-decoration: none;
}

#langmenu a:hover {
	color: #BE530C;
	text-decoration: underline;
}

/*  Content Outer  */

#content_outer {
	width: 831px;
	margin-left: 10px;
	margin-right: 10px;
}

/*  Leftmenu  */

#leftmenu_main {
	width: 170px;
	vertical-align: top;
}


/***
---- Leftmenu Allgemein ----
****/

#leftmenu_box {				/* Menuebox */
	width: 143px;			/* Menuebreite = Zellenbreite - margin-left */
	margin-left: 27px;
	margin-top: 40px;
}
/* left menu with scrollbar if the height is more then 350 px */
#leftmenu_box_scroll {	
	width: 160px;			/* Menuebreite = Zellenbreite - margin-left */
	margin-left: 27px;
	margin-top: 40px;
	overflow-y:auto;
	height:350px;
}

/*** Layer 1 ******************************/
/*** normal ***/
.leftmenu_1_no {
	background-image: url(../images/leftmenu_1_no.gif);	/* Hintergrund mit Bullet */
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 11px;		/* Linkabstand zum linken Rand */
	padding-top: 0px;		/* Linkabstand zum oberen Rand */
	margin-bottom: 5px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_1_no a {
	color: #446D53;
	text-decoration: none;
}
.leftmenu_1_no a:hover {
	color: #BE530C;
	text-decoration: none;
}
/*** active ***/
.leftmenu_1_act {
	background-image: url(../images/leftmenu_1_no.gif);	/* Hintergrund mit Bullet */
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 11px;		/* Linkabstand zum linken Rand */
	padding-top: 0px;		/* Linkabstand zum oberen Rand */
	margin-bottom: 5px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_1_act a {
	color: #BE530C;
	font-weight: bold;
	text-decoration: none;
}
.leftmenu_1_act a:hover {
	color: #BE530C;
	font-weight: bold;
	text-decoration: none;
}

/*** Layer 2 ******************************/
/*** normal ***/
.leftmenu_2_no {
	background-image: url(../images/leftmenu_2_no.gif);	/* Hintergrund mit Bullet */
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 21px;		/* Linkabstand zum linken Rand */
	padding-top: 0px;		/* Linkabstand zum oberen Rand */
	margin-bottom: 5px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_2_no a {
	color: #446D53;
	text-decoration: none;
}
.leftmenu_2_no a:hover {
	color: #BE530C;
	text-decoration: none;
}
/*** active ***/
.leftmenu_2_act {
	background-image: url(../images/leftmenu_2_no.gif);	/* Hintergrund mit Bullet */
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 21px;		/* Linkabstand zum linken Rand */
	padding-top: 0px;		/* Linkabstand zum oberen Rand */
	margin-bottom: 5px;		/* Abstand zum naechsten Menuepunkt */
}
.leftmenu_2_act a {
	color: #BE530C;
	font-weight: bold;
	text-decoration: none;
}
.leftmenu_2_act a:hover {
	color: #BE530C;
	font-weight: bold;
	text-decoration: none;
}




/*  Content  */

#content_main {
	width: 100%;
	vertical-align: top;
}

#bigtitle {
	height: 24px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(../images/bullet_bigtitle.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;		/* Titelabstand zum linken Rand */
	padding-top: 3px;		/* Titelabstand zum oberen Rand */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #074023;
	text-align: left;
}
/* line below the header bigtitle */
#bigtitle_line {
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/bigtitle_line.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: right;
}
#content_box {
	margin-left: 24px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #815D08; 
}


/*  Sideinfo  */

#sideinfo_main {
	width: 180px;
	vertical-align: top;
	padding-left: 10px;
}
#sidebar_search {
	margin-top: 40px;
	height: 17px;
	margin-bottom: 12px;
}
#search_button {
	margin-left: 4px;
	float: left;
}
.search_input {
	width: 130px;
	height: 17px;
	border: 1px solid #815D08;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-left: 4px;
	float: left;
}

.sidebar_content{
	width:160px;
	margin-bottom:12px;
	text-align:left;
}

.sidebar_title{
	background-color: #96A68E;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.sidebar_text {
	background-color: #FCEFD1;
	padding: 5px;
	margin-bottom: 12px;
}


/*  Footer  */

#footer {
	width: 851px;
	margin-top: 15px;
}
#footer_content {
	background-color: #F8D992;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

/*  Infomenu  */

#infomenu {
	width: 851px;
	margin-top: 5px;
}
#infomenu_left {
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
}
#infomenu_left a {
	color: #333333;
	text-decoration: none;
}
#infomenu_left a:hover {
	color: #BE530C;
	text-decoration: none;
}
#infomenu_right {
	text-align: right;
	padding-right: 10px;
}


/*************************************************
*******     TYPO 3 - CSS-StyledContent     *******
**************************************************/

/*  Typo 3 Bodytext - CSS-StyledContent */
.bodytext {
	margin: 0px;
	text-align: left;
}


/* - Typo3 Tabelle - CSS-StyledContent */

.contenttable td th {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.contenttable .tr-even {
	background-color: #FFFFFF;
}
.contenttable .tr-odd {
	background-color: #EFEFEF;
}
.contenttable .tr-0 td {
	background-color: #96A68E;
	color: #FFFFFF;
	font-weight: bold;
}
.contenttable .td-0 {
	background-color: #FCEFD1;
}
.contenttable .header{
	background-color: #96A68E;
	color: #FFFFFF;
	font-weight: bold;
}
.contenttable .header a{
	background-color: #96A68E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}

/* - Typo3 Content Titel - CSS-StyledContent */

h1.csc-header {
	font-size: 12px;
	font-weight: bold;
	color: #88461A;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.csc-header .csc-firstHeader {
	margin-top: 0px;
}

/* - Typo3 Indexed Search */

.tx-indexedsearch-rules h2 { font-size: 13px; font-weight: bold;}
.tx-indexedsearch-res { width: 445px;}
/* default styles for extension "tx_indexedsearch" */
/*.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-size: 12px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; font-size: 12px; border-top: 12px solid #FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
/*.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }*/

/*h1, h2 {
	font-size: 18px;
	font-weight: bold;
}

.tx-flashpageheader-pi1 img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #0000ff;
}
.tx-flashpageheader-pi1 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #00ff00;
}*/

/* - Typo3 - Mailform - CSS-StyledContent */

.csc-mailform {
	border: 0px;
}
.csc-mailform-field {			/* Komplette Zeile */
	clear: left;
}
td.csc-mailform-field {			/* Komplette Zeile */
	clear: left;
	width: 200px;
}
.csc-mailform-field label {		/* Bezeichnung */
	clear: left;
	display: block;
	float: left;
	/* width: 80px;	*/			/* Breite */
	font-weight: bold;
	color: #BE530C;
	padding-top: 3px;
	margin: 0px;
}
.braun_hell {		/* Bezeichnung */
	font-weight: bold;
	color: #BE530C;
	padding-top: 3px;
	margin: 0px;
}
.csc-mailform-field input {		/* Eingabefeld */
	width: 200px;				/* Breite */
	float: left;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;		/* Abstand zur nächsten Zeile */
}
.csc-mailform-field textarea {	/* Textarea */
	width: 200px;				/* Breite */
	float: left;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;		/* Abstand zur nächsten Zeile */
}

.csc-mailform-submit {		/* Submitbutton */
	clear: left;
	/* margin-left: 80px; */			/* Button unter die Felder setzen */
	width: auto;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #E8E6E1;
	padding: 2px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.errors {
    background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat;;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
    line-height: 16px;
    padding-left: 30px;
}

td.errors input {
    border: 1px solid red;
}

div.customerList{
	height: 350px;
	overflow: scroll;
	display:block;
	overflow-x: hidden; 
}

#calendar{
	width:260px;
}


