@charset "utf-8";

/* Company: Euroweb Internet GmbH, by M. S. Daumen */

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

* {
	padding:0;
	margin:0;
}

body {
	color: #727272;
	vertical-align:baseline;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF url(../images/body.jpg) repeat-x top center;
}
 html[xmlns^="http"] {
overflow-y:scroll;
}

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

a, a:active, .escape span, a:visited, a:focus {
	text-decoration: none;
	color: #e2061b;
}

a:hover, a:hover span {
	color:#727272;
	text-decoration:underline;
}

a { outline:none; }

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

img, img a { border: none; }

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

.clear {
	clear:left;
	float:none;
	height:0;
	line-height: 0.0em;
}
.clearCms {
	clear:left;
	float:none;
	height:0;
	line-height: 0.0em;
	padding-top:30px;
}

.hide {
	display: none;
	text-indent: -9999px;
}

.gototop {
	position:fixed;
	right:10px;
	bottom:10px;
	font-size:10px;
	text-decoration:none;
	background:url(../images/icon-top.png) no-repeat left center;
	padding: 0 0 0 15px;
	_display:none;
}

.highlight { font-weight:bold; color: #007f1a; }

.pdf {
	background:url(../images/icon-pdf.gif) no-repeat left top ; 
	padding: 0 15px 0 60px;
	display: block;
	height: 36px;
	width:370px;
	border: none;
}

.pdf2 {
	background:url(../images/icon-pdf.gif) no-repeat scroll left top transparent;
	border:medium none;
	display:block;
	float:right;
	height:36px;
	padding:0 15px 0 60px;
	width:158px;
}


/*							 => headlines 
---------------------------------------------------------------*/


div#contentMain h2 {
	color: #007f1a;
	text-transform: uppercase;
	font: lighter 18px/22px "Trebuchet MS", verdana, sans-serif;
}

.cufon-active div#contentMain h2 { font: lighter 28px/32px "Trebuchet MS", verdana, sans-serif; }

div#contentMain h3 {
	color: #e2061b;
	font: lighter 18px/22px "Trebuchet MS", verdana, sans-serif;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h3.cms {
	font-size:18px!important;
	margin-bottom:0!important;
	margin-top:35px;
}

.cufon-active div#contentMain h3 { font: lighter 22px/26px "Trebuchet MS", verdana, sans-serif; }

h4 {
	color: #007f1a;
	font: lighter 14px/18px  Arial, Helvetica, sans-serif;
	padding: 0px 0 6px 0;
	margin-bottom: 8px;
}


h5{
	color: #007f1a;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 28px 0 6px 0;
	border-bottom: 1px dotted #dbdbdb;
	margin-bottom: 8px;
	
}

h6{
	color: #e2061b;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

h6 a {
	color: #007f1a;}



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

div#container {
	width: 990px;
	position:relative;
	margin: 0 auto;
	text-align: left;
}

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

div#header {
	width: 920px;
	height: 343px;
	background:url(../images/bg-header.jpg) no-repeat;
}

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

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

h1#branding a {
	width: 196px;
	height: 84px;
	left: 52px;
	position: absolute;
	top: 130px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

/*---------------------------------------------------------------------------
							 => contentContainer
----------------------------------------------------------------------------*/

div#contentContainer { }

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

div#contentMain {
	width: 405px;
	float:left;
	min-height:420px;                     				   /* sticky footer */
	height:auto !important;
	height:420px;
	padding-bottom: 20px;
}

div#columnLeft {
	width:200px;
	float:left;
	height:auto;
}
div#columnRight {
	width:200px;
	float:left;
	height:auto;
	margin-left:5px;
}

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

div#contentSidebar {
	float:left;
	width: 210px;
	padding: 78px 44px 0 15px;
}

div#contentSidebarRight {
	float:left;
	width: 160px;
	padding: 56px 0 0 50px;
}

/*---------------------------------------------------------------------------
							 => navi
----------------------------------------------------------------------------*/

ul#navi { }

ul#navi li {
	line-height: 30px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	background:url(../images/navi-li.gif) no-repeat right center;
	border-bottom: 1px dotted #dbdbdb;
	width: 190px;
}

ul#navi li a {
	color: #01761b;
	text-decoration: none;
}

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

