/* CSS Document by Thomas Mller @ www.tm-webentwicklung.com for SMEAD 11.04.2008 */

/*=====================================
# Basic Layout & Centering            #
=====================================*/

/*
Dark blue = #183E7D;
Light blue = #1A8ED3;
Pink = d32f47 183E7D 
*/

/* Centered page: Add Scrollbar in other browsers than IE > no jumping */
html { 
	overflow: scroll;
	overflow-x: visible;
}

body {
	margin:0px 0px 10px 0px;
	padding:0px; /* Extrawurst fr Opera: */
	background-color:#C6C9CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

div#page {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

img {
	border:none;
}

img, a {
	outline:none;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul, li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.clearer {
	height:0px;
	clear:both;
	line-height:0px;
	font-size:1px;
	margin:0px;
	padding:0px;
}


/*=====================================
# Header                              #
=====================================*/
div#header {
	background-color:#FFFFFF;
	font-size:1.2em;
}

img#logo {
	float:left;
}

/* Language Pulldown */
div#language {
	color:#9BA0A4;
	margin:29px 0px 0px 15px;
	float:left;
}

div#language a {
	color:#9BA0A4;
	display:block;
	height:23px;
}

div#language ul li ul li a {
	height:auto;
}

div#language ul li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

div#language ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.7em;
	left: 0em;
	z-index:10000;
}
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*div#language ul li>ul { 
	top: auto;
	left: auto;
}*/

div#language ul li:hover ul, div#language ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#language ul li ul li {
	padding:3px 10px;
	background-color:#FFFFFF;
	border-left:1px solid #1A8ED3;
	border-right:1px solid #1A8ED3;
	border-bottom:1px solid #1A8ED3;
}

div#language ul li ul li.first {
	border-top:1px solid #1A8ED3;
}

/* Fast search */
form#fastsearch {
	margin:25px 0px 0px 35px;
	padding:0px;
	float:left;
}

input#fastsearchw {
	margin:-1px 0px 0px 0px !important;
	padding:5px 6px 6px 6px !important;
	float:left;
	background-image:url(../images/fastsearch-input.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid white;
	background-color:transparent;
	color:#9BA0A4;
	font-size:1em !important;
	width:130px !important;
}

input#fastsearchs {
	margin-left:-2px;
}

/*=====================================
# Navigation                          #
=====================================*/


/* Meta-Navigation */
ul#meta-navigation {
	float:right;
	margin:27px 6px 0px 0px;
}

ul#meta-navigation li {
	float:left;
	padding:2px 7px 3px 7px;
	border-left:1px solid #9BA0A4;
}

ul#meta-navigation li a {
	color:#9BA0A4;
	padding-bottom:3px;
	font-size:1em;
}

ul#meta-navigation li.active a {
	color:#333;
}

ul#meta-navigation li.first {
	border-left:none;
}

ul#meta-navigation li#rss {
	padding:0px 5px 0px 0px;
}

ul#meta-navigation li#rss a {
	display:block;
	text-indent:-999em;
	width:29px;
	height:20px;
	overflow:hidden;
	padding-bottom:0px;
	background:url(../images/icons/rss.gif) 9px 0px no-repeat;
}

/* Haupt-Navigation */
div#main-navigation {
	background-color:#183E7D;
	margin:0px 0px 0px 0px;
}

div#main-navigation ul {

}

div#main-navigation ul li {
	border-right:1px solid white;
	float:left;
}

div#main-navigation a {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding:11px 12px 12px 12px;
}

div#main-navigation ul li a:hover {
	background-color:#C6C9CC;
	color:#183E7D;
	text-decoration:none;
}

div#main-navigation ul li.active a {
	background-color:#1A8ED3 !important;
	color:#FFFFFF !important;
}

/* Breadcrumb-Navigation */
ul#breadcrumb-navigation {
	float:right;
	width:720px;
	/*background-color:#cbe888;*/
}

ul#breadcrumb-navigation li {
	float:left;
	padding:8px 0px 8px 7px;
}

ul#breadcrumb-navigation li a {
	font-size:1.1em;
	padding-left:10px;
	background-image:url(../images/breadcrumb-arrow.gif);
	background-position:0em 0.4em;
	background-repeat:no-repeat;
	text-decoration:underline;
}

ul#breadcrumb-navigation li.last a {
	text-decoration:none !important;
}

ul#breadcrumb-navigation li.first a {
	background-image:none;
}

/* Subnavigation */
div#sub-navigation {
	float:left;
	width:210px; /* 240 - 30 padding */
	padding:0px 15px 20px 15px;
}

