@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
    text-align: left;
}
body#start {
	background: url(../bilder/bg/start_bg.jpg) no-repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;
	/*	background-size: 100%;
*/}
body#produkteein {
	background: url(../bilder/bg/produkte_bg.jpg) no-repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;/*	background-size: 100%;
*/}

#unternehmenein #main .mainlinks, #produkteein #main .mainlinks, #engagementein #main .mainlinks {
	width: 562px;
}

body#unternehmenein {
	background: url(../bilder/bg/bg_unternehmen.jpg) repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;/*	background-size: 100%;
*/}
body#downloadsein {
	background: url(../bilder/bg/downloads_bg.jpg) no-repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;/*	background-size: 100%;
*/}
body#imprintein {
	background: url(../bilder/bg/bg_imprint.jpg) repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;/*	background-size: 100%;
*/}
body#kontaktein {
	background: url(../bilder/bg/bg_kontakt.jpg) repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;/*	background-size: 100%;
*/}
body#engagementein {
	background: url(../bilder/bg/bg_engagement.jpg) repeat left top #000;
	background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;/*	background-size: 100%;
*/}

#container {
	background:
	transparent;
	width: 980px;
	\width: 980px;
	w\idth: 980px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
}

#head {
	width: 980px;
	background-color: #FFFFFF;
	height: 123px;
}
#headpic {
	width: 980px;
	background-color: #FFFFFF;
	height: 300px;
	margin: 7px 0 0 0;
	position: relative;
}
#headpic_xmas {
	width: 980px;
	height: 300px;
	margin: 7px 0 0 0;
	position: relative;
}
#headpic_xmas22 {
	width: 980px;
	height: 400px;
	margin: 7px 0 0 0;
	position: relative;
}
#headpic_xmas23 {
	width: 980px;
	height: 500px;
	margin: 7px 0 0 0;
	position: relative;
}
#headpic_xmas24 {
	width: 980px;
	height: 490px;
	margin: 7px 0 0 0;
	position: relative;
}
.maincontainer {
	background-image: url(../bilder/bg/bg.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	background-color: #f3f3f8b3;
}
.tel {
	position: absolute;
	z-index: 999;
	text-align: right;
	width: 960px;
	padding-top: 5px;
}
.oeffnung {
	font-weight: 400;
	color: #006ab3;
	font-size: 80%;
	line-height: 140%
}
#main {
	width: 920px;
	padding: 34px 30px 40px 30px;
}
#produkteein #main {
	width: 950px;
	padding: 34px 0px 0px 30px;
}
#mainkontakt {
	width: 920px;
	padding: 34px 30px 40px 30px;
}
#mainprod {
	width: 100%;
	padding: 34px 0px 40px 0px;
}
#footer {
	width: 980px;
	height: 126px;
	margin: 7px 0 30px 0;
	background-image: url(../bilder/bg/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.parent {   
 	width: 980px;
	height: 123px;
}  
      
.parent2 {   
 	width: 980px;
}  

.child {
    height: 123px;
    width: 320px;
    background-image: url(url);
}  
      
.colorA { background: #88a; }  
.colorB { background: #fff; }  
      
      
/* partial opacity hack: configuration */  
.opacity {   
	opacity: 0.6;       /* modern browser */  
	-moz-opacity: 0.6;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=60); /* IE5.x -7.0 */  
}   
      
.opacity2 {   
	opacity: 0.3;       /* modern browser */  
	-moz-opacity: 0.3;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=30); /* IE5.x -7.0 */  
}   
.opacity3 {   
	opacity: 0.97;       /* modern browser */  
	-moz-opacity: 0.97;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=97); /* IE5.x -7.0 */  
}  
.opacity4 {   
	opacity: 0.95;       /* modern browser */  
	-moz-opacity: 0.95;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=95); /* IE5.x -7.0 */  
}        
/* partial opacity hack, part I: Don't change the following properties! */  
.opacity-wrapper, .opacity-wrapper * {
	position:relative;
	float: left;
}  
      
.opacity {   
/* partial opacity hack, part II: Don't change the following properties! */  
	width: 100%;  
	height: 100%;  
	position:absolute;  
	top: 0;  
	left: 0;  
}   
      
