@charset "utf-8";

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

	Developed by: Michael Ernst
	Company: Euroweb Internet GmbH

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

* {
	padding:0;
	margin:0;
}


body {
	color: #505050;
	vertical-align:baseline;
	text-align: center;
	font: 12px "Arial", Helvetica, sans-serif;
	background: #FFF url(../images/bg.png) repeat-x left top;
	_behavior: url(../csshover.htc);
}



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: none;
	color: #1d4671;
}

a:hover,
a:hover span,
a:active,
a:focus {
	text-decoration:underline;
}

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

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: 280px;
	padding-right:52px;
	float:left;
}

.column2 {
	width: 280px;
	float:left;
}

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

.borderNone {border:none!important;}

.styleNone {
	background:none!important;
	border:0 none!important;
	list-style:none!important;
	margin:0;
	padding:0!important;

}

.vcard {padding-left:107px;}


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

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

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

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

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


h1#branding a {
	display:block;
	height:48px;
	width:314px;
	overflow:hidden;
	z-index:1;
	position:relative;
	top:52px;
	left:26px;
}

h1 span {
	display:block;
	text-indent:-9999px;
	text-decoration: none;
}



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

div#content {
	background:url(../images/content_bg.jpg) no-repeat center top;
	margin:0 auto;
}


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

div#contentSidebar {
	float:left;
	padding:0 30px 0 45px;
	width:159px;
	margin:5px 0 20px;
	border-right:2px solid #e6ecf0;
}

div#contentSidebar p, div#contentSidebar dl {
	font-size:11px;
	line-height:16px;
}

div#contentSidebar dt {
	float:left;
	display:block;
	width:60px;
}

div#contentSidebar div#SidebarAddress, div#contentSidebar div#SidebarHours {
	margin:0 0 40px 0;
}

div#contentSidebar div#SidebarAddress p{
	color:#6c6c6c;
}

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

div#contentMain {
	width:619px;
	background: url(../images/content.jpg) no-repeat;
	float:left;
	padding:0 30px;
	margin:5px 0 40px 0;
}

div#contentMain img {
	border: 1px solid #d0cfd1;
	padding:1px;
	background:#fff;
	overflow:hidden;
	margin:0;
}

div#contentMain div.column2.products img {
	border: 1px solid #d0cfd1;
	padding:1px;
	background:#fff;
	width:119px;
	overflow:hidden;
	margin:10px 17px 10px 0;
	float:left;
}	

div#contentMain div.column2.products img:hover {
	border: 1px solid #000;
}

div#contentMain a {
	font-weight:bold;
	background:url(../images/links.gif) no-repeat center left;
	padding:0 0 0 14px;
}

div#contentMain ul {
	margin: 0 30px 10px 0;
	padding: 0;
	list-style: none;
}

div#contentMain ul li {
	padding: 2px 0 3px 0px;
	background: url(../images/li.gif) no-repeat 0 7px;
	line-height: 18px;
}

div#contentMain ul.products {
	padding: 2px 0 3px 15px;
}

div#contentMain ul.products li {
	padding: 2px 0 3px 0;
	background:none;
	list-style-type:square;
}

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

h2,h3,h4,h5{
	margin:0 0 10px 0;
	color:#224e7a;
	text-transform:uppercase;
}

	h2{font-size:30px;margin:0 0 16px 0;display:block;}
	
	h3{font-size:30px;padding-top:21px;}
	
	h4{font-size:14px;margin:0 0 20px 0;line-height:18px;}
	div.column2.products h4{font-size:14px;margin:0 0 10px 0;line-height:18px;}
	
	h5{font-size:14px;margin:0 0 20px 0;}

	h6{font-size:14px;margin:0 0 20px 0; color:#505050;}

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


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

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


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

dl.imprint-address,
dl.imprint-business {
	margin-bottom:20px;

}


dl.imprint-address dt,
dl.imprint-business dt {
	display: block;
	width: 150px;
	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 a {
	background:none !important;
	padding:0!important;
}

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

/*==================================================
    => navigation    
==================================================*/
ul#navi {
	margin:0 0 0 15px;
	height:285px;	
	width:223px;
	padding:0 0 20px;
	position:absolute;
	top:130px;
}

ul#navi li {
	text-indent:-9999px;
}

ul#navi li a {
	display:block;
	height:41px;
	text-decoration: none;
	width:223px;
}

ul#navi li a#n01 {background:url(../images/navi_sprite.jpg) no-repeat 0 0;}
ul#navi li a#n02 {background:url(../images/navi_sprite.jpg) no-repeat 0 -41px;}
ul#navi li a#n03 {background:url(../images/navi_sprite.jpg) no-repeat 0 -82px;}
ul#navi li a#n04 {background:url(../images/navi_sprite.jpg) no-repeat 0 -123px;}
ul#navi li a#n05 {background:url(../images/navi_sprite.jpg) no-repeat 0 -164px;}
ul#navi li a#n06 {background:url(../images/navi_sprite.jpg) no-repeat 0 -205px;}
ul#navi li a#n07 {background:url(../images/navi_sprite.jpg) no-repeat 0 -246px;}

ul#navi li a#n01:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px 0;}
ul#navi li a#n02:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px -41px;}
ul#navi li a#n03:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px -82px;}
ul#navi li a#n04:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px -123px;}
ul#navi li a#n05:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px -164px;}
ul#navi li a#n06:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px -205px;}
ul#navi li a#n07:hover {background:url(../images/navi_sprite.jpg) no-repeat -223px -246px;}

ul#navi li a#n01.active {background:url(../images/navi_sprite.jpg) no-repeat -223px 0;}
ul#navi li a#n02.active {background:url(../images/navi_sprite.jpg) no-repeat -223px -41px;}
ul#navi li a#n03.active {background:url(../images/navi_sprite.jpg) no-repeat -223px -82px;}
ul#navi li a#n04.active {background:url(../images/navi_sprite.jpg) no-repeat -223px -123px;}
ul#navi li a#n05.active {background:url(../images/navi_sprite.jpg) no-repeat -223px -164px;}
ul#navi li a#n06.active {background:url(../images/navi_sprite.jpg) no-repeat -223px -205px;}
ul#navi li a#n07.active {background:url(../images/navi_sprite.jpg) no-repeat -223px -246px;}

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

ul#naviAdd {
	margin:0 auto;
	padding:26px 0 0 420px;
	position:relative;
	width:484px;
}

ul#naviAdd li {
	float: left;
	padding:3px 10px;
	border-right:solid 1px #506a86;
}

ul#naviAdd li a {
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	display:inline;
	text-transform:uppercase;
}

ul#naviAdd li:hover {
	background:#777;
}

ul#naviAdd li.active {
	background:#777;
}


/*==================================================
    => footer   
==================================================*/

div#footer {
	border-top:2px solid #e6ecf0;
	margin:0 auto 80px;
	width:890px;
	display:block;
} 

div#footer ul#sidemap{
	margin:14px 0 20px 0px;
} 

div#footer ul#sidemap li{
	margin:0 7px 0 7px;
	display:inline;
	font-size:11px;
} 


/*==================================================
    => 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   
==================================================*/

.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 */