div#sub-navigation h2 {
	font-size:1.5em;
	margin:10px 0px 8px 8px;
}

div#sub-navigation h2 a {
	/*color:#99d210;*/
}

/* SUB Level 1 */
ul.level1 {
	border-top:1px solid #c6c9cc;
	margin-bottom:70px;
}

ul.level1 li {
	border-bottom:1px solid #c6c9cc;
}

ul.level1 li.active {
	/*border-bottom:1px solid #99d210;*/
}

ul.level1 li a {
	display:block;
	padding:6px 0px 6px 8px;
	font-size:1.2em;
	font-weight:normal;
}

ul.level1 li a:hover {
	text-decoration:none;
	background-color:#C6C9CC;
}

ul.level1 li.active a, ul.level1 li.active a:hover {
	text-decoration:none;
	font-weight:bold;
	/*background-color:#99d210;*/
}

/* SUB Level 2 */
ul.level1 li.active ul.level2 {

}

ul.level1 li.active ul.level2 li {
	border-top:1px solid #fff;
	border-bottom:none;
}

ul.level1 li.active ul.level2 li a {
	padding:5px 0px 5px 18px;
	font-size:1.1em;
	/*background-color:#b1d757;*/
	background-image:url(../images/breadcrumb-arrow.gif);
	background-position:0.8em 0.8em;
	background-repeat:no-repeat;
	font-weight:normal;
}

ul.level1 li.active ul.level2 li a:hover {
	background-color:#C6C9CC;
	font-weight:normal;
	color:#000000 !important;
}

ul.level1 li.active ul.level2 li.active a, ul.level1 li.active ul.level2 li.active a:hover {
	/*background-color:#b1d757;*/
	font-weight:bold;
}

/* SUB Level 3 */
ul.level1 li.active ul.level2 li.active ul.level3 {

}

ul.level1 li.active ul.level2 li.active ul.level3 li {
	border-top:1px solid #fff;
	border-bottom:none;
}

ul.level1 li.active ul.level2 li.active ul.level3 li a {
	padding:5px 0px 5px 30px;
	font-size:1.1em;
	/*background-color:#cbe888;*/
	background-image:url(../images/double-arrow.gif);
	background-position:1.6em 0.8em;
	background-repeat:no-repeat;
	font-weight:normal;
}

ul.level1 li.active ul.level2 li.active ul.level3 li a:hover {
	background-color:#C6C9CC;
	font-weight:normal;
}

ul.level1 li.active ul.level2 li.active ul.level3 li.active a, ul.level1 li.active ul.level2 li.active ul.level3 li.active a:hover {
	/*background-color:#cbe888;*/
	font-weight:bold;
}

/* Action links */
div#sub-navigation div.subnavi-text {
	padding:0px 0px 20px 0px;
}

div#sub-navigation div.subnavi-text p {
	padding:0px 2px 0px 3px;
	margin:10px 0px 0px 0px;
	font-size:1.1em;
}

div#sub-navigation h3 {
	font-size:1.2em;
	margin:0px 0px 0px 0px;
	padding:2px 7px;
	background-color:#9BA0A4;
	border-bottom:1px solid white;
}

ul#action-navigation {
	background-color:#C6C9CC;
	padding:4px 0px 6px 0px;
}

ul#action-navigation li {
	padding:2px 7px;
	font-size:1.1em;
}



/*=====================================
# Startpage special                   #
=====================================*/
div#slideshow {
	float:left;
	position: relative;
	width:240px;
	height:300px;
	overflow:hidden;
}

div#slideshow div {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.slide img {
	display:block;
}

div#start-content {
	background-color:#FFFFFF;
	padding:20px 25px 20px 25px;
	width:430px; /* 480 - 50 padding */
	height:260px; /* 300 - 40 padding */
	overflow:auto;
	float:left;
}

div.news-latest-container {
	background-color:#1A8ED3;
	float:left;
	width:240px;
	height:300px;
	overflow:auto;
}

div.news-latest-container div#news-latest-container-inner {
	width:190px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:3px;
}

div#start-content h1 {
	margin:0px 0px 10px 0px;
	font-size:1.6em;
	line-height:1.5em;
}

div#start-content p {
	margin:0px 0px 10px 0px;
	font-size:1.2em;
	line-height:1.5em;
}

/* Products */
li.start-product, li.product {
	float:left;
	width:240px;
	padding-bottom:15px;
}

li.start-product h2, li.product h2 {
	font-size:1.3em;
	margin:9px 0px 8px 0px;
	text-align:center;
}