.opacity2 {   
/* partial opacity hack, part II: Don't change the following properties! */  
	width: 100%;  
	height: 100%;  
	position:absolute;  
	top:0;  
	left:0;  
}   

.opacity3 {   
/* partial opacity hack, part II: Don't change the following properties! */  
	width: 100%;  
	height: 100%;  
	position:absolute;  
	top:0;  
	left:0;  
}
.opacity4 {   
/* partial opacity hack, part II: Don't change the following properties! */  
	width: 100%;  
	height: 100%;  
	position:absolute;  
	top:0;  
	left:0;  
}   
/* partial opacity hack, part III: IE6 support */  
* html .opacity-wrapper {   
	overflow:hidden;  
}  
* html .opacity {   
	width: 2000px;   
	height: 2000px;  
}
	

a:link {
    background-color: transparent;
    color: #006ab3;
    font-weight: normal;
    text-decoration: none;
}
a:visited {
    background-color: transparent;
    color: #006ab3;
    font-weight: normal;
    text-decoration: none;
}
a:active {
    background-color: transparent;
    color: #006ab3;
    font-weight: normal;
}
a:hover {
	color: #006ab3;
	font-weight: normal;
	text-decoration: none;
}
#subnav {
	height: 60px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 595px;
	color: #ffffff;
	font-size: 90%;
	text-shadow: 1px 1px 0px #000000;
}
#subnav a {
    color: #ffffff;
    font-style: normal;
}
#subnav a:hover {
    font-weight: normal;
    text-decoration: none;
	background-color:#4b95c8;
	text-shadow: none;
}
#subnav a:visited {
    font-weight: normal;
    text-decoration: none;
}
#subnav a:active {
    color: #000000;
    font-weight: normal;
}
#overlaybutton2 a:link, #overlaybutton3 a:link {
    font-weight: bold;
    font-style: normal;
}
#overlaybutton2 a:hover, #overlaybutton3 a:hover {
    text-decoration: none;
    font-weight: bold;
}
#overlaybutton2 a:visited, #overlaybutton3 a:visited {
    font-weight: bold;
    text-decoration: none;
}
#overlaybutton2 a:active, #overlaybutton3 a:active {
    color: darkorange;
    font-weight: bold;
}
.footertext {
	color: #ffffff;
	font-size: 90%;
	font-style: normal;
	text-shadow: 1px 1px 0px #000000;
	padding: 0 0 0 30px;
}
.child2 {
	width: 980px;
}
h1, h2, h3 {
	font-weight: normal;
	color: #006ab3;
	text-shadow: 1px 1px 0px #ffffff;
}
h1 {
	font-size: 160%;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 120%;
	margin: 10px 0 15px 0;
}
#h2fett h2 {
	font-weight: 700;
    padding-top: 10px;
}
.mainlinks {
	width: 522px;
}
.mainrechts {
	float: right;
}
#main p {
	text-align: left;
	line-height: 160%;
	font-size: 90%;
	margin: 0;
	text-shadow: 1px 1px 0px #ffffff;
}
#main ul {
	line-height: 130%;
	font-size: 90%;
	margin: 0;
	text-shadow: 1px 1px 0px #ffffff;
}
#main ul li {
    padding: 0 0 7px;
    margin-left: -20px;
    width: 100%;
}