ul#navi li ul.sub-navi {
	position:absolute;
	top:544px;
	background-color:#ffffff;
	height:auto;
	width:270px;
	left:225px;
	display: none;
	z-index:50;
	border:#CCCCCC solid 1px;
}
ul#navi li ul.sub-navi li {
	width:200px;
	font-size:11px;
	background:url(../images/navi-li.gif) no-repeat left;
	text-align:left;
	margin-left:15px;
	padding-left:20px;
}
ul#navi li:hover  ul.sub-navi {display: block; background-color:#ffffff;
}

/*							 => naviAdd
---------------------------------------------------------------*/
ul#naviAdd {
	width: 150px;
	float:left;
	padding: 18px 0 0 46px;
}

ul#naviAdd li { padding-bottom: 3px; }

ul#naviAdd li a {
	text-decoration: none;
	color: #d1fe8d;
}

ul#naviAdd li a:hover {
	color: #fff;
	text-decoration: underline;
}

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

* {
	margin:0;
	padding:0;
}

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

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

div#contentContainer { padding-bottom: 70px; }

div#containerFooter {
	background: url(../images/bg-container-footer.gif);
	position: relative;
	margin-top: -70px;
	height: 70px;
	clear:both;
	width: 100%;
}

div#footer {
	position: relative;
	margin-top: -70px;
	height: 70px;
	padding: 0 0 0 4px;
	width: 853px;
	clear:both;
	color: #fff;
	margin: 0 auto;
	background: url(../images/bg-footer.gif) no-repeat;
}

div#footer .box {
	width: 202px;
	height: 50px;
	float:left;
	padding: 16px 0 0 10px;
}

div#footer .first {
	width: 202px;
	height: 50px;
	float:left;
	padding: 16px 10px 0 0px;
}

div#footer a, div#footer a:active, div#footer .escape span, div#footer a:visited, div#footer a:focus {
	text-decoration: none;
	color: #d1fe8d;
}

div#footer a:hover, div#footer a:hover span {
	color:#fff;
	text-decoration:underline;
}

/*---------------------------------------------------------------------------
							 => standarts
----------------------------------------------------------------------------*/ 

.image {
	border: 1px solid #79ad1a;
	padding: 1px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 15px 2px 0;
	outline: none;
	z-index: 5;
	float: left;
}

.panorama {
	border: 1px solid #79ad1a;
	padding: 1px;
	z-index: 5;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 15px 2px 0;
	outline: none;
	z-index: 100;
	float: left;
}

.imageSmall {
	border: 1px solid #79ad1a;
	padding: 1px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 2px 0;
	outline: none;
	float: left;
}

.image:hover, a:hover img.image {
	border: 1px solid #cc0000;
	padding: 1px;
}

.imageNoHover {
	border: 1px solid #79ad1a;
	padding: 1px;
	background:#FFF url(../images/icon-progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
	float: left;
}

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


dl.imprintTypeOfBusiness, dl.imprintAddress {
	width: 100%;
	line-height: 18px;
	margin: 15px 0;
}

dl.imprintTypeOfBusiness dt, dl.imprintAddress dt {
	display: block;
	width: 127px;
	float:left;
}

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

#btnImprint { display:none; }

p#dataPrivacy span {
	line-height: 20px;
	margin: 0 0 15px 0;
	display:block;
}

/*							 => list
---------------------------------------------------------------*/

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

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

/*							 => acc
---------------------------------------------------------------*/

ul#acc li, ul.acc li {
	padding: 0px!important;
	background: none!important;
	margin: 0 10px 0 0;
	line-height: 18px;
}


#acc .acc-content ul li {
	padding: 2px 0 2px 15px!important;
	background: url(../images/li.gif) no-repeat 0 9px!important;
	margin: 0 10px 0 0!important;
	line-height: 18px!important;
}

#acc {
	width:400px;
	list-style:none;
	color:#ccc;
	margin: 0 0 0 0;
}

#acc h4{
	width:404px;
	border:none;
	padding:3px 0 0px 0!important;
	color: #007f1a;
	font-size: 14px;
	border-bottom: 1px dotted #dbdbdb;
	font-weight:lighter;
	margin:5px 0 0 0!important;
	cursor:pointer;
}

#acc h4:hover, #acc h4:active { 
	color: #727272; 
	border-bottom: 1px solid #727272;

}

#acc .acc-section {
	overflow:hidden;
}

#acc .acc-content {
	width:390px;
	background:#fff;
	color: #727272;
	border-top:none;
}

/*							 => cms
---------------------------------------------------------------*/


/*							 => JS Meldung
---------------------------------------------------------------*/

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;
}

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

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

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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

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