li.start-product h2 a, li.product h2 a {
	color:#fff !important;
}

li.start-product img {
	display:block;
}

li#product-filing {
	background-color:#8BB560;
}

li#product-desk {
	background-color:#E7DD18;
}

li#product-office {
	background-color:#D59A3C;
}

li#product-books {
	background-color:#852A3E;
}

/*=====================================
# First product page special          #
=====================================*/
li.start-product ul {
	background-image:url(../images/prod_ul-bg.png);
	background-position:left top;
	background-repeat:repeat;
	border-top:1px solid white;
	width:210px;
	min-height:183px;
	margin:-184px 15px 0px 15px;
	/* Trick FF into showing the bg image */
	position:relative;
}

li.start-product ul li {
	font-size:1.1em;
	padding:8px 12px;
	border-bottom:1px solid white;
}

li.start-product ul li.last {
	font-size:1.1em;
	padding:8px 12px;
	border-bottom:none;
}

/*=====================================
# Product subpage special             #
=====================================*/
li.product {
	padding-bottom:0px;
}

ul#product-navigation {
	border-bottom-width:12px;
	border-bottom-style:solid;
	/*border-bottom-color:#99d210;*/
}

/*=====================================
# Product pages special               #
=====================================*/
div.product-page-group, div.product-page-first, div.product-page-specs {
	padding:0px 15px 0px 0px;
}

div.product-page-first {
	margin-bottom:20px;
	position:relative;
}

div#content div.product-page-first ul {
	margin:15px 0 15px 0; !important;
}

div.product-page-group p, div.product-page-first p {
	margin-left:165px !important;
}

.con-product-page-left{
	float:left;
	width: 160px;
}

.con-product-page-left img{
	display: inline;
}

.con-product-page-right{
	margin-left:160px; /* Breite von con-product-page-left */
	position:relative;
	height:1%;
}

div.product-page-first div.con-product-page-right p{
	padding-bottom:15px; /* Abstand zum absolut-positionierten Pager */
	margin-left:0px !important;
}

p.product-page-more {
	text-align:right;
}

p.product-page-more a {
	background-image:url(../images/double-arrow-red.gif);
	background-repeat:no-repeat;
	background-position:0.1em 0.5em;
	padding-left:14px;
	font-weight:bold;
}

img.product-page-image {
	float:left;
	clear:left;
	margin:3px 25px 5px 0px !important;
}

.con-product-page-left img.product-page-image {
	float:left;
	margin:3px 5px 5px 0px !important;
}

/* Download list */
div.product-downloads {
	margin-left:-15px !important;
}

div.product-downloads h3 {
	margin-left:0px !important;
	width:450px !important;
}

div.product-downloads table {
	width:480px;
	border-bottom-width:5px;
	border-bottom-style:solid;
	/*border-bottom-color:#DEF4AA;*/
}

div.product-downloads table td {
	padding:5px 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-bottom-color:#DEF4AA;*/
	font-size:1.1em;
	text-align:left;
	vertical-align:middle;
}

div.product-downloads table td.download-image {
	width:50px;
}

div.product-downloads table td.download-name {
	/*width:290px;*/
}

div.product-downloads table td.download-checkbox {
	width:140px;
}

div.product-downloads table td.download-checkbox input, div.addto-printingtool form input {
	float:none;
	margin-bottom:7px;
}

div.product-downloads table td.download-checkbox label, div.addto-printingtool form label {
	position:relative;
	top:-2px;
	margin-left:3px;
	float:none !important;
	clear:none;
}

div.product-downloads table td.download-checkbox a, div.addto-printingtool form a {
	background-image:url(../images/double-arrow-red.gif);
	background-repeat:no-repeat;
	background-position:0.4em 0.5em;
	padding-left:14px;
}

div.product-downloads table td.download-checkbox span, div.addto-printingtool form span {
	background:url(../images/ajax-loader-indicator.gif) 0.4em 0em no-repeat;
	padding-left:24px;
	padding-bottom:10px;
	margin-left:-10px;
}

div.addto-printingtool form a, div.addto-printingtool form span {
	font-size:1.1em;
}

/* Add to Printing Tool */
div.addto-printingtool {
	margin-top:18px;
	margin-left:-15px;
	/*background-color:#99d210;*/
}

div.addto-printingtool h6 {
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
	float:left;
	margin:0px 0px 0px 0px;
	padding:3px 15px 4px 15px;
	width:535px;
}

div.addto-printingtool form {
	width:145px;
	padding:3px 0px 5px 10px;
	/*background-color:#DEF4AA;*/
	float:left;
}