.box {
	width: 20%;
	margin-right: 0px;
}
.box img {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#main .box p {
	text-align: left;
	line-height: normal;
	font-size: 75%;
	margin: 0;
	text-shadow: 1px 1px 0px #ffffff;
	padding-left: 4px;
}
#main .box h1 {
	text-align: left;
	font-size: 95%;
	margin: 7px 0 3px 0;
	text-shadow: 1px 1px 0px #ffffff;
	font-weight: bold;
	color: #333c;
	padding-left: 4px;
}
#main .box a {
	text-align: left;
	font-size: 70%;
	margin: 2px 0;
	text-shadow: 1px 1px 0px #ffffff;
	font-weight: bold;
	line-height: 180%;
	padding-left: 4px;

}
#main .box a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#006ab3;
	text-shadow: none;
	text-indent: 5px;
	padding-left: 4px;

}
#main .box a:visited {
/*    font-weight: normal;
*/    text-decoration: none;
}
#main .box a:active {
    color: #000000;
    font-weight: normal;
}
.pdflink {
	margin: 8px 0 0 15px;
}
.pdflink2 {
	margin: 0 0 10px 10px;
}
.pdfbox {
	margin: 10px 100px 0 15px;
}
.pdfbox2 {
	margin: 0;
	width: 100%;
}
#main .pdflink a, #mainkontakt .pdflink a, #main .pdflink2 a, #mainkontakt .pdflink2 a {
	text-align: left;
	font-size: 75%;
	margin: 3px 0;
	text-shadow: 1px 1px 0px #ffffff;
	font-weight: bold;
	line-height: 180%;
}
#main .pdflink a:hover, #mainkontakt .pdflink a:hover, #main .pdflink2 a:hover, #mainkontakt .pdflink2 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#006ab3;
	text-shadow: none;
	text-indent: 5px;
}
#main .pdflink a:visited, #mainkontakt .pdflink a:visited, #main .pdflink2 a:visited, #mainkontakt .pdflink2 a:visited {
    font-weight: normal;
    text-decoration: none;
}
#main .pdflink a:active, #mainkontakt .pdflink a:active,#main .pdflink2 a:active, #mainkontakt .pdflink2 a:active {
    color: #000000;
    font-weight: normal;
}

.img-quadrat {
    object-fit: cover;
    width:210px;
    height:210px;
    object-position: 100% 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.prodhead {
	font-weight: 700;
	background-color: #006ab3; 
    color: #fff;
	font-size: 350%;
	line-height: 140%;
    padding: 50px 10px 50px 10px;
    text-align: center;
    margin-top: 7px;
    letter-spacing: 0.02em;
}
.prodhead2 {
	font-weight: 700;
	background-color: darkorange; 
    color: #fff;
	font-size: 110%;
	line-height: 140%;
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 0.01em;
}
#prodheadlink a:link {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
#prodheadlink a:visited {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

#main .videoteaser {

    margin: 15px 5px 0px;
    width:350px;
    height: 196px;
    background: url(../bilder/video_bg.jpg);
    background-size: contain;
    cursor: pointer
}

#main .videoconsent {

    position: absolute;
    padding: 3px;
    margin: 139px 52px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #fff;
    text-shadow: 0px 0px 0px;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 106, 179,0.75);

    
}

#videoframe {

    margin-top: -20px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    
}
.videodiv {
/*    width: 980px;
    height: 551px;*/
    margin-top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../bilder/videodiv_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.digitalbox {
	width: 380px;
	height: 230px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 35px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 35px;
	background-color: transparent;
	background-image: url(../bilder/bg/bg_digital.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.videobox {
	width: 370px;
	height: 260px;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 35px;
	background-color: transparent;
	background-image: url(../bilder/bg/bg_video.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.aktuellbox {
	width: 370px;
	height: 250px;
	margin: 23px -20px 0 0;
	padding: 35px 0;
	background-color: transparent;
	background-image: url(../bilder/bg/bg_aktuell.png);
	background-repeat: no-repeat;
}
.aktuellvideobox {
	width: 370px;
	height: 500px;
	margin: 23px -20px 0 0;
	padding: 35px 0;
	background-color: transparent;
	background-image: url(../bilder/bg/bg_doppelt.png);
	background-repeat: no-repeat;
}
.aktuell {
	margin: 10px 30px 10px 45px;
}
#main .aktuellbox h2 {
	font-size: 120%;
	margin: 60px 0 0 25px;
}
#main .aktuellbox p {
	line-height: 130%;
	font-size: 85%;
	margin: 5px 23px 15px 0;
	text-align:left;
	font-weight:400;
}
#main .aktuellvideobox h2 {
	font-size: 120%;
	margin: 60px 0 0 25px;
}
#main .aktuellvideobox p {
	line-height: 130%;
	font-size: 85%;
	margin: 5px 23px 15px 0;
	text-align:left;
	font-weight:400;
}
#main .videobox h2 {
	font-size: 120%;
	margin: 60px 0 0 25px;
	line-height: 140%;
}
#main .videobox p {
	text-align: justify;
	line-height: 160%;
	font-size: 79%;
	margin: 3px 23px 0 25px;
}
.prodwraper1 {
	width: 292px;
	float: left;
	margin-left: 30px;
}
.prodwraper2 {
	float: left;
	width: 292px;
	margin-left: 22px;
}
.prodwraper3 {
	width: 292px;
	float: right;
	margin-right: 30px;
}
.thumbbox {
	float: left;
	margin-bottom: 22px;
	margin-right: 6px;
	width: 151px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.30);
}
.linkbox {
	float: left;
	width: 128px;
}
#mainprod .linkbox a {
	padding-left: 7px;
	background-color: #006ab3;
	padding-top: 7px;
	text-align: left;
	font-size: 12px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);
	font-weight: bold;
	line-height: 130%;
	color: #FFFFFF;
	width: 128px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.30);
	height: 62px;
}
#mainprod .linkbox a:hover {
	box-shadow: none;
	background-color: #4b95c8;
	text-decoration: none;
}
#mainprod .linkbox a:visited {
    text-decoration: none;
}
#mainprod .linkbox a:active {
    color: #000000;
}

