<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
    background-image: url(../grafik/main.jpg);
	font-family: "Neue Helvetica W10","Neue Helvetica W02","Neue Helvetica W01","Helvetica Neue","Segoe UI",Arial,Helvetica,sans-serif;
	overflow-y: scroll;
}
/*********** GRAUER STREIFEN OBEN ************/

#top {
	background-color: #999999;
	margin-top: 0px;
	width: 100%;
	height: 15px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}
/*********** END GRAUER STREIFEN OBEN ************/


/*********** NAVIGATIONS LEISTE ************/

#header {
	background-color: #333333;
	width: 100%;
	height: 68px;
	position: fixed;
	left: 0;
	top: 15px;
	border-bottom: 25px;
	z-index:10000;/*background-color:#000000*/

}
.inner {
	margin: 0 auto;
	height: 68px;
	width: 1150px;
	position: relative;
}
.logo {
	background-image: url(../grafik/Logo.png);
	float: left;
	width: 220px;
	height: 68px;
	margin-right: 40px;
}
.logo :hover {
	background-image: url(../grafik/Logo_hover.png);
}
.navi {
	float: left;
	width: 750px;
	position: relative;
}
.suche {
	float: right;
	width: 120px;
	margin-right: 20px;
	margin-top: 2px;
	position: relative;
}
.sprache {
	float: right;
	width: 40px;
	height: 26px;
	margin-right: 0px;
	margin-top: 3px;
}
/*********** END NAVIGATIONS LEISTE ************/

#home {
    background-image: url(../grafik/main.jpg);
	background-attachment: fixed;
	margin: 0px auto;
	width: 100%;
	height: auto;
	overflow: auto;
	position: relative;
}
#homestart {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	padding: 80px 0px 0px 0px;

}
#main {
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0px auto;
	width: 1024px;
	min-height: 850px;
	height: auto;
	padding: 90px 0px 0px 0px;
	overflow: auto;
}
#contend {
    background-color: rgba(200, 200, 200, 0.7);
	margin-left: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 790px;
	min-height: 830px;
	height: auto;
}
#contend_kontakt {
	background-color: rgba(200, 200, 200, 0.7);
	margin-left: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 790px;
	min-height: 850px;
	height: auto;
}
#ContendProdukte {
	margin-left: 220px;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 795px;
	min-height: 830px;
	height: auto;
}
#footer {
	width: 100%;
	height: 22px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color:#999999;
	z-index:10000;
}
/*********** TICKER ************/

.global-container-width {
	width:800px;
	margin-left: 100px;
}
.newsticker-container {
	width:800px;
	position: relative;
}
.news-slider-bg {
	background-repeat:repeat-x;
	background-position: center;
	height: 60px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index:1;
}
.Yeastar-news-holder {
	height: 50px;
	min-height: 26px;
	position: relative;
}
.YeastarNews {
	color: #ffffff;
	font-size:14px;
	float: left;
	line-height: 50px;
}
.YeastarNews a:hover {
	color: orange;
	font-size: 14px;
	float: left;
	line-height: 50px;
}
.news-rule {
	float: left;
	padding: 10px 17px;
}
.newsDiv {
	float:left;
	line-height: 48px;
	color: #CCCCCC;
	text-align:left;
}
.newsDiv a, .newsDiv p {
	color: #ffffff;
	width:670px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;
	font-size:13px;
}
.slider-news-arrow-buttons {
	position:absolute;
	right:30px;
}
.Yeastar-news-holder a:hover {
}
/*********** END TICKER ************/


/*********** SPOT ************/
#spotlight-container{
    
	margin-top:5px;
    margin-bottom:40px;
    width: auto;
    height:110px;
    display: inline-block;
	left: 51%;
	margin-left: -250px;
	position: relative;
}

#spot-box-grau{
    background-color: #333333;
    border: solid 1px #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height:110px;
    width:240px;
    display: inline-block;
    float: left;	
}

#spot-box-grau:hover{
	border: solid 1px #333333;
	background-color: #666666;
}

#spot-box-space{
    /*background-color: ;*/
    height:110px;
    width:5px;
    display: inline-block;
    float: left;	
}

.spotlight-img{
    width: 80px;
    height: 80px;
    float: left;
    padding: 10px 0px 0px 4px;
}

.spotlight-text-container{
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 14px 0 5px 9px;
    position: relative;
    width: 140px;
}

.spotlight-title{
    font-size: 15px;
    text-align: left;
    color:#ffffff;
    text-decoration:none;
    height: 36px;
    line-height: 18px;
    overflow: hidden;   
}

.spotlight-title:hover{
    color: #000000;
}   

.spot-text-grau{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #f2f2f2;
    overflow: hidden;   
}
/*********** END SPOT ************/
@charset "utf-8";
/* INFO BILD UND TEXT auf der Homeseite */

.bild_container {
	width: 800px;
	min-height: 260px;
	max-height: auto;
	margin-left: 10px;
	display: inline-block;
	float: left;
	position: relative;
}
.bild_ref {
	width: 350px;
	height: 263px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #999999;
	border-radius: 2px;
	position: relative;
}
.leistungen {
	width: 900px;
	height: 115px;
	display: inline-block;
	float: left;
}
.ltext {
	width: 650px;
	height: 100px;
	float: left;
	margin-top: 5px;
	font-size: 13px;
	color: #333333;
	display: relative;
}
.partnerlogo {
	width: 211px;
	height: 100px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	border: 2px solid #FFFFFF;
	border-radius: 2px;
	display: relative;
}
.partnerlogo:hover {
	border: 2px solid #000033;
	border-radius: 2px;
}
.info-bild {
	width: 780px;
	min-height: 130px;
	height: auto;
	display: inline-block;
	float: left;
	margin-left: 0px;
}
#info-text {
	font-family: 'Verdana', Geneva, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #000;
	text-shadow: 2px 2px 2px #fff;
	width: 680px;
	height: 120px;
	margin: 15px 15px 15px 15px;
}
/* INFO BILD UND TEXT auf der Homeseite */