/* Press Download list (RTE) */

table.table-downloads{
margin-left: -15px;
padding-top:20px;
}

table.table-downloads td{
/*border-bottom: 1px solid #EDE1BC;*/
padding:5px 0px 5px 15px;
font-size:1.1em;
text-align:left;
vertical-align:middle;
}

table.table-downloads th{
/*background-color:#EDE1BC;*/
padding:5px 5px 5px 15px;
font-size:1.1em;
text-align:left;
vertical-align:middle;
}

table.table-downloads td a{
text-decoration: none !important;
}

table.table-downloads td a:hover{
text-decoration: underline !important;
}

table.press-4columns .eins{width: 1%}
table.press-4columns .zwei{width: 62%}
table.press-4columns .drei{width: 17%; white-space:nowrap;}
table.press-4columns .vier{width: 20%}

/* Download Bag und Printing Tool */

/*.table-printingtool{width: 100%}*/

.table-downloadbag td, .table-printingtool td{ background-color:#fff;}

table.table-downloadbag .eins{width: 16%;}
table.table-downloadbag .zwei{width: 47%;}
table.table-downloadbag .drei{width: 17%;}
table.table-downloadbag .vier{width: 10%;}
table.table-downloadbag .fuenf{width: 10%;}

table.table-printingtool .eins{width: 20%;}
table.table-printingtool .zwei{width: 15%;}
table.table-printingtool .drei{width: 15%;}
table.table-printingtool .vier{width: 10%;}

.nobgcolor td{ background-color:#ffffff;}

table.table-downloadbag select{
	width: 80px;
	margin:0px 7px;
}

td.button-sheet a, td.button-leaflet a{
	background-color:#879198;
	color: #FFF;
	text-decoration:none;
	padding:1px 15px;
}

/* Downloads */

table.downloads-4columns .eins{width: 1%}
table.downloads-4columns .zwei{width: 65%}
table.downloads-4columns .drei{width: 14%}
table.downloads-4columns .vier{width: 20%}

/* Product list */
div.product-list table {
	width:720px;
	clear:both;
	margin-left:-15px;
	border-bottom-width:5px;
	border-bottom-style:solid;
	/*border-bottom-color:#DEF4AA;*/
}

div.product-list table th {
	/*background-color:#DEF4AA;*/
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	padding:5px 5px;
	white-space:nowrap;
}

div.product-list table td {
	padding:5px 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-bottom-color:#DEF4AA;*/
	font-size:1.1em;
	text-align:left;
	vertical-align:middle;
}

div.product-list table td.list-image {
	width:50px;
}

div.product-list table td.list-code {
	width:70px;
}

div.product-list table .list-color {
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
}

/* Article Details */
table.article-details {
	width:100%;
}

table.article-details th, table.article-details td {
	border-top-width:1px;
	border-top-style:solid;
	/*border-top-color:#DEF4AA;*/
	padding:4px 15px;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
}

table.article-details th {
	width:10.6em;
}

/* Sharelinks */
div.sharelinks {
	border:1px solid #9ba0a4;
	min-height:20px;
	padding:3px 5px;
	width:390px;
}

div.sharelinks p {
	float:left;
	padding:2px 10px 0px 0px !important;
	font-size:11px !important;
}

div.sharelinks ul li {
	float:left;
	padding:0px 4px 0px 4px !important;
	background:none !important;
}

div.sharelinks ul {
	margin:0px !important;
}

div.sharelinks img {
	border:1px solid #c6c9cc;
	padding:1px;
}


/*=====================================
# Image Center Special                #
=====================================*/

/* Search-Filter */ 
.con-search-filter {
	padding: 10px 0;
	margin-bottom:15px;
	
}

.con-search-filter label{
	float: none;
	padding-right:10px;
}

.con-search-filter input.submit{
	margin-left: 10px;
	font-size: 1.1em !important;
	width: auto;
}

.con-search-filter .search-image{
	float:left;	
	width:260px
}

.con-search-filter .search-trough{
	margin-right:20px;
	float:left;	
	width:260px
}

.con-search-filter input.medium, .con-search-filter select.medium {
	width:140px;
	margin-bottom:0px;
	font-size: 1.2em;
}

.con-search-filter .submit{
	float: right;
	margin-right:15px;
}

/* Search-Functions */
.con-search-functions{
	border:1px solid #EDE1BC;
	padding:4px 5px 3px 0;
	margin: 5px 15px 20px 0;
}

.con-search-functions div.search-download-bag{
	float:left;	
	width:180px	
}

.con-search-functions div.search-index{
	float:left;	
	width:160px;
}

.con-search-functions div.search-index p{
	margin-bottom:0px !important;
	line-height:1.1em !important;
	font-size:1.1em !important;
}

.con-search-functions div.search-pager{
	float:right;	
	width:340px;
	position: relative;
}

.submit-link{
	border:1px solid #EDE1BC;
	padding:4px 10px 3px 17px;
	text-decoration: none !important;
	background:#EDE1BC url(../images/double-arrow.gif) no-repeat 0.5em 0.8em;
	font-size:1.1em;
}

/* Styles for Search-Pager */
ul.search-pager{
	margin:0px !important;
	padding:0px;
	float:right;
}

ul.search-pager li{
	margin:0px !important;
	padding:0px !important;
	float: left;
	background-image:none;
	font-size:1em !important;
}

ul.search-pager li a{
	margin-right:6px;
	padding:1px 5px;
	/*background-color:#DEF4AA;*/
	font-weight:bold;
	font-size:1.1em;
	text-decoration: none !important;
}

ul.search-pager li a:hover{
	text-decoration: none;
}

ul.search-pager li.active a{
	/*background-color:#C3E475;*/
}

ul.search-pager li.first a, ul.search-pager li.last a{
	background-color:#fff;
	padding:1px 0px;
}

/* Styles for Search Images */
.con-images {
	padding-bottom:20px;
}

.con-image{
	width:73px;
	float: left;
	padding:10px 3px 5px 3px;
	margin:0 6px 7px 0;
	border:1px solid #EDE1BC;
	height:120px;
}

.con-image div.image{
	height:90px;
	margin-bottom:5px;
	overflow: hidden;
	text-align: center;
	background-color:#FFFFFF;
}

.con-image h4{
	margin: 0px !important;
	padding:2px 0 !important;
	font-size:1.1em !important;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
}

.con-image label{
	font-size:1.1em !important;
	width: auto;
	width:55px;
	float:right;
	clear:none !important;
	padding-top:2px;
}

.con-image input{
	margin-left:0px;
	width: auto;
	float: left !important;
}

/*=====================================
# Marginalcolumn right                #
=====================================*/
div#marginal {
	float:left;
	width:215px;
	margin:0px 0px 0px 0px;
	padding:22px 0px 0px 25px;
}

div#marginal p {
	font-size:1.1em;
	line-height:1.4em;
	margin:0px 0px 10px 0px;
	width:190px;
}

