@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding-left: 15px; 
}

ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}

ul li {
	line-height: 1.5;
	margin-left: 18px;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
html { height: 100%; }
body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ded4d3;
	background: #131111 url(../images/body_back.gif) 0 0 repeat-x;
}

body#subpage {
	background-image: url(../images/body_subpage_back.gif);
}
#home { background-color: #141111; }
#homecontainer { min-height: 100%; _height: 100%; }
#subpagecontainer {
	min-height: 100%;
	_height: 100%;
	background: url(../images/subpage_back.jpg) 0 0 repeat-x;
}

/* Header */
#headerContainer {
	height: 176px;
	position: relative;
}

#headerSlideshow {
	width: 948px;
	height: 176px;
	margin: 0 auto;
}

#headerLine {
	width: 100%;
	height: 40px;
	background: url(../images/header_line.png) center 0 no-repeat;
	top: 23px;
	position: absolute;
}

#header {
	width: 1019px;
	height: 40px;
	margin:0 auto 0 129px;
	position: relative;
}

#language {
	position: absolute;
	left:715px;
	top: 12px;
	line-height: 24px;
	color: #fff;
}

#language a {
	color: #fff;
	text-decoration: none;
}

#language a:hover, #language a.active {
	color: #131111;
}

a.print {
	background: url(../images/icon_print.png) 0 0 no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: right;
	display: block;
	right: 140px;
	top: 11px;
	text-indent: -9999px;
}

#switcher {
	line-height: 24px;
	color: #fff;
	position: absolute;
	left: 790px;
	top: 6px;
}

#switcher a {
	color: #fff;
	text-decoration: none;
}

#switcher a:hover, #switcher a.active {
	color: #131111;
}

a#smallStyle {
	font-size: 14px;
}

a#normalStyle {
	font-size: 20px;
}

a#bigStyle {
	font-size: 26px;
}

/* Menu */
#menu {
	width: 1080px;
	height: 33px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 6px;
}

#menu ul li {
	float: left;
	display: block;
	padding-left: 11px;
	margin: 0 5px;
}

#menu ul li a {
	font-weight: bold;
	float: left;
	display: block;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	padding: 5px 11px 4px 0px;
}

#menu ul li.active, #menu ul li.hovered {
	background: url(../images/menu_item_back.gif) 0 0 no-repeat;
}

#menu ul li.active a, #menu ul li.hovered a {
	background: url(../images/menu_item_link_back.gif) right 0 no-repeat;
}

/* Front teaser */
#frontTeaserWrap {
	background: #000;
/*	background: #141111 url(../images/front-teaser-wrap.png) repeat-x 0 0;*/
}

#frontTeaser {
	width: 948px;
	margin: 0 auto;
}

#frontTeaserImage {
	float: left;
	width: 304px;
}

#frontTeaserText {
	float: right;
	width: 622px;
	line-height: 24px;
}

#frontTeaserText h1 {
	line-height: 30px;
	font-style: italic;
	padding: 20px 0 1px 0;
}

#frontTeaserText li {
	background: url(../images/list_item_back.gif) 2px 7px no-repeat;
	padding-left: 22px;
}

#whyChoose {
	padding: 2px 0;
}

#whyChoose a {
	float: right;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	font-size: 13px;
	font-style: italic;
	display: block;
	background: url(../images/why_choose_back.png) 0 0 no-repeat;
	height: 25px;
	width: 166px;
	padding-left: 6px;
	font-weight: bold;
	margin: -30px 0 20px 0;
}

/* Front latest news */
#frontLatestNewsContainer {
	width: 100%;
	height: 39px;
	background: url(../images/front_news_line_back.gif) 0 0 repeat-x;
}

#frontLatestNews {
	width: 948px;
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 24px;
	padding-top: 7px;
}

#frontLatestNews h2 {
	font-size: 14px;
	font-style: italic;
	float: left;
	font-weight: normal;
	padding: 0 18px;
}

.frontLatestNewsItem {
	float: left;
	padding-right: 25px;
}

.frontLatestNewsItem span.frontDate {
	float: left;
	display: block;
	font-size: 9px;
	padding: 2px 11px 0 0;
}

.frontLatestNewsItem a {
	font-size: 14px;
	font-style: italic;
	color: #CED64B;
	text-decoration: none;
	float: left;
	display: block;
	font-weight: bold;	
}

.frontLatestNewsItem a:hover {
	color: #fff;	
}

/* Front boxes */
#frontBoxesContainer {
	background: #141111 url(../images/front-teaser-wrap.png) repeat-x;
/*	background-color: #060606;*/
	width: 100%;
	padding-bottom: 67px;
}

#frontBoxes {
	padding: 16px 0 24px 0;
	width: 948px;
	margin: 0 auto;
}

.frontBoxBig {
	background-color: #332724;
	width: 339px;
	height: 106px;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	margin-right: 24px;
}

.frontBoxCorner {
	background: url(../images/corners.png) 0 0 no-repeat;
	width: 4px;
	height: 106px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	font-size: 0;
	line-height: 0;
}