.produktsubnav {
	margin: 0 0 2px 0;
}
#main .produktsubnav a {
	background-color: #006ab3;
	padding-top: 0px;
	padding-left: 19px;
	text-align: left;
	font-size: 90%;
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);*/
	line-height: 245%;
	color: #FFFFFF;
	width: 277px;
	height: 35px;
	letter-spacing: 0.07em;
}
#main .produktsubnav a:hover {
	box-shadow: none;
	text-decoration: none;
	background-color: #4b95c8;
}
#main .produktsubnav a:visited {
    text-decoration: none;
}
#main .produktsubnav a:active {
    color: #000000;
}
.zweispaltenwraper1 {
	width: 440px;
	float: left;
}
.zweispaltenwraper2 {
	float: left;
	width: 430px;
	margin-left: 30px;
}
.dreispaltenwraper1 {
	width: 32%;
	float: left;
	margin-left: 20px;
}
.dreispaltenwraper2 {
	float: left;
	width: 32%;
	margin-left: 5px;

}
.dreispaltenwraper3 {
	float: right;
	width: 32%;
	margin-left: 5px;

}
.bildbox {
	float: none;
	margin-bottom: 0px;
	margin-right: 18px;
	width: 240px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.30);
	height: 327px;
}
.namebox {
	float: left;
	margin-top: 20px;
	line-height: 170%;
	font-size: 90%;
	margin-bottom: 60px;
	width: 240px;
}
#main .zweispaltenwraper1 p {
	text-align: left;
	width: 439px;
	margin-bottom: 8px;
	line-height: 140%;
}
#imprintein #main .zweispaltenwraper1 p {
	text-align: left;
	width: 439px;
	margin-bottom: 20px;
	line-height: 140%;
}
#unternehmenein #main .zweispaltenwraper2 p  {
    font-size: 90%;
    text-align: left;
    line-height: 150%;
    text-shadow: none;
    margin-top: 10px;
    font-weight: bold;
    background-color: #006ab3;
    color: #fff;
    padding: 20px;
}
#unternehmenein #main a {
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0px 0px 0px 45px;
}
.stellenlink {
    font-size: 80%;
	color: #fff;
    width: 100%;
    background-color: rgba(0, 106, 179,0.7);
	line-height: 140%;
    text-align: center;
    margin: 3px 0px;
    padding: 5px 0px;
}
.stellenlink2 {
    font-size: 80%;
	color: #fff;
    width: 100%;
    background-color: rgba(0, 106, 179,0.7);
	line-height: 140%;
    text-align: center;
    margin: 5px 0px;
    padding: 9px 0px;
}
#main .zweispaltenwraper2 p {
	font-size: 12px;
	line-height: 140%;
	padding-right: 15px;
}
#main .zweispaltenwraper2 h1 {
	width: 400px;
	font-size: 90%;
	color: #333333;
}
.iframe {
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.30);
	margin-top: 14px;
}
#main .mainlinks h2, #main .mainlinks h1 {
	width: 100%;
}

/******************************
* FORMULAR
******************************/
.fieldset {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
	font-size:100%;
	font-weight: normal;
	line-height: 10px;
}

.erforderlich {
	font-size: 85%;
	color:#006ab3;
	text-indent: 0.5em;
}