/* Teaser */
div.marginal-teaser {
	background-color:#C6C9CC;
	width:190px;
	margin-bottom:25px;
	padding-bottom:7px;
}

div.marginal-teaser h3 {
	padding:0px 10px;
	margin:7px 0px 0px 0px;
	font-size:1.2em;
	line-height:1.5em;
}

div#marginal div.marginal-teaser p {
	padding:0px 10px;
	margin:0px 0px 3px 0px;
	font-size:1.1em;
	line-height:1.4em;
	width:auto;
}

div#marginal div.marginal-teaser p.read-more a {
	background-position:0.1em 0.5em !important;
}

div#marginal embed {
	width:190px;
	margin-bottom:10px;
}

div#marginal h1 {
	font-size:1.5em !important;
	margin-bottom:7px;
}

div.teaser-grey {
	background-color:#C6C9CC;
}

div.teaser-green {
	background-color:#8bb560;
}

/*div.teaser-green h3, div.teaser-green p, div.teaser-green a {
	color:#FFFFFF;
}*/

/*=====================================
# Content-Bereich                     #
=====================================*/
div#content-container {
	background-color:#FFFFFF;
}

div#content {
	background-color:#FFFFFF;
	padding:20px 0px 10px 0px;
	width:480px;
	float:left;
	position:relative;
}

div#content.subpage {
	padding:20px 15px 5px 15px;
	width:450px;
}

/* Functions */
div#functions {
	float:right;
	padding:20px 0px 10px 0px;
	margin-right:240px;
}

p#link-print {
	background-image:url(../images/icon-print.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:20px;
	float:left;
}

p#link-tip {
	background-image:url(../images/icon-tip.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-left:50px;
	float:left;
}

p#link-print a, p#link-tip a {
	font-size:1.2em;
	text-decoration:none;
}


/*=====================================
# Footer                              #
=====================================*/
div#footer {
	clear:both;
	padding:11px 20px 11px 20px;
	color:#fff;
	background-color:#1A8ED3;
	font-size:1.1em;
}

div#footer a {
	font-weight:normal;
	text-decoration:none;
	color:#fff !important;
	float:right;
}