.frontBoxLink a {
	width: 333px;
	height: 85px;
	display: block;
	text-align: right;
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: url(../images/green_arrow.png) right 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 3px;
	padding-top: 21px;
	z-index: 1001;
}

.frontBoxLink span {
	display: block;
	font-size: 20px;
}

.frontBoxImage {
	width: 339px;
	height: 106px;
	overflow: hidden;
}

.frontBoxSmall {
	width: 222px;
	height: 106px;
	overflow: hidden;
	display: block;
	position: relative;
	background-color: #332724;
	float: right;
}

.frontBoxSmallImage {
	width: 222px;
	height: 106px;
	overflow: hidden;
}

.frontBoxSmallLink a {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 222px;
	height: 106px;
	float: right;
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../images/front_box_small_link_back.png) 0 0 no-repeat;
}

/* Footer */
#footerContainer {
	width: 100%;
	height: 67px;
	background: url(../images/footer_back.gif) 0 0 repeat-x;
	position: relative;
	margin-top: -67px;
}

#footer {
	width: 948px;
	height: 40px;
	padding-top: 27px;
	margin: 0 auto;
	line-height: 20px;
	position: relative;
}

.copyright {
	float: left;
	width: 326px;
}

.footerLinks {
	float: right;
	width: 350px;
	text-align: left;
}

.footerLinks a {
	color: #CED64B;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #fff;
	text-decoration: none;
}

a.koppert {
	position: absolute;
	left: 414px;
	top: 12px;
}

/* Breadcrumbs */
#breadcrumbs {
	width: 948px;
	margin: 0 auto;
	line-height: 22px;
	color: #5a4f4f;
	font-size: 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

.toLocation {
	padding-right: 36px;
	color: #fff;
}

#breadcrumbs a {
	color: #CBC5C7;
	text-decoration: none;
	margin:0 5px;
}
.location {
	margin-left: 5px;
	color:#fff;
	}

/* Subpage columns */
#wrapper {
	width: 948px;
	padding-bottom: 85px;
	margin: 0 auto;
}

/* Left Column */
#columnLeft { width: 200px; float: left; padding: 0 25px 0 0; }
#columnLeft h2 { background: #141212 url(../images/subnav.gif) repeat-y 0 0; padding: 10px 0 22px 0; line-height: 30px; text-align: right; padding: 10px 15px 22px 0; /*font-style: italic;*/ font-weight: bold; }

#columnRight {
	width: 250px;
	float: right;
	padding-top: 36px;
}

#content {
	width: 454px;
	float: left;
	padding-top: 10px;
}

.sitemap #columnRight {
	width: 100px;
	float: right;
	padding-top: 36px;
}

.sitemap #content {
	width: 604px;
	float: left;
	padding-top: 10px;
}


/*#content img {
	border:7px solid #302625;
}*/


#content .csc-sitemap li {
	background:transparent url(../images/list_item_back.gif) no-repeat scroll 2px 7px;
	padding-left:22px;
	line-height:0;
	height:100%;
	padding-top:0px;
	}
	
#content ul li{
	background:transparent url(../images/list_item_back.gif) no-repeat scroll 2px 5px;
	padding-left:22px;
	/*height:20px;*/
	line-height: 24px;
	}	
	
#content ol li ul li  {
	background:transparent url(../images/list_item_back.gif) no-repeat scroll 2px 5px;
	padding-left:22px;
	/*height:20px;*/
	line-height: 24px;
	list-style-type:none; 
	}	