a:link {
	color: #FFFFFF;
    text-decoration: none;
}
a:visited {
	color:#CCCCCC;
	font-size: 13px;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
    text-decoration: none;
}
.spacer {
	float: left;
	width: 9px;
}
h1 {
	color:#000000;
	text-decoration: none;
	margin-left: 10px;
	font-size: 13px;
}
h2 {
	color: #666666;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
}
h4 {
	color: #666666;
	margin-left: 10px;
	font-size: 11px;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.p-fliess {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #333333;
}
#sprachen {
	display: inline;
	float: left;
	margin-left: 510px;
	width: 100px;
	height: 60px;
}
/*.flag-ger {
    background-image: url(../grafik/ger-flag-on.jpg);
    border: 0px solid #717171;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 10px;
    display: inline;
    float: left;
    width: 40px;
    height: 26px;
    /*-webkit-box-shadow:  2px 2px 3px 3px #000;
    box-shadow:  2px 2px 3px 3px #000;
}*/

/*.ger-hold {
    background-image:url(../grafik/ger-flag.jpg);
    border: 0px solid #717171;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 10px;
    display: inline;
    float: left;
    width: 40px;
    height: 26px;
    /*-webkit-box-shadow:  2px 2px 3px 3px #000;
    box-shadow:  2px 2px 3px 3px #000;
}*/

.clearFloat {
	clear: both;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
/*********** SUCHFELD ************/
#suche {
	float: left;
}
.led_suchtext {
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: transparent;
	width: 100%;
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	height: 20px;
	margin-top: 20px;
}
/*********** END SUCHFELD ************/

.balken-breit {
	background-image:url(../grafik/button-off.png);
	border-radius: 1px;
	border: 2px solid #717171;
	text-shadow: 2px 2px 2px #000;
	font-size: 13px;
	color: #fff;
	letter-spacing: 2px;
	width: 782px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	-webkit-box-shadow:  2px 2px 3px 3px #000;
	box-shadow:  2px 2px 3px 3px #000;
}
.balken-breit a {
	text-shadow: 0px 0px 0px #013278;
	text-decoration: none;
	color: #013278;
	font-size: 11px;
}
.balken-breit a:hover {
	color: #717171;
	font-size: 11px;
	text-decoration: underline;
}
.breadnav {
	color: #000;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
}
.breadnav a {
	color: #013278;
	font-size: 11px;
	text-decoration: none;
}
.breadnav a:hover {
	color: #717171;
	font-size: 11px;
	text-decoration: underline;
}
#breadcromb-navi {
	background-color: #CCCCCC;
	border-radius: 1px;
	margin-left: 13px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	border: 2px solid #717171;
	width: 792px;
	height: 18px;
	-webkit-box-shadow:  2px 2px 3px 3px #000;
	box-shadow:  2px 2px 3px 3px #000;
}
.footer {
	color: #000;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	margin-top: 3px;
}
.footer a {
	color: #013278;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover {
	color: #FF9900;
	text-align: center;
	font-size: 10px;
}
#katalog_hinweis_balken {
	background-color: #CCCCCC;
	border-radius: 1px;
	margin-left: 13px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	text-align: center;
	border: 2px solid #717171;
	width: 792px;
	height: 18px;
	-webkit-box-shadow:  2px 2px 3px 3px #000;
	box-shadow:  2px 2px 3px 3px #000;
}
/*.katalog-bild-container{
    border: 2px solid #717171;
    border-radius: 1px;
    width: 188px;
    height: 300px;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    -webkit-box-shadow:  2px 2px 3px 3px #000;
    box-shadow:  2px 2px 3px 3px #000;
}

.katalog-bild-container:hover{
    border: 2px solid #FFFFFF;
}*/

.katalog-bild {
	/*background-color: #000000;*/
    width: 188px;
	height: 266px;
	display: inline-block;
	float: left;
}
.balken-katalog {
	background-color: #CCCCCC;
	border: 2px solid #717171;
	border-radius: 1px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 11px;
	width: 188px;
	height: 34px;
	text-align: center;
	margin-top: -2px;
	margin-left: -2px;
	display: inline-block;
	float: left;
}
.produkt-bild-container {
	border: 1px solid #717171;
	background-color: #CCCCCC;
	border-radius: 1px;
	width: 188px;
	height: 164px;
	display: block;
	float: left;
	margin-bottom: 12px;
	margin-left: 1px;
}
.produkt-bild-container:hover {
	border: 1px solid #666699;
	background-color: #FFFF00;
}
.produkt-bild {
	width: 188px;
	height: 140px;
	display: inline-block;
	float: left;
}
.balken-produkt-bild {
	border: 0px solid #717171;
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
	width: 188px;
	height: 18px;
	text-align: center;
	display: inline-block;
}
.balken-gruppe {
	border: 2px solid #717171;
	background-image:url(../grafik/button-off.png);
	border-radius: 1px;
	color: #013278;
	text-shadow: 1px 1px 1px #fff;
	font-size: 11px;
	width: 178px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: -2px;
	display: inline-block;
	float: left;
}
.ref_bild {
	border: 2px solid #717171;
	border-radius: 1px;
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	-webkit-box-shadow:  2px 2px 3px 3px #000;
	box-shadow:  2px 2px 3px 3px #000;
}

</pre></body></html>