/*____BODY____________________________________*/

html, body {
    height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color:#000;
	background:#fff;
	text-align:center;
}



/*____LAYER______________________________________*/



#page {
	width:1004px;
	margin:auto;
	text-align: left;
}

#outer-wrap {
	background:url(../images/bg_left.gif) repeat-y 84px 0;
	z-index:200;
	clear:both;
	line-height: 1.2;
}


#content-wrap {
	background:url(../images/bg_content.gif) repeat-y right;
	z-index:200;
	line-height: 1.2;
}

div#content-wrap.twocolumn {
	background:url(../images/bg_content2.gif) repeat-y right;
}




#header {
	z-index:600;
	padding-top:35px;
	background:#fff;
	height:80px;
	overflow:visible;
}

#logo {
	z-index:800;
	height:71px;
	width:290px;
  	padding-left:84px;
	float:left;
}

#logo a {
	border:0px solid #fff;
}

#logo img {
	border:0px;
}

#searchnavi {
  	padding-top:57px;
  	padding-left:225px;
	width:250px;
  	height:13px;
  	margin-bottom:10px;
	font-size:0.9em;
	color:#4a4a4a;
	float:left;
}

#searchnavi input#searchinput {
	font-size:0.9em;
	border:1px solid #b9b3a5;
  	padding:1px;
	margin:0 0px 0 3px;
	width:143px;
	float:left;
}

#searchnavi input#searchsubmit {
	font-size:0.9em;
	background:white;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

#langnavi {
  	padding-top:57px;
	float:right;
	height:13px;
  	margin-bottom:10px;
	font-size:0.9em;
	color:#4a4a4a;
	text-align:right;
}


#langnavi a:hover {
	color:#333;
}

#langnavi a#activelang {
	color:#00395b;
	font-weight:bold;
}

#langnavi a.nolang {
	color:#bbb;
}


#container {	
	width:1004px;
  	margin-right:-255px;
	margin-top:0;
    float:left;
	background:url(../images/bg_content.gif) repeat-y right;
	line-height: 1.2;
}

div#container.twocolumn {
  	margin-right:-630px;
	background: url(../images/bg_content2.gif) repeat-y right;
}


#left-con-wrap {
  	margin-right:255px;
  	line-height: 1.2;
	/*background:url(../images/bg_left.gif) repeat-y 80px 0;*/
}

div#left-con-wrap.twocolumn {
  	margin-right:630px;
	background:url(../images/bg_left.gif) repeat-y 84px 0;
}



div#left-con-wrap #bgimg {
	position:relative;
	left:84px;
	top:0;
	width:290px;
	height:400px;
	text-align:right;
	/*background:url(../images/naviImg_bag.gif) no-repeat right bottom;*/
}


#left {
	width:374px;
	float:left;
	line-height: 1.2;
}

div#left2 {
	width:374px;
	float:left;
	line-height: 1.2;
}



#left-con-wrap #center {
	/*margin-left:375px;*/
	margin-left:5px;
	float:left;
	width:350px;
	padding:10px;
  	border-top:1px solid #b9b3a5;
	/*border-left:1px solid #b9b3a5;
	border-right:1px solid #b9b3a5;*/
}

#page #right {
	float:right;
	width:230px;
	margin-top:0;
	padding:10px;
	background:#e3e0db;
	line-height: 1.2;
}

#content-area {
	float:right;
	/*-width:601px;*/
	width:603px;
	padding:10px;
	margin-top:0px;
	border-top:1px solid #b9b3a5;
	border-left:1px solid #b9b3a5;
	border-right:1px solid #b9b3a5;
	line-height: 1.2;
}

#breadcrumb {
	font-size:0.9em;
	color:#C6C1B6;
	margin-bottom:10px;
}
#breadcrumb a {
	font-size:0.9em;
	color:#C6C1B6;
	text-decoration:underline;
}
#breadcrumb a:hover {
	color:#b4afa5;
	text-decoration:none;
}



#navi {
	margin-top:37px;
	width:374px;
	height:150px;
}

#navi ul, #navi li, navi a {
	margin:0;
	padding:0;
	list-style:none;
}

#navi :hover,
#navi li.over ul,
#navi li.over {
	z-index:500;
}

#navi li.aktiv {
	z-index:100;
}

#navi ul#nav {
	width: 370px;
	font-size:1.0em;
	line-height:20px;
	font-weight:bold;
}

#navi ul#nav li.first {
	width:84px;
	text-align:right;
	margin-bottom:4px;
	overflow:visible;
}

#navi ul#nav li.first a {
	display:block;
	padding: 0px 3px 0px 0px;
	width:81px;
	height:21px;
	overflow:visible;
}

#navi ul#nav li.first a:hover,
#navi ul#nav li.first:hover, 
#navi ul#nav li.over, 
#navi ul#nav li.aktiv {
	background:#537a8e;
	color:#fff;
}

#navi ul#nav li.aktiv a {
	color:#fff;
}


