@charset "utf-8";

/*================================================

	Developed by: Michael Ernst
	Company: Euroweb Internet GmbH

==================================================
    => global tags
==================================================*/

* {
	padding:0;
	margin:0;
}

body {
	color: #666;
	vertical-align:baseline;
	text-align: center;
	font: 13px "Arial", Helvetica, sans-serif;
	background: #FFF url(../images/bg-header.jpg) repeat-x center top;
}

html[xmlns^="http"] {
 overflow-y:scroll;
}

ol,
ul,
dl {list-style:none;}

a,
.email span,
a:visited {
	outline:none;/* disable dotted active-link borders */
	text-decoration: underline;
	color: #f66d1b;
}

a:hover,
a:active,
a:focus {
	color:#666;
	text-decoration:none;
}

p {
	margin: 10px 0 10px 0px;
	line-height: 20px;
}

img,
a img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

/*==================================================
    => global classes
==================================================*/

.print {display:none;}

.floatLeft {float: left;}
.floatRight {float: right;}

.marginRight {margin: 0 10px 0 0;}

.clearThis {
	clear:left;
	float:none;
	height:0;
	line-height: 0.0em
}

.column1 {
	width: 320px;
	margin-right:30px;
	float:left;
}

.column2 {
	width: 670px;
	float:left;
	margin-right:15px;
}

.column {
	width: 670px;
	padding-bottom:20px;
}

.borderNone {border:none!important;}

.vcard {padding-left:107px;}

.nomargin {
	margin:0 0 0 0 !important;
}


/*==================================================
    => container
==================================================*/

div#container {
	position:relative;
	margin: 0 auto;
	width: 1060px;
	text-align: left; /* reset left alignment */
}

div#content {
	margin: 0 auto;
	width: 1008px;
	background: url(../images/content-bg.png) repeat-y top center;
}

div#contenthead {
	background:url(../images/content-head.png) no-repeat top center;
	height:35px;
}

div#contentfooter {
	background:url(../images/content-footer.png) no-repeat top center;
	height:60px;
	margin:0 0 30px 0;
}


/*==================================================
    => header
==================================================*/

div#header {
	background:url(../images/header.jpg) no-repeat center top;
	height:283px;
}

/*------------------ =branding  ------------------*/


h1#branding a {
	display:block;
	height:109px;
	width:224px;
	top:54px;
	left:87px;
	position:relative;
	float:left;	
}



/*==================================================
    => content
==================================================*/

/*------------------ =contentSidebar  -------------*/

div#contentSidebar {
	float:right;
	width:190px;
	margin:95px 64px 30px 0;
	border-left:2px dashed #d7d7d7;
	padding:0 0 0 15px;
}

div#contentSidebar p {
	font-size:12px;
	line-height:18px;
}	

div#contactsheet {
	background:url(../images/contact_head.jpg) no-repeat center top #f9f1ed;
	padding:14px 17px 2px 17px;
	margin:0 0 20px 0;	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomleft:10px
}

div#shop {
	background:url(../images/shop_head.jpg) no-repeat center top #f9f1ed;
	padding:14px 17px 2px 17px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomleft:10px
}

/*------------------ =contentMain  ---------------*/

div#contentMain {
	width:670px;
	float:left;
	margin:0 0 0 50px;
}

div#contentMain img {
	border: 1px solid #666;
	padding:1px;
	background:#fff;
}

div#contentMain div.slideshow img {
	border: none;
	padding:0;
}

div#contentMain ul li {
	list-style-type:disc;
}

div#contentMain ul {
	padding:0 0 0 15px;
}

/*------------------ =Basic Title Styles  --------*/