.input {
	/*box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.20);*/
	/*background:#ffffff;*/
	width:320px;
	/*border:1px #CACACA solid;*/
	color:#6A6A6A;
	font-size:120%;
	padding:8px;
	margin: 5px 60px 10px 0;
	line-height: 140%;
}
.textarea {
	/*box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.30);*/
	font-size: 150%;
	color: #5B5B5B;
	/*height: 120px;*/
	width: 320px;
	background:#FFFFFF;
	/*border:1px #CACACA solid;*/
	padding:8px;
	margin: 4px 0;
	font-weight: normal;
}
.button {
	/*box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.30);*/
	background:#006ab3;
	color:#FFFFFF;
	font-size:85%;
	padding:20px 20px;
	margin:10px 0 5px;
	cursor: pointer;
	width:110%;
	/*height:30px;*/
	font-weight: normal;
	border: none;
}
.button2 {
	/*box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.30);*/
	background:#006ab3;
	color:#FFFFFF;
	font-size:85%;
	padding:1px;
	margin:12px 0 5px;
	cursor: pointer;
	width:110px;
	height:30px;
	font-weight: normal;
	border: none;
}
.button2 a {
	color:#FFFFFF;
	font-size:75%;
	width:110px;
	padding:8px 0 0 0;
	font-weight: bold;
	border: none;
	text-align: center;
	line-height: normal;
}
button2 a:hover {
	text-decoration: none;	
}

/******************************
* FORMULAR recaptcha
******************************/

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

#contact-form.no-placeholder .form-group label{
    display:block;
}

#contact-form .controls {
    padding:0;
    margin-bottom:10px;
}

#contact-form.no-placeholder .controls {
    margin-top:0;
}

#contact-form .form-control {
    /*display:inline;*/
    /*background:transparent;*/
    /*border-radius:5px;*/
    /*border-color: #777;*/
    /*color:#fff;*/
    /*outline:none;*/
    /*height:52px;*/
    /*font-weight:300;*/
	/*background:#ffffff;*/
	width:320px;
	color:#6A6A6A;
	font-size:120%;
	padding:8px;
	margin: 5px 60px 10px 0;
	line-height: 140%;
}

#contact-form .form-group{
    position:relative;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    /*min-width:100%;*/
    vertical-align:top;
}

#contact-form .form-control:focus {
    outline:none;
    box-shadow:none;
    border-color: #ddd;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-22px;
    left:8px;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    color:#ff3345;
    z-index:10;
}

#contact-form.no-placeholder .error-message {
    top:0;
}

.form-control::-moz-placeholder {
  color: #006ab3;
  opacity: 1;
  font-size: 80%;
}
.form-control:-ms-input-placeholder {
  color: #006ab3;
  font-size: 80%;
}
.form-control::-webkit-input-placeholder {
  color: #006ab3;
  font-size: 80%;
}
/******************************
* sidemap
******************************/



.simplelist2{
	padding:0px 0px 0px 35px;
	text-align: left;
	list-style-position: outside;
	list-style-image:url(../bilder/bullet.png);
	font-weight: normal;
	margin-bottom: 35px;
	margin-top: 0px;
	text-shadow: 1px 1px 0px #ffffff;
	line-height: 180%;
	font-size: 120%;
}
.simplelist2 li{
	padding:10px 0 0;
}
.simplelist2 ul{
	padding:0px 65px 0px 23px;
	text-align: left;
	list-style-position: outside;
	list-style-image:url(../bilder/bullet.png);
	font-weight: normal;
	margin-top: -10px;
	font-size: 80%;
	color:#006ab3;
}
.simplelist2 a{
	margin: 2px 0;
	line-height:180%;
}
.simplelist2 a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color:#006ab3;
	text-shadow: none;
	text-indent: 5px;
}
.simplelist2 a:visited {
    text-decoration: none;
}
.simplelist2 a:active {
    font-weight: normal;
}



/******************************
* Disclaimer
******************************/



.disclaimer {
	padding:0px 20px 0px 20px;
	overflow: auto;
	height:700px;
}
.disclaimer h4 {
	color:#006ab3;
	margin:15px 0px 5px 0px;
}
.disclaimer ul li {
	padding:0px 0px 5px 0px;
}
#main .disclaimer p {
	margin:0px 0px 5px 0px;
	line-height: 150%;
}
#kontaktein .zweispaltenwraper2 p {
	margin:0px 0px 0px 77px;
	line-height: 150%;
}
