@charset "utf-8";

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

	Developed by: Felix Hornung
	Company: Euroweb Internet GmbH

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

* {
	padding:0;
	margin:0;
}

html, body, #container {height: 100%;} /*stickyFooter*/

html {
	background: transparent url(../images/bg-html.jpg) repeat center top;
}

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

body > #container {height: auto; min-height: 100%;}/*stickyFooter*/


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: #ae8700;
}

a:hover,
a:hover span,
a:active,
a:focus {
	color:#0d0d0d;
	text-decoration:underline;
}

p {
	margin: 0 0 20px 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
}


.borderNone {border:none!important;}

.vcard {padding-left:107px;}


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

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

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

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

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


h1#branding a {
	display:block;
	height:80px;
	width:500px;
	overflow:hidden;
	z-index:1;
	margin:0 0 30px 30px;
	text-decoration: none;
}

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



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

#content {padding-bottom: 100px;}  /* must be same height as the footer stickyFooter */


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

div#contentSidebar {
	float:left;
	padding:0 60px 90px 45px;
	width:240px;
}

ul.kontaktdaten {
	background:transparent url(../images/ul-kontaktdaten.gif) no-repeat 0 3px;
	line-height:20px;
	padding:0 0 0 25px;
}



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

div#contentMain {
	width:570px;
	float:left;
	padding-bottom:40px;
}

div.column2of4{
	width:270px;
	padding-right:30px;
	float:left;
}

div.last{
	padding-right:0;
}

.frame {
	border: 1px solid #cecece;
	padding:1px;
	background:#fff;
}

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

div#contentMain ul li {
	padding: 0 0 0 17px;
	background: url(../images/li.gif) no-repeat 0 5px;
	line-height: 20px;
	margin-bottom: 10px;
}
div.noLiMarginBottom ul li{
	margin-bottom: 0 !important;
}

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

h2,h3,h4,h5{
	color:#000;
	font: 12px Georgia, Arial Narrow, Arial, Helvetica, sans-serif;

}

h2{
	font-size:40px; 
	padding:0 0 2px 0; 
	border-bottom:1px solid #cecece; 
	margin-bottom:20px;
}
	
h3{
	font-size:25px; 
	padding:12px 0 7px 0; 
	border-bottom:1px solid #cecece; 
	margin-bottom:20px;
}
	
h4{
	font-size:20px; 
	line-height:30px; 
	padding:10px 0 0 0; 
	margin-bottom:10px;
}
	
h5{font-size:15px;}


.cufon-loading div#content h2,
.cufon-loading div#content h3, {
	visibility:hidden;
	display: none;
}


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

#map {
	width:566px;
	height:400px;
}


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

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


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

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

#btnImprint {
	display:none;
}

.smalltext{
	font-size:10px;
	line-height:15px;
}
div#euroweb{
	width:100%!important;
}

/*==================================================
    => navigation    
==================================================*/
ul#navi {
	margin:0 0 0 0;
	width:270px;
	height:205px;
	padding:25px 0 0 40px;
	font: 13px Arial Narrow, Arial, Helvetica, sans-serif;
}

ul#navi li {
	background:transparent url(../images/li-navi.gif) no-repeat 0 16px;
}

ul#navi li a {
	font-size:18px;
	color:#404040;
	line-height:40px;
	text-decoration: none;
	padding-left:20px;
}

ul#navi li a:hover {color:#ae8700;}

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

ul#naviAdd {
	height:30px;
	padding:18px 0 20px 345px;
	width:635px;
	font: 12px Arial Narrow, Arial, Helvetica, sans-serif;
}

ul#naviAdd li {
	float: left;
	padding:0 30px 0 0;
	background:url(../images/li-naviAdd.gif) no-repeat left center;
}

ul#naviAdd li a {
	font-size:14px;
	text-decoration:none;
	color:#404040;
	display:inline;
	padding:0 0 0 15px;
}

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


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

div#footer {/*stickyFooter*/
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: url(../images/bg-footer.jpg) repeat;
} 


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