div#footer span {
	display:block;
	margin:0px 0px 0px 40px;
	padding:20px 0px 14px 0px;
}


/*=====================================
# Standard elements                   #
=====================================*/

/* Styles fr Schriftformatierungen */
h1 {
	font-size:1.8em;
	line-height:1em;
	/*color:#99d210;*/
	margin:0px 0px 12px 0px;
}

div#content h2 {
	font-size:1.3em;
	line-height:1.5em;
	color:#000;
	margin:18px 0px 5px 0px;
}

div#content h3 {
	font-size:1.3em;
	line-height:1.5em;
	margin:18px 0px 8px 0px;
	padding:3px 15px 4px 15px;
	/*background-color:#DEF4AA;*/
	clear:both;
}

div#content.subpage h3  {
	margin-left:-15px;
	margin-right:0px;
	width:100%;
}

div#content h3.darkblue, div#content h3.darkgrey {
	margin-bottom:0px !important;
}

div#content h3.darkgrey {
	background-color:#585B5C;
	color:#FFFFFF;
}

div#content h3.darkblue {
	background-color:#183E7D;
	color:#FFFFFF;
}

div#content h4 {
	font-size:1.2em;
	line-height:1.5em;
	color:#000;
	margin:18px 0px 8px 0px;
	text-transform:uppercase;
}

div#content h5 {
	font-size:1.5em;
	line-height:1.5em;
	color:#000;
	margin:15px 0px 8px 0px;
	padding:7px 0px;
	text-align:center;
	border:1px solid #bfbfbf;
}

div#content p, div#start-content p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0px 0px 10px 0px;
}

div#content a, div#start-content a {
	text-decoration:underline;
}

div#content ul {
	margin:0px 0 7px 0;
	padding:0px;
}

div#content ul li {
	font-size:1em;
	padding:1px 0px 4px 12px;
	line-height:1.4em;
	font-size:1.2em;
	list-style-type:none;
	background-image:url(../images/square-black.gif);
	background-position:0.1em 0.7em;
	background-repeat:no-repeat;
}


/* Styles for Pager */
ul.pager{
	margin:0px;
	padding:0px;
	position:absolute;
	bottom: 6px;
	left:161px;
}

div#content div.product-page-first ul.pager {
	margin-top:0px;
	position:static;
	min-height:20px;
}

ul.pager-single{
	margin:0px !important;
	padding:0px;
}

ul.pager li, ul.pager-single li{
	margin:0px !important;
	padding:0px !important;
	float: left;
	background-image:none;
	font-size:1em !important;
}

ul.pager li a, ul.pager-single li a{
	margin-right:6px;
	padding:1px 5px;
	/*background-color:#DEF4AA;*/
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none !important;
}

ul.pager li a:hover, ul.pager-single li a:hover{
	text-decoration: none;
}

ul.pager li.active a, ul.pager-single li.active a{
	/*background-color:#C3E475;*/
}

ul.pager li.first a, ul.pager li.last a, ul.pager-single li.first a, ul.pager-single li.last a{
	background-color:#fff;
	padding:1px 0px;
}

/* Special elements */

a.red-arrow {
	background-image:url(../images/double-arrow-red.gif);
	background-repeat:no-repeat;
	background-position:0.3em 0.5em;
	padding-left:14px;
	font-weight: bold;
}

span.red {
	color:#852A3E !important;
}

span.lightblue {
	color:#1A8ED3 !important;
}

span.darkblue {
	color:#183E7D !important;
}

a#clientsarea-button, div#main-navigation ul li.active a#clientsarea-button {
	color:#CDC49B !important;
}

a#clientsarea-button:hover {
	color:#183E7D !important;
}

div.column-left, div.column-left-small {
	float:left;
	width:230px;
}

div.column-right, div.column-right-small {
	float:left;
	width:190px;
	padding-left:30px;
}

div.column-left-small {
	width:120px;
}

div.column-right-small {
	width:310px;
	padding-left:20px;
}

div.column-left-small p {
	font-size:1em !important;
}

p.read-more {
	text-align:right;
}

p.read-more a, a.read-more, .news-latest-gotoarchive a {
	background-image:url(../images/double-arrow-red.gif);
	background-repeat:no-repeat;
	background-position:0.1em 0.5em !important;
	padding-left:12px;
	font-weight:bold;
	text-decoration:none !important;
}

a.read-more {
	position:absolute;
	right:15px;
}

p.float-right {
	float:right;
	clear:both;
}

p.line-top, div.line-top {
	border-top:1px solid #c7ccce;
	padding:10px 15px 0px 15px;
	margin-left:-15px !important;
	margin-right:-15px !important;
}