#navi ul#nav li.first ul {
	width:290px;
	height:21px;
	visibility:hidden;
	position: absolute; 
	left: auto;
	top:auto;
	margin-top:-21px;
	margin-left:84px;
	/*-margin-left:0;*/
	margin-left:0; /*fixes the ie gap*/
	background: #a7becc;
	font-weight:normal;
	text-align:left;
	display: inline;
}

#navi ul#nav li.first:hover ul, 
#navi ul#nav li.over ul, 
#navi ul#nav li.aktiv ul {
	visibility:visible;
}

#navi ul#nav li.first ul li.second {
	height:21px;
	width:auto;
	float:left;
	display: inline;
	position:relative;
}
	
#navi ul#nav li.first ul li.second a {
	display:inline;
	padding: 4px 4px 2px;
	height:14px;
	font-size:0.9em;
	line-height:21px;
	color:#fff;
	width:auto;
}
	
#navi ul#nav li.first ul li.second a:hover,
#navi ul#nav li.first ul li.second:hover,
#navi ul#nav li.first ul li.over,
#navi ul#nav li.first ul li.aktiv {
	background:#00395b;
}


#navi ul#nav li.first ul li.second ul {
	width:auto;
	height:auto;/*21px*/
	display:block;
	position: absolute;
	/*left:auto;
	-left:0;*/
	left:0;
	margin-left:0;
	top:42px;
	visibility:hidden;
	background: #b8c4cc; 
	color:#fff;
	text-align:left;
	font-weight:normal;
	border-top: 1px solid #00395b;
	border-left: 1px solid #00395b;
	border-bottom: 1px solid #537a8e;
	border-right: 1px solid #537a8e;
}

#navi ul#nav li.first ul li.second:hover ul, 
#navi ul#nav li.first ul li.over ul,
#navi ul#nav li.first ul li.aktiv ul {
	visibility:visible;
}

#navi ul#nav li.second ul li.third {
	white-space:nowrap;
	display:block;
	/*float:left;*/
}
	
#navi ul#nav li.second ul li.third a {
	display:block;
	padding:1px 3px;
	/*padding: 4px 4px 4px;*/
	font-size:0.9em;
	height:auto;
}
html>body #navi ul#nav li.second ul li.third a {
 	display:block;
}
	
#navi ul#nav li.second ul li.third a:hover,
#navi ul#nav li.second ul li.over,
#navi ul#nav li.second ul li.aktiv {
	background:#073d5d;
	display:block;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #navi ul#nav li.first ul li.second {
	margin-bottom:0px;
}

* html #navi ul#nav li.first ul li.second ul {
	width:80px;
}

* html>body #navi ul#nav li.first ul li.second ul li.third {
	width:100%;
	display:block;
}

* html #navi ul#nav li.second ul li.third a {
	width:100%;
	display:block;
}

* html #navi ul#nav li.second ul li.third a:hover,
* html #navi ul#nav li.second ul li.over,
* html #navi ul#nav li.second ul li.aktiv {
	width:100%;
	display:block;
}

* html #navi ul#nav li.first {
	margin-top:-3px;
	height:1%;
}

* html #navi ul#nav {
	padding-top:3px;
}

* html #content-wrap {
	/*height: 1%;*/
}

/* End hide from IE5/mac */


.clearing {
	height: 0;
	clear: both;
}

#footer {
	width:920px;
	margin-left:84px;
	height:5px;
	padding-top:10px;
	padding-bottom:35px;
	font-size:0.9em;
	text-align:right;
	color:#aaa;
	background:#fff url(../images/bg_bottom.gif) no-repeat;
}

div#footer.twocolumn {
	background:#fff url(../images/bg_bottom2.gif) no-repeat;
}

#footer #addressinfo {
	float:left;
}

#footer #addresscontact {
	float:left;
	margin-left:55px;
}

#footer #addresscontact p.bodytext{
	margin:0;
	padding:0;
}

#footer #imprintnav a {
	margin-left:5px;
	color:#999;
}

#footer #imprintnav a:hover {
	color:#4a4a4a;
}

.invisible {
	display:none;
}



/*|||||||||||||||||||TYPOGRAPHY|||||||||||||||||||*/

a {
	color:#000;
	text-decoration:none;
}

p a {
	color:#00395B;
	border-bottom:1px solid #00395B;
}

p a:hover {
	border-bottom-width:0;
}

a:link {
}

a:visited {
}

a:active {
}

h1 {
	font-size:1.5em;
	font-weight:normal;
	margin:2.1em 0 1em 0;
	color:#000;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	margin:1.9em 0 0.8em 0;
}

h3 {
	font-size:1.2em;
	margin:1.5em 0 0.6em 0;
}

h4 {
	font-size:1.1em;
	margin:1.0em 0 0.5em 0;
}

h5 {	
	font-size:1.0em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0.7em 0 0.4em 0;
}

h6 {
	font-size:1.0em;
	font-weight:bold;
	line-height:1.1em;
	margin:0.5em 0 0.3em 0;
}


p {
	font-size: 0.9em;
	line-height:1.5em;
	margin:0.4em 0em 1.2em 0em;
}

