html {
}

body {
 font-size: 100.01%;
 background-color:#f5fbd7;
}







/* diese Box ist die Mutterbox, zentriert - alles bezieht sich hierauf */
div.hauptbox {
 margin: auto;
 margin-top:20;
 width:1100;
}





/* wenn sich ein Element nicht bewegen soll, nutzt man 		position: fixed; 		*/


div.hintergrund {
 position: relative;
 top:1;
 left:0;
 width:820;
 height:405;
 z-index:1;
 
}

div.text_index {
 position: relative;
 margin: auto;
 width:800;
 z-index:4;
}





div.logo {
 position: absolute;
 z-index:4;
}

div.logo_sm {
 position: absolute;
 z-index:3;
}

/************************** Links  *****************/






div.mail {
 position: fixed;
 top:230;
 left:110;
 z-index:2;
}

div.impressum {
 position: fixed;
 top:255;
 left:110;
 z-index:2;
}





/*******************************************************/

ul {
list-style-type: none;
line-height:695px;

}




/* normaler text */
p,tr,td {
 font-size:16;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 font-weight:bold;
 color: #23235f;
 text-decoration:none;
}






/*  Schrift */
h2  {
 font-size:24;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 font-weight:bold;
 color: #ff6085;
 text-decoration:none;
}

@media screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		h2 {
 font-size:18;
	}
}

h3  {
 font-size:24;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 font-weight:bold;
 color: #ffffff;
 text-decoration:none;
}

@media screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		h3 {
 font-size:18;
	}
}

h4  {
 font-size:18;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 font-weight:bold;
 color: #23235f;
 text-decoration:none;
}

@media screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		h4 {
 font-size:14;
	}
}

/*  Schrift */
h5  {
 font-size:20;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 font-weight:bold;
 color: #ff5760;
 text-decoration:none;
}






/*  Links  f7e7c1*/
a:active, a:link, a:visited {
 font-size:16;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 color: #ff5760;
 text-decoration:none;
}

a:hover {
 font-size:15;
 line-height:1.1;
 letter-spacing:0;
 font-family:Helvetica;
 color: #E24729;
 font-weight:bold;
 text-decoration:none;
}