p.line-bottom {
	border-bottom:1px solid #c7ccce;
	padding:0px 15px 10px 15px;
	margin-left:-15px !important;
	margin-right:-15px !important;
}


/*=====================================
# Forms                               #
=====================================*/
form {
	margin:0px;
}

fieldset {
	font-size:1.2em;
	padding:0px 0px 5px 0px;
	border:none;
	margin-bottom:15px;
}

legend {
	padding-bottom:4px;
	color:#000000;
	font-weight:bold;
}

label {
	font-size:1.2em;
	cursor:pointer;
	margin-left:0px;
	width:120px;
	float:left;
	clear:left;
}

label.large {
	width:170px;
}

div.csc-mailform-field label {
	font-size:1em !important;
}

div.csc-mailform-field input, input.medium, select {
	border:1px solid #bfbfbf;
	margin-bottom:3px;
	width:200px;
	margin-right:10px;
	margin-bottom:5px;
	font-size:1.1em;
}

div.csc-mailform-field input {
	width:304px;
}

select.small {
	width:150px;
}

input.submit, input.csc-mailform-submit {
	border:1px solid #EDE1BC;
	color:#000;
	background-color:#EDE1BC;
	width:120px;
	font-size:1.1em !important;
	font-weight:bold;
	margin-left:120px;
}

fieldset div.csc-mailform-field input, fieldset input.medium, fieldset select, fieldset input.submit, fieldset input.csc-mailform-submit {
	font-size:1em !important;
}

input.csc-mailform-submit {
	width:150px !important;
	margin-left:120px;
}

input#db-submit {
	margin-left:0px !important;
	margin-right:15px;
	width: auto;
}

input.largelabels {
	margin-left:170px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	border:1px solid #bfbfbf;
	width:304px;
	height:85px;
	margin-bottom:15px;
}

span.star {
	float:right;
	color:#e50001 !important;
	margin-right:3px;
}

/*=====================================
# Plugins                             #
=====================================*/

/* News */
.news-latest-container h2 {
	margin:0px 0px 0px 0px;
	background-color:#183E7D;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.4em;
	font-size:1.8em;
	padding:2px 0px;
	text-align:center;
}

.news-latest-item {
	padding:0px 10px 0px 10px;
	margin:0.5em 0 1em 0;
	width:auto !important;
}

.news-latest-item h3 {
	font-size:1.1em;
	color:#00347d;
	margin:0px 0px 0px 0px;
}

.news-latest-item h3 a {
	font-weight:bold !important;
	font-size:1.1em;
	text-decoration:none !important;
	color:#000000;
}

.news-latest-item p.read-more a, .news-latest-gotoarchive a {
	background-position:0.1em 0.45em;
}

.news-latest-container p {
	font-size:1.1em;
	margin:0px;
	line-height:1.2em;
}

.news-latest-morelink {
	font-size:1.1em;
	width:auto !important;
	text-align:right;
}

.news-list-container {
	border-top:1px solid #c7ccce;
}

.news-list-item {
	padding-bottom:10px !important;
	border-bottom:1px solid #c7ccce;
}

.news-list-item h2 {
	margin-top:10px !important;
}

.news-list-item h2 a {
	text-decoration:none !important;
	color:#183E7D !important;
}

.news-list-item h2 a:hover {
	text-decoration:underline !important;
}

.news-list-item p {
	margin-bottom:0px !important;
}

.news-list-morelink {
	font-size:1.1em;
}

.news-single-timedata {
	padding-bottom:0px;
}

.news-single-backlink {
	border-top:1px solid #c7ccce;
	font-size:1.1em;
	padding-top:10px;
}

.news-single-img {
	padding-top:10px;
}

.news-latest-gotoarchive {
	font-size:1.1em;
	padding:3px 10px 1px 10px;
	border-top:1px solid #183E7D;
}

/* Download-Bag */
div#download-bag-info {
	background-color:#1A8ED3;
	color:#FFFFFF;
	font-size:1.1em;
	padding:5px 0px 5px 12px;
}

div#download-bag-info a {
color:#FFFFFF;
}

/* Indexed Search */
form#tx_indexedsearch fieldset {
	width:100%;
}

/*div#content ul.browsebox {
	padding-bottom:10px;
}

div#content ul.browsebox li {
	font-size:1.2em;
}*/

div#content ul.browsebox{
	padding:0px 0px 30px 0px !important;
	margin:0px !important;
}

div#content ul.browsebox li{
	margin:0px !important;
	padding:0px !important;
	float: left;
	background-image:none;
	font-size:1em !important;
}

