@charset "utf-8";

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

	Developed by:  Nicole Nienhaus
	Company: Euroweb Internet GmbH

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

* {
	padding:0;
	margin:0;
}

body {
	color: #0d0d0d;
	vertical-align:baseline;
	text-align: center;
	font: 12px "Arial", Helvetica, sans-serif;
	background: #d9d9d9;
}


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

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

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

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

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

.floatLeft {float: left;}

.floatRight {float: right;}

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

.noPadRight {padding-right:0px!important;}
.padBottom {padding-bottom:20px!important;}
.padLeft {padding-left:40px;}
.noPadBot {padding-bottom:0px!important;}
.padRight {padding-right:30px;}

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

.column1 {
	width: 402px;
	padding-right:20px;
	float:left;
}

.column1 img {
	padding:2px;
	background:#eee;
}

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

.column2 img {
	padding-bottom:15px;
}

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

.columnLeft {
	width:310px;
	float:left;
	padding-right:26px;
}

.columnRight {
	width:310px;
	float:left;
}

.borderNone {border:none!important;}

.vcard {padding-top:20px;}

.box {
	width:60px;
	float:left;
}

.boxFr {
	width:70px!important;
	float:left;
}

.line-height {line-height:20px;}

.list {
	line-height:20px;
	list-style-type:square;
	padding-left:20px;
}

.euroweb {background: url(../images/euroweb-neuer-auftritt.jpg) center top no-repeat}

.legend  {font-size:16px;}
/*==================================================
    => container
==================================================*/

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

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

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

ul#flag {
	padding:35px 0 0 20px;
}

ul#flag li {
	float:left;
	padding-right:10px;
}

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

h1#branding {
	text-indent:-999em;
	text-decoration: none;
	padding:51px 0 0 20px;
}

h1#branding a {
	display:block;
	height:155px;
	width:332px;

}

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

#content {
	background: url(../images/bg-content.jpg) repeat-y;
}  


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

div#contentSidebar {
	background:transparent url(../images/sidebar.jpg) no-repeat;
	float:left;
	width:248px;
	height:297px;
	z-index:2;
	padding-bottom:20px;
}

ul#adress {
	padding:0 20px 0 40px;
	color:#2c2c2c;
	line-height:20px;
}

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

div#contentMain {
	width:652px;
	float:left;
	z-index:1;
	padding-left:20px;
}

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

h2,h3,h4,h5{
	color:#7a141e;
}
	h2{font-size:26px; padding:39px 0 0 0;}
	
	h3{font-size:20px;color:#333;padding-bottom:20px;}
	
	h4{font-size:18px!important;padding-bottom:10px;}
	
	h5{font-size:16px;}

	h6{font-size:16px;}
/*------------------ =imprint  --------------------*/

dl.imprint-address {
	width:316px;
	float:left;
	padding-right:20px;
}

dl.imprint-address dt {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#7a141e;
	padding:10px 0 2px 0;
}

dl.imprint-business dt {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#7a141e;
	padding:10px 0 2px 0;
}

#btnImprint {
	display:none;
}

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

/*==================================================
    => navigation    
==================================================*/
ul#navi {
	padding:56px 0 0 283px;
	height:31px;
}

ul#navi li {
	float: left;
	padding-left:17px;
	padding-right:38px;
	background:url(../images/squarenavi.gif) no-repeat left center;
}

ul#navi li a {
	display:block;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	height:21px;
}


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

/*------------------ = Sub  -------------*/

ul#navi li ul#naviSub {
	display:none;
	left:398px;
	padding-top:14px;
	position:absolute;
	top:314px;
	width:130px;
	z-index:2;
}

ul#navi li:hover ul#naviSub {
	display:block;
}

ul#navi li ul#naviSub li {
	background:#b10b1f;
	width:130px;
	border-top:1px solid #fff;
	text-indent:0;
	height:38px;
	text-decoration:none;
}

ul#navi li ul#naviSub li:hover {
	background:#bd2436;
}

ul#navi li ul#naviSub li a {
	color:#fff;
	padding:12px 0 0 16px;
	text-align:left;
	text-decoration:none;
	font-size:16px;
	display:inline;
	line-height: 36px;
}

ul#navi li ul#naviSub li a:hover {
	color:#b0b6bc;
}

/*------------------ = ANPASSUNG EN UND FR  -------------*/

.en {padding-right:34px!important;}
.enSub {padding:12px 0 0 7px!important;}
.enAdd {padding-right:20px!important;}

.fr {padding-right:28px!important;}
.frSub {padding:12px 0 0 7px!important;}

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

ul#naviAdd {
	height:25px;
	position:relative;
	width:960px;
	padding:5px 0 0 30px;
}

ul#naviAdd li {
	float: left;
	padding-left:10px;
	padding-right:24px;
	background:url(../images/squarenaviAdd.gif) no-repeat left center;
	height:17px;
}


ul#naviAdd li a {
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

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


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

div#footer {
	position: relative;
	height:31px;
	background: url(../images/bg-footer2.jpg) no-repeat;
	margin:0 0 20px 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 */

/*==================================================
    => noscript 
==================================================*/
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;
}

/*==================================================
    => jalousie
==================================================*/

#acc {width:672px; list-style:none; color:#033;}
#acc h4 {width:658px; border:1px solid #b5113e; padding:6px 6px 8px; font-weight:bold; margin-top:5px!important; cursor:pointer; background:url(images/header.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:640px; padding:15px; border:1px solid #b5113e; border-top:none; background:#fff}

.columnJal1 {
	width: 370px;
	padding-right:20px;
	float:left;
}

.columnJal1 img {
	padding:2px;
	background:#eee;
}

.columnJal2 {
	width: 218px;
	float:left;
}

.columnJal2 img {
	padding-bottom:15px;
}

.columnJal {
	width: 640px;
	padding-bottom:20px;
}

