/* Standard-CSS fuer zauberschon.eu */


/* Initialisierung */
html, body, div, p, a, form, img {
   margin: 0;
   padding: 0;
   font-family: helvetica, arial, sans-serif;	
}

/*  allgemeingueltige Formatierungen */
p{
  font-size: 10pt;
  color:#404040;
  text-align:justify;
  }
  

p.titel{
  font-size: 10pt;
  color: #404040;
  font-weight:bold;
  }
  
p.text{
  font-size: 10pt;
  color: #404040;
  font-weight:normal;
  }
  
p.text_kursiv{
  font-size: 10pt;
  color: #404040;
  font-weight:normal;
  font-style:italic;
  }
  
p.fussnote{
  
    font-weight:normal;
    font-style:italic;
    font-size:9pt;
    color:#404040;
    text-align:left;
  }

a:link,a:visited {
	color: #404040;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #8DB6CD;
	text-decoration: none;
}

a.aktiv{
	font-weight:bold;
        color: #8DB6CD;
        background:transparent;
}

a.textlink:link,a.textlink:visited, a.textlink:hover {
	color: #404040;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}


body {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

html {
	width: 100%;
	height: 100%;
}


.bild
{
float: left;
}

/* sektionsweite Formatierungen */

#huelle {
	position:absolute; 
        left:50%; 
        top:50%; 
        height:400px; 
        width:800px; 
        margin-top:-200px; 
        margin-left:-370px;
        background-color: #FFFFFF;       
}

#inhalt_haupt {
	height: 400px;
	width: 800px;
        text-align: left;
	position: absolute;
        
	left: 0px;
	top: 0px;
        z-index:100;	
}

#inhalt_vita {
	height: 130px;
	width: 800px;
        text-align: left;
	position: absolute;
        
	left: 0px;
	top: 270px;
        z-index:100;	
}

#inhalt_beschreibung {
	height: 400px;
	width: 750px;
    text-align: left;
	position: absolute;
        
	left: 0px;
	top: 0px;
        z-index:100;	
}



#navi {
	width: 773px;
	position: absolute;
        height:auto;
        text-align: left;
	top: 400px;
	left: 10px;
        z-index:110;
}



#impressum {
	height: auto;
	width: auto;
    text-align:left;    
	position: absolute;
	top: 400px;
	left: 750px;
	z-index:140;
}


#kommentar {
	height: auto;
	width: auto;
    text-align:left;    
	position: absolute;
	top: 420px;
	left: 0px;
	z-index:150;
}

#urheber {
	height: auto;
	width: auto;
    text-align:left;    
	position: absolute;
	top: 350px;
	left: 0px;
	z-index:150;
}





#zauberschon_logo {
	height: 157px;
	width: 30px;
	position: absolute;
	top: 0px;
	left: 800px;
	z-index:140;
}