div#content ul.browsebox li a{
	margin-right:6px;
	padding:1px 5px;
	background-color:#EDE1BC;
	font-weight:bold;
	font-size:1.1em;
	text-decoration: none !important;
}

div#content ul.browsebox li a:hover{
	text-decoration: none;
}

div#content ul.browsebox li.tx-indexedsearch-browselist-currentPage a{
	background-color:#CDC49B;
}

/*div#content ul.browsebox li a.first, div#content ul.browsebox li a.last, div#content ul.browsebox li:first-child a, div#content ul.browsebox li:last-child a{
	background-color:#fff;
	padding:1px 0px;
}*/

div.tx-indexedsearch-whatis {
	font-size:1.2em;
}

div.res-tmpl-css {
	border-top:1px solid #879198;
	float:none !important;
}

div.res-tmpl-css h2 {
	background-color:#dbdee0 !important;
}

.tx-indexedsearch .res-tmpl-css {
	clear:none;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color:#dbdee0 !important;
}

strong.tx-indexedsearch-redMarkup {
	color:#852A3E !important;
}

div.tx-indexedsearch-res {
	margin:0px 0px 0px -15px !important;
	padding:0px !important;
}

div.tx-indexedsearch-res.res-tmpl-css {
	margin-left:0px !important;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right:0px !important;
	float:left;
}

.percent-tmpl-css {
	font-size:0.8em;
	margin-top:-1.8em !important;
}

/* Sitemap */
div#content div.csc-sitemap ul {
	margin-top:0px;
	margin-bottom:0px;
}

div#content div.csc-sitemap ul li a:hover {
	text-decoration:underline !important;
}

div#content div.csc-sitemap ul li.sitemap-l1, div#content div.csc-sitemap ul li.sitemap-l2 {
	background-image:none;
}

div#content div.csc-sitemap ul li.sitemap-l1 {
	padding:10px 0px 0px 0px;
	background-image:none;
}

div#content div.csc-sitemap ul li.sitemap-l2 {
	padding:5px 0px 0px 0px;
	background-image:none;
	line-height:1.1em;
}

div#content div.csc-sitemap ul li.sitemap-l3 {
	padding:5px 0px 0px 10px;
	background-image:none;
	line-height:1em;
}

div#content div.csc-sitemap ul li.sitemap-l1 a {
	display:block;
	padding:0px 0px 2px 0px;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-weight:bold;
	color:#333;
	font-size:1.2em;
}

div#content div.csc-sitemap ul li.sitemap-l2 a {
	background-image:url(../images/square-black.gif);
	background-position:0.3em 50%;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	border-bottom:none;
	font-weight:normal;
	font-size:0.85em;
}

div#content div.csc-sitemap ul li.sitemap-l3 a {
	background-image:url(../images/square-black-open.gif);
	background-position:0.3em 50%;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	border-bottom:none;
	font-weight:normal;
	font-size:0.7em;
}

/* Tip-A-Friend */
textarea#TIPFORM-message {
	width:200px;
}

form#tipafriend label {
	width:190px;
}

form#tipafriend input.submit {
	margin-left:190px;
}

/* Highslide */
.highslide-html {
  background-color: white;
}

.highslide-html-content {
	position: absolute;
  display: none;
	width:310px;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
	padding-left: 22px;
	background-image: url(../scripts/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-html-content {
  width: 310px;
	min-height:210px;
  padding: 5px;

}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

.highslide-body {
	width:300px;
	min-height:200px;
}

.highslide-controlbar-container {
	height:25px;
}

.controlbar5 {	
	background: url(../scripts/highslide/graphics/controlbar5.gif) no-repeat top left;
	width: 60px;
	height: 25px;
	float:right;
}
.controlbar5 a {
	display: block;
	float: left;
	height: 25px;
}
.controlbar5 .highslide-move {
	width: 20px;
	margin-left:-2px;
}
.controlbar5 .close {
	width: 20px;
	margin-left:10px;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

table.ajax-popup-table th {
	font-size:1.3em !important;
	font-weight:bold !important;
	color:#183E7D !important;
	text-align:left;
	padding:3px 10px 3px 1px;
	border-bottom:1px solid black;
}

table.ajax-popup-table td {
	font-size:1.3em !important;
	text-align:left;
	padding:3px 1px 3px 0px;
	border-bottom:1px solid black;
}

p.ajax-popup-headline {
	font-size:1.4em;
	font-weight:bold;
	color:#6f4159;
}

/* Clearfix */
.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 */