/* Submenu */
.subMenu { border-top: 1px solid #000; background: #141212 url(../images/subnav.gif) repeat-y 0 0; text-align: right; /*font-style: italic; font-weight: bold;*/ line-height: 18px; }
.subMenu a { display: inline-block; padding: 6px 15px; color: #CED64B; text-decoration: none; border-bottom: 1px solid #000; }
.subMenu a { display: block; }
.subMenu a:hover, .subMenu a:focus, .subMenu .active a { color: #fff; } 
.subMenu .active { background: #1d1817; border-bottom: 1px solid #000; }
.subMenu .active li { border: 0; }
.subMenu .active a { border: 0; }

.subMenu ul { font-size: .9166em; line-height: 1.2727em; font-weight: normal; }
.subMenu .active ul a { color: #b0a6a9; padding: 5px 15px; }
.subMenu .active ul a:hover, .subMenu .active ul a:focus, .subMenu .active ul .active a { color: #fff; }

.subMenu .active .active ul { font-size: .9090em; line-height: 1.2em; }
.subMenu .active .active ul a { color: #b0a6a9; background: url(../images/submenu-tree.gif) no-repeat 100% 50%; padding: 3px 26px 3px 15px; }
.subMenu .active .active ul a.lastSub { background-image: url(../images/submenu-tree-last.gif); }
.subMenu .active .active ul a:hover, .subMenu .active .active ul a:focus, .subMenu .active .active ul .active a { color: #fff; }

.subMenu li { margin-left: 0; }

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img { border: 0; }
div div.csc-textpic-imagewrap { b/order: 1px solid #000; p/adding: 7px; b/ackground: #302625; }
div div.csc-textpic-imagewrap dl { margin: 0 !important; }
div div.csc-textpic-imagewrap img { display: block; }

/* Right boxes */
.rightBox {
	width: 250px;
	height: 136px;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
}

.rightBoxImage {
	width: 250px;
	height: 136px;
	overflow: hidden;
}

a.rightBoxLink {
	width: 237px;
	height: 103px;
	display: block;
	float: right;
	line-height: 29px;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-right: 13px;
	padding-top: 33px;
	background: url(../images/right_box_link_back.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

a.rightBoxLink span {
	font-size: 17px;
	display: block;
}

/* Content styles */
#content h1 {
	line-height: 30px;
	font-weight: bold;
}

#content p {
	line-height: 24px;
	padding-bottom: 4px;
}

.contentImage {
	border: 1px solid #000;
	float: left;
	margin: 0 10px 10px 0;
}

div.csc-textpic-imagewrap{
	 border: 1px solid #000; 
	float: left;
	margin: 0 10px 10px 0;
}
div.csc-textpic img {
	/*border: 7px solid #302625;*/
}


.contentImage img {
	border: 7px solid #302625;
}

#content a {
	color: #CED64B;
	text-decoration: none;
	font-style: normal;
}

#content a:hover {
	color: #fff;
}


/*
 * Sitemap
 */
.csc-sitemap { }
.csc-sitemap li { background: #2F2422; margin-bottom: 1px; }
.csc-sitemap a { font-style: normal !important; display: inline-block; padding: 10px; color: #DED4D3 !important; }
.csc-sitemap a { display: block; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff !important; }
.csc-sitemap ul { margin-left: 20px; padding-bottom: 10px; }
.csc-sitemap li li { background: #3F322F; }
.csc-sitemap li li li { background: #4F3E3B; }
.csc-sitemap li li li li { background: #5F4B47; }


/********* POWERMAIL *************/

.tx-powermail-pi1 legend { display: none; }
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html { display: inline-block; overflow: hidden; margin-bottom: 5px; }
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html { display: block; }
.tx-powermail-pi1 label { float: left; width: 130px; }
.tx-powermail-pi1 textarea { width: 300px; }
.tx_powermail_pi1_fieldwrap_html_submit { margin-left: 100px; }
.tx-powermail-pi1 .powermail_mandatory_js {margin-left:100px; color:red;}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: bold; }
h2 { line-height: 24px; }

/*
 * News
 */
.news-item { margin-bottom: 20px; display: inline-block; overflow: hidden; }
.news-item { display: block; }
.news-item h2 { margin-bottom: 10px; }
.news-item .image { float: left; /*border: 1px solid #000; background: #302625;*/ padding: 7px; display: inline; margin-right: 17px; }
.date { float: right; line-height: 24px; }
.news-single-item h1 { margin-bottom: 20px; }
.news-single-item .date { line-height: 30px; }

div.csc-textpic-imagewrap,.csc-textpic-image img {
/*border:7px solid #302625;*/
	border: none;
}

#home div.csc-textpic-imagewrap, #home .csc-textpic-image img { border: 0; }
div.tx-powermail-pi1 #powermaildiv_uid191, div.tx-powermail-pi1 #powermaildiv_uid204 {margin-left:100px; padding-bottom:5px; }



/*
 * Gallery
 */
p.thumbs { clear: both; display: inline-block; overflow: hidden; }
p.thumbs { display: block; }
p.thumbs img { display: block; }


/* tables */

#content table.contenttable thead tr th, #content table.contenttable tr td {
	padding-left:5px;
	padding-right:10px;
	border:1px solid #ded4d3;
	text-align:left;
	}
	
#content table.contenttable {
	height: auto !important;
	}

#content table.contenttable tbody tr td p.bodytext {
	padding-bottom:0px;
	}	
	
/* Search */
#search {
	/*float: right;
	margin-right: 7px;*/
	width: 175px;
	position: absolute;
	right: -50px; 
	top: -3px;
	padding-top: 13px;
}

#search input.inpTxt, .tx-yagooglesearch-pi2 input.inpTxt {
	border: none;
	padding: 4px 2px 4px 4px;
	background: url(../images/search_inp.gif) 0 0 no-repeat;
	width: 79Px;
	vertical-align: middle;
	font-size: 13px;
	color: #999;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float:left;
}

#search input.inpBtn, .tx-yagooglesearch-pi2 input.inpBtn {
	border: none;
	width: 22px;
	height: 22px;
	background: url(../images/search_btn.gif) 0 0 no-repeat;
	cursor: pointer;
	vertical-align: middle;
	/*float:right;*/
	padding: 4px 2px 3px 4px;
	margin-top: 2px;
}
.tx-yagooglesearch-pi2 {
	/*float: right;
	margin-right: 7px;*/
	width: 175px;
	position: absolute;
	right: -50px; 
	top: -3px;
	padding-top: 13px;
}