@charset "UTF-8";
/* CSS Document */



@font-face { 
font-family: "head"; 
src: url("font/hkgrotesk-bold.otf");
}

@font-face { 
font-family: "txt"; 
src: url("font/hkgrotesk-light.otf"); 
}

#white {position:fixed; top:0px; z-index:90;}	
#logo-quer {position:fixed; top:25px; z-index:99;}
#menu1 {position:fixed; top:10px; z-index:99; margin-left:400px;}
#menu2 {position:fixed; top:10px; z-index:99; margin-left:600px;}
#menu3 {position:fixed; top:10px; z-index:99; margin-left:800px;}

.head {
	position: relative;
	border:0px;
	font-family: head, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #000000;
	z-index:-1;
}

.fliesstext {
	position: relative;
    border:0px;
    font-family: txt, Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #5E5E5E; 
    z-index:-1;
}

#baerbel {position:relative; top: 10px; margin-left:500px ;}
#baerbeltext {width: 45%; position:relative; top: -390px; margin-left:0px; }

#film {position:relative; top: 10px; margin-left:500px ;}
#filmtext {width: 45%; position:relative; top: -390px; margin-left:0px; }

#liquid {position:relative; top: 100px; margin-left:0px ;}
#liquidtext {width: 45%; position:relative; top: -390px; margin-left:520px; }

.sub {font-family: Arial, Helvetica, sans-serif; text-align: left; color: #000000; font-size: 20px; }

#center {
position:relative;
  width: 1050px ;
  height: 100%;
  margin-left: auto ;
  margin-right: auto ;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EE0000;
	text-decoration:none
}



a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EE0000;
	text-decoration:none
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EE0000;
	text-decoration:none
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #205657;
    text-decoration: none
}