p.gross {
	font-size:1.2em;
}

p.klein {
	font-size:0.9em;
}

p.box {
	border:1px solid #c6c1b6;
	padding:2px;
}

span.rot {
	color:red;
}

span.grau {
	color:#83807a;
}

span.blau {
	color:#537a8e;
}

ul, ol {
	margin:0 0 1em 1.2em;
	padding:0;
}

li {
	margin:0;
	padding:0;
	font-size:1.0em;
	line-height:1.6em;
}
	
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


/*____styles for arctic trading login area____________________________________*/

.csc-header-date {
	margin:0;
	padding:0;
	margin-bottom:-2.0em;
	color:#83807a;
}

.csc-header-date + h1 {
	margin:0;
	padding:0;
}

.tx-dkdfeuserbelogin-pi1 form {
	margin:0;
	padding:0;
}
.tx-dkdfeuserbelogin-pi1 form input {
	border:1px solid #6A6A6A;
	background:#E3E0DB;
}


/*___styles for tt_products _______________________________________________________________*/

div.tx-ttproducts-pi1 {
}


div#product_list,
div#category_list {
	float:left;
	/*vertical-align:bottom;
	line-height:180px;*/
	
}
div#category_list {
	clear:left;
    margin-bottom:10px;
}

div.product_listitem,
div.category_listitem {
	width:195px;
	float:left;
	margin: 0 3px 20px 0;
	text-align:center;
	font-weight:normal;
	height:195px;
}

div.product_listitem p,
div.category_listitem p {
	font-size:0.8em;
    line-height:1em;
}

div.product_listitem a,
div.category_listitem a {
	border:1px solid #fff;
	width:180px;
	height:180px;
	display:block;
}

div.product_listitem a:hover,
div.category_listitem a:hover {
	border:1px solid #dcd9d0;
}

div.product_listitem p a,
div.product_listitem p a:hover,
div.category_listitem p a,
div.category_listitem p a:hover {
	display:inline;
	width:1px;
	height:1px;
	border:0px solid #fff;
}

div#product_list h1,
div#category_list h1 {
	clear:left;
}


div#product_single #product_note {
	margin-left:25px;
	float:left;
	margin-top:10px;
}


div#product_single h1 {
	text-align:left;
}

div.pagenavi {
	clear:both;
	margin-top:10px;
}

div#product_note p {
	margin:0;
	padding:0;
	text-align:left;
}

div#product_specialnote {
	width:340px;
	float:left;
	margin-top:10px;
}

div#product_specialnote p {
	margin:0;
	padding:0;
	text-align:left;
}

div#product_single, 
div#product_single img {
	text-align:center;
}

span.next {
	text-align:right;
	float:right;
}
span.prev {
	text-align:left;
	float:left;
}



/*___styles for sr_feuser_register, tx-newloginbox-pi1 _______________________________________________________________*/


/*.tx-srfeuserregister-pi1 table td p {
	margin:0;
	padding:0;
	line-height:1.2;
}

.tx-srfeuserregister-pi1 table td {
	height:auto;
}*/

.tx-srfeuserregister-pi1 fieldset {
	border:0px dotted #ddd;
}
.tx-srfeuserregister-pi1 legend {
	padding-left:0;
	margin-left:0;
	width:350px;
}

.tx-srfeuserregister-pi1 dl {
	
}
.tx-srfeuserregister-pi1 dt {
	width:200px;
}
.tx-srfeuserregister-pi1 dd {
	width:350px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
	padding:1px 3px;
	width:auto;
}



/*___styles for sitemap_____________________________________________________*/

ul.sitemap {
	background:#fff;
	margin:0;
}

ul.sitemap ul {
	background:#fff;
	margin:0;
	padding:0;
}

ul.sitemap li {
	list-style:none;
	margin:0;
	padding:0;	 
}

ul.sitemap a {
	border-bottom:0;
}

ul.sitemap a:hover {
	color:#073d5d;
	font-weight:bold;
}

li.sm1 {
	background:#dde1e3;
	padding:1px 0px;
	text-indent: 3px;
	border-top:15px solid #fff;
	text-transform:uppercase;
	font-size:12px;
}

li.misc {
	background:#fff;
}

li.sm2 {
	background:#fff url(../images/sitemap_icon.gif) no-repeat 10px 5px;
	text-transform:none;
	/*padding-left:12px;*/
	text-indent:22px;
	border-top:2px solid #fff;
}

li.sm3 {
	/*padding-left:24px;*/
	text-indent:34px;
	background:#fff url(../images/sitemap_icon.gif) no-repeat 20px 5px;
	border-top:1px solid #fff;
}

li.sm4 {
	/*padding-left:36px;*/
	text-indent:46px;
	background:#fff url(../images/sitemap_icon.gif) no-repeat 30px 5px;
	border-top:0px solid #fff;
}



/*__import typo3 default css____
@import url(fileadmin/held/templates/main/css/croncssstyledimgtext.css);*/
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }
/* default styles for extension "tx_croncssstyledimgtext" */
/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */
