<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
*html, body {
	height:100%;
	magin: 0;
	padding: 0;
	}

html {
	height: 100%;
	padding: 0 0 1px 0;
	}

body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	height: 100%;
	margin: auto;
	background-image: url(../images/backgroundphoto_Webvisitenkarte.jpg);
	background-repeat: repeat-y;    /*background-size:cover;
     -moz-background-size:cover;
     -webkit-background-size:cover;*/
	background-position: center;
	background-color:#ccc;
	/*padding:35px;*/
	}
	
#mainFrame {
	width:976px;
	height:100%;
	margin:auto;
	padding-top: 40px;
	/*background-color: hsla(0, 50%, 100%, 0.95);*/
	/*padding:65px;*/
	}
	
header {
	height:151px;
	width:100%px;
	}


#adresse {
	/*width:100%;
	height:100px;*/
	padding:0 30px 30px 30px;
	font-size:0.9em;
	text-align:center;
	}
	
#text {
	/*width:100%;
	height:100px;
	color: #676767;*/
	padding:35px 90px;;
	font-size:0.9em;
	text-align:left;
	
	}
	
#text1 {
	/*width:100%;
	/*height:100px;
	color: #676767;*/
	padding: 0 90px;
	font-size:0.9em;
	text-align:left;
	padding-bottom: 50px;
	
	}

#impressum {
    position: absolute;
    right: -30px;
    top: 430px;
    background-color: #0398b7;
    height: 25px;
    width: 100px;
    color: #fff;
    padding-top: 4px;
    text-align: center;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#datenschutz {
    position: absolute;
    right: -30px;
    top: 550px;
    background-color: #0398b7;
    height: 25px;
    width: 100px;
    color: #fff;
    padding-top: 4px;
    text-align: center;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	}
	
/*#adresse1 {
	width:340px;
	height:100px;
	padding-left:280px;
	margin-top:0px;
	font-size:0.8em;
	}
	*/
#IE {
	display:none;
	margin:auto;
	font-size:0.85em;
	width:900px;
	margin-top:30px;
	text-align:right;
	}
	 
ol li {
	margin-bottom: 0.8em;}

.small {
	font-size:0.9em;
	}
	
h1 {
	font-size:1.2em;
	font-style: bold;
	text-align: center;
	color:#4c4c4c;
	}

h1.impressum {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	/*color: #4c4c4c;
	color: #39B0C7;*/
	color: #76C4D9;
	margin-top: 0px;
	}
	
h2 {
	font-size:1.0em;
	font-style: bold;
	text-align: center;
	color:#4c4c4c;
	}
	
	
h4 {
	font-size:1.1em;
	font-style: bold;
	text-align: left;
	color:#8d8d8d;
	}


h5 {
	font-size:0.95em;
	font-style: bold;
	text-align: left;
	color:#8d8d8d;
	margin-bottom: 0.4em;
	}

a { text-decoration:none;}	

a:link {
	color:#0398b7;
	}
a:hover {
	color:#135a68;
	}	
	
a:visited {
	color:#ccc;
	}	
	</pre></body></html>