h2,h3,h4,h5{
	margin:5px 0 10px 0;
	color:#666;
}
	h2{font-size:44px; padding:15px 0 20px 0; text-transform:uppercase;}
	
	h3{font-size:18px;}
	h3.calculator{margin:20px 0 5px;}
	
	h4{font-size:13px; color:#f66d1b;}
	
	h5{font-size:24px;}


.cufon-loading div#contentMain h2,
.cufon-loading div#contentMain h3, {
	visibility:hidden;
}


/*------------------ =anfahrt  --------------------*/

#map {
	border:1px solid #d0cfd1; 
	padding:1px;
	width:670px;
	height:400px;
}


/*------------------ =imprint  --------------------*/

dl.imprint-address,
dl.imprint-business {
	margin-bottom:20px;
	line-height:140%;
}


dl.imprint-address dt,
dl.imprint-business dt {
	display: block;
	width: 200px;
	float:left;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

dl.imprint-address dd,
dl.imprint-business dd { 
	clear:right; 
}

#btnImprint {
	display:none;
}

p#datenschutz span {
	margin: 0 0 15px 0;
	display:block;
}

div#euroweb {
	margin:0 0 0 50px;
}

div.box {
	margin:0 0 15px 0;
}

/*==================================================
    => navigation    
==================================================*/
ul#navi {
	margin:120px auto 0;
	width:914px;
	padding:0 23px 0 23px;	
	height:35px;
}

ul#navi li {
	float: left;
	margin:0 55px 0 0;
}

ul#navi li.nomargin {
	float: left;
	margin:0 0 0 0;
}

ul#navi li a {
	display:block;
	text-decoration: none;
	color:#fff;
	font-size:25px;
	padding:0 5px 2px 5px;
	border:1px solid transparent;
}

ul#navi li a:hover {
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #f66d1b;
	color:#f66d1b;
}

ul#navi li a.active {
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #f66d1b;
	color:#f66d1b;
}

/*==================================================
    => naviAdd  
==================================================*/

ul#naviAdd {
	top:65px;
	right:60px;
	position:absolute;
	font-size:12px;
	text-align:right;
	width:200px;
	line-height:140%;
}

ul#naviAdd li {
	padding:0 20px 0 10px;
}

ul#naviAdd li a {
	text-decoration:none;
	color:#f66d1b;
	display:inline;
}

ul#naviAdd li a.contact {
	font-size:16px;
	background:url(../images/phone.jpg) 28px 7px no-repeat;
	padding:15px 0 15px 30px;
	display:block;
}

ul#naviAdd li a:hover {
	color:#666;
}

ul#naviAdd li a.active {
	color:#666;
}

/*==================================================
    => address   
==================================================*/

div#address {
	padding:15px 0 0 79px;
	display:block;
	height:50px;
}


div#address p{
	float:left;
	font-size:14px;
	margin:0 30px 0 0;
	line-height:18px;
} 

div#address p a {
	color:#f6690a;
}

div#address p a:hover {
	color:#666;
	text-decoration:none;
}

/*==================================================
    => no java hinweis  
==================================================*/

noscript p {
	position:absolute;
	width:100%;
	height:25px;
	line-height:25px;
	top:0;
	left:0;
	font-size:11px;
	color:#666;
	text-indent:25px;
	border-bottom:solid 1px #999;
	z-index:99;
	text-align:center;
	background:#fff;

}

noscript strong {
	padding-left:20px;
	background:url(../images/cms/icon-cancel.png) no-repeat 0 center;
   font-weight:bold;
}

noscript div {
	position:absolute;
	top:0;
}


/*==================================================
    => clearfix   
==================================================*/

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block; /* for IE/Mac */}

/* Hides from IE-Mac \*/
* html .clearfix {
	height: 1%;
	zoom: 1; /* triggers hasLayout */
}

.clearfix {display: block;}
/* End hide from IE-Mac */

p.upload {padding-left:140px;font-size:11px;font-weight:bold;}
form#Kontaktformular input#resetButton, form#Kontaktformular input#resetButtonPersonalisierung {border:0 none; background:none;color:#f66d1b;font-weight:bold;width:90px;font-size:10px;margin:-15px 0 20px 0;text-align:left;}
p.marginReduce {margin-top:-5px;}


/*==================================================
    => lightbox   
==================================================*/

a#prevLink2{display:none;}
a#nextLink2{display:none;}

#lightbox {position:absolute;left:0;width:100%;z-index:100;text-align: center;line-height:0;}
#lightbox img {width:auto;height: auto;}

#lightbox a img {border:none;}

#outerImageContainer {position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}

#imageContainer {padding:10px;}

#loading {position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0;}

#hoverNav {position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}

#imageContainer>#hoverNav {left: 0;}

#hoverNav a {outline:none;}

#prevLink, #nextLink {width: 49%;height:100%;background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */display:block;}

#prevLink {left:0;float:left;}

#nextLink {right:0;float:right;}

#prevLink:hover, #prevLink:visited:hover {background: url(../images/prevlabel.gif) left 15% no-repeat;}

#nextLink:hover, #nextLink:visited:hover {background: url(../images/nextlabel.gif) right 15% no-repeat;}

#imageDataContainer {font: 10px Verdana, Helvetica, sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:hidden;width:100%;}

#imageData {padding:0 10px;color:#666;}

#imageData #imageDetails {width:70%;float:left;text-align:left;}

#imageData #caption {font-weight:bold;}

#imageData #numberDisplay {display:block;clear:left;padding-bottom:1.0em;}

#imageData #bottomNavClose {width:113px;float:right;padding-bottom:0.7em;outline:none;}

#overlay {position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color: #000;}

/*==================================================
    => print   
==================================================*/

@media print {

* {padding:0;margin:0;}

html {height:auto;margin-bottom: 0;}

body {margin:0 !important;padding:0 !important;font: 10pt/16pt Arial, Helvetica, sans-serif;color:black;page-break-after:always !important;}

/*------------------ =Headings  ------------------*/

h1#branding a {text-indent:-9999px;}

img.brand {display:block;float:right;width:238px;height:255px;margin-bottom:40px;}

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif;page-break-after:avoid;width:auto;}

h1 {font-size:0pt;}

h2 {font-size:16pt;line-height:20pt;}

h3 {font-size:13pt;line-height:18pt;}

h4, h5, h6 {font-size:10pt;}

/*------------------ =Content  ------------------*/

div#wrapper {display:none;}

div#contentMain div {width:100%;clear:both;float:none !important;overflow:visible;display:table !important;}

hr {background-color: #ccc;}

p {line-height:1.5;margin:0 0 1em 0;}

/*------------------ =Links  ------------------*/

a, a:visited, a:hover, a:visited:hover {background:transparent;text-decoration:none;}

a:link, a:visited {background:transparent;font-weight:700;text-decoration:none;color:#333;}

/* Disable background graphics of links  */
body a[href^="http:"], body a[href^="https:"] {padding-left: 0;background-image: none;}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: "das ist ein link";font-size:9pt;font-style:normal !important;}
a:link[href^="http://"]:before, a[href^="http://"]:visited:before {content: "test";font-size:9pt;font-style:normal !important;}

/*------------------ =Images  ------------------*/

img {margin: 1em 1.5em 1.5em 0;}

a img {border: none;}

/*-------------- Special Content  --------------*/

dl.imprintTypeOfBusiness, dl.vcard {width:100%;margin:0 0 20px 0;line-height:17px;}

dl.imprintTypeOfBusiness dt, dl.vcard dt {display:block;width:50%;float:left;}

#datenschutz {display:block !important;}

#datenschutz span {margin:0 0 20px 0;}

dl.imprintTypeOfBusiness dd, dl.vcard dd {clear:right;}

/* make .print class visible */
.print {position:static;left: 0;}

p.clear {margin:0;padding:0;height:0;}

/*----- hide various parts from the site  ------*/



}
