/*------------------------------*/
/*--- Zusätzliche CSS-Styles ---*/
@import url(menue.css);


/*-----------------------------------*/
/* --- Grundlegende Einstellungen ---*/
* {
	margin: 0;
	padding:0;
	border:0;
	}
	
a {
  color:#3e3d40;
	text-decoration: none;
	}
	
a:hover, a:focus {
  color:#3e3d40;
	text-decoration: none;	
	}

.blocksatz {
	text-align: justify;
	}

.blau {
  color: #0078b9;
  margin-top:10px;
  }

.blaublau {
  color: #0b1d56;
  text-align:center;
  font-weight:bold;
  padding-bottom:10px;
}
  
.grau {
  color: #858487;
  }
  
.pfeil {
	position:relative;
	float:right;
	width:20px;
	height:20px;
	background: url(../images/css-sprite.gif) -224px -585px no-repeat;
	bottom:10px;
	right:0;
	}

#zurueck_portfolio{
	float:right;
	width:20px;
	height:20px;
	background: url(../images/css-sprite.gif) -200px -586px no-repeat;
	padding-top:3px;
	margin-right:40px;
  }
  	
html {
	height:100%;
	}
	
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	background-color:white;
	text-align:left;
	color: black;
   	}

#center {
  	text-align:center;
  	width:99%;
	height:100%;
  }

 #hauptbereich {
  	position:relative;
  	margin-left:auto; 
  	margin-right:auto;
  	text-align:left;
  	width:1280px;
  	height:768px;

  } 
    	
/*--------------------------------------*/
/*--- Aufbau des oberen Bildbereichs ---*/
#blauerbalken {
	background-color: #0b1d56;
	height:17px;
	width:100%;
	}

#menue {
	position:absolute;
	top:50px;
	left:580px;
	}

#menue li {
	list-style:none;
	display: inline;
	font-size:13px;
	}

#menue li a {
	text-decoration: none;
	color: white;
	font-size:13px;
	}
	
#menue li a:hover, #menue li a:focus, #menue li a:visited, #menue li a:active  {
	text-decoration: none;
	color: white;
	font-size:13px;
	}
	
#banner {
	position:absolute;
	top:70px;
	left:280px;
	background-image: url(../images/banner.jpg);
	width:860px;
	height:430px;
	}

#logo {
	position:absolute;
	top:150px;
	left:735px;
	width:125px;
	height:78px;
	background: url(../images/css-sprite.gif) -288px -588px no-repeat;
}

#link_buch {
	position:absolute;
	top:80px;
	left:900px;
	width:230px;
	height:190px;
  }
		
#link_buch img {
	position: absolute;
	left:0px;
	top:0px;
	}

#grossesbuch {
	position:absolute;
	top: 300px;
	left:200px;
	visibility: hidden;
	}
	
/*-----------------------------------------------*/
/* --- Die Foto je Seite innerhalb des Bildes ---*/	
#seite_willkommen #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/home.jpg);
	background-repeat:no-repeat;
	width:596px;
	height:351px;
	}

#seite_willkommen1 #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/home1.jpg);
	background-repeat:no-repeat;
	width:596px;
	height:351px;
	}
	
#seite_impressum #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/home.jpg);
	background-repeat:no-repeat;
	width:596px;
	height:351px;
	}	

#seite_referenzen #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/referenzen.jpg);
	background-repeat:no-repeat;
	width:420px;
	height:351px;
	}	
	
#seite_kontakt #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/kontakt.jpg);
	background-repeat:no-repeat;
	width:430px;
	height:351px;
	}

#seite_kontakt2 #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/kontakt.jpg);
	background-repeat:no-repeat;
	width:430px;
	height:351px;
	}

#seite_media #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/media.jpg);
	background-repeat:no-repeat;
	width:596px;
	height:351px;
	}

#seite_portfolio #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:351px;
	}
	
#seite_comedyzaubershow #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:351px;
	}	
	
#seite_tischzauberei #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:351px;
	}	
	
#seite_closeupzauberei #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:351px;
	}
	
#seite_tbf #bild {
	position:absolute;
	top:20px;
	left:280px;
	background-image: url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:351px;
	}
/*---------------------------------------------------------*/
/* --- Die Ueberschriften je Seite unterhalb des Bildes ---*/
#seite_willkommen #ueberschrift {
	position:absolute;
	top:367px;
	left:515px;
	width:250px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -310px no-repeat;
	}
	
#seite_willkommen1 #ueberschrift {
	position:absolute;
	top:367px;
	left:515px;
	width:250px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -310px no-repeat;
	}
	
#seite_impressum #ueberschrift {
	position:absolute;
	top:367px;
	left:515px;
	width:250px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -153px no-repeat;
	}

#seite_referenzen #ueberschrift {
	position:absolute;
	top:367px;
	left:475px;
	width:300px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -255px no-repeat;
	}

#seite_kontakt #ueberschrift {
	position:absolute;
	top:367px;
	left:458px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -95px no-repeat;
	}
	
#seite_kontakt2 #ueberschrift {
	position:absolute;
	top:367px;
	left:458px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -95px no-repeat;
	}

#seite_media #ueberschrift {
	position:absolute;
	top:367px;
	left:458px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -47px no-repeat;
	}
	
#seite_portfolio #ueberschrift {
	position:absolute;
	top:367px;
	left:490px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -202px no-repeat;
	}
	
#seite_comedyzaubershow #ueberschrift {
	position:absolute;
	top:367px;
	left:490px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -202px no-repeat;
	}
	
#seite_tischzauberei #ueberschrift {
	position:absolute;
	top:367px;
	left:490px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -202px no-repeat;
	}
	
#seite_closeupzauberei #ueberschrift {
	position:absolute;
	top:367px;
	left:490px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -202px no-repeat;
	}

#seite_tbf #ueberschrift {
	position:absolute;
	top:367px;
	left:490px;
	width:350px;
	height:43px;
	background: url(../images/css-sprite.gif) 0 -202px no-repeat;
	}
/*-------------------------------*/
/* --- Der eigentliche Inhalt ---*/
#text {
	position: absolute;
	top:475px;
	left:380px;
	width:450px;
	color:#3e3d40;
	text-align:justify;
	}

#text ul {
	margin-top:10px;
	margin-left:20px;
	}
#text li {
	margin-bottom:10px;
	}

#text p {
	margin-bottom: 10px;
	}
	
#seite_impressum #text a:hover, 
#seite_impressum #text a:active, 
#seite_impressum #text a:focus  {
  color:blue;
  text-decoration:underline;
  }
#seite_impressum #text a, 
#seite_impressum #text a:visited  {
  color:blue;
  }
  
#seite_impressum #footer a, 
#seite_impressum #footer a:visited  {
  color:#3e3d40;;
  }
#seite_impressum #footer a:hover, 
#seite_impressum #footer a:active, 
#seite_impressum #footer a:focus  {
  color:#3e3d40;
  }  
#seite_impressum #link_leismann a, 
#seite_impressum #link_leismann a:visited  {
  color:#3e3d40;;
  }
#seite_impressum #link_leismann a:hover, 
#seite_impressum #link_leismann a:active, 
#seite_impressum #link_leismann a:focus  {
  color:#3e3d40;
  text-decoration:none;
  } 
/*----------------------------------------------------*/
/* --- Die Ueberschrift des Inhalttextes je Seite --- */
#seite_willkommen #text_ueberschrift {
  position:relative;
	width:450px;
	height:45px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -513px no-repeat;
  }
  
#seite_willkommen1 #text_ueberschrift {
  position:relative;
	width:450px;
	height:45px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -513px no-repeat;
  }

#seite_impressum #text_ueberschrift {
  position:relative;
	width:350px;
	height:25px;
	margin-left:110px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -410px no-repeat;
  }
  
#seite_referenzen #text_ueberschrift {
  position:relative;
	width:350px;
	height:25px;
	margin-left:150px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -460px no-repeat;
  }

#seite_kontakt #text_ueberschrift {
  position:relative;
	width:350px;
	height:25px;
	margin-left:100px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -385px no-repeat;
  }

#seite_kontakt2 #text_ueberschrift {
  position:relative;
	width:350px;
	height:25px;
	margin-left:100px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -385px no-repeat;
  }

#seite_willkommen #text_unterschrift{
  position:relative;
	width:450px;
	height:25px;
	margin-bottom:13px;
  }
  
#seite_willkommen1 #text_unterschrift{
  position:relative;
	width:450px;
	height:25px;
	margin-bottom:13px;
  }

#seite_willkommen #text_unterschrift img{
	position: absolute;
	display:block;
	left:0;
	top:-810px;
	clip: rect(810px 436px 834px 0);
	}
	
#seite_willkommen1 #text_unterschrift img{
	position: absolute;
	display:block;
	left:0;
	top:-810px;
	clip: rect(810px 436px 834px 0);
	visibility: hidden;
	}
	
#seite_media #text_ueberschrift {
  position:relative;
	width:350px;
	height:25px;
	margin-left:140px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0 -360px no-repeat;
  }

#seite_comedyzaubershow #text_ueberschrift {
  position:relative;
	width:450px;
	height:25px;
	margin-left:125px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) -398px -460px no-repeat;
  }

#seite_tischzauberei #text_ueberschrift {
  position:relative;
	width:450px;
	height:25px;
	margin-left:130px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0px -562px no-repeat;
  }

#seite_closeupzauberei #text_ueberschrift {
  position:relative;
	width:400px;
	height:25px;
	margin-left:100px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0px -435px no-repeat;
  }

#seite_tbf #text_ueberschrift {
  position:relative;
	width:400px;
	height:25px;
	margin-left:130px;
	margin-bottom:13px;
	background: url(../images/css-sprite.gif) 0px -484px no-repeat;
  }
/*---------------------------------------------*/
/* --- Der Container mit den Kundenstimmen --- */
#kundenstimmen {
	position:absolute;
	border-left:1px dashed #c7c7c7;
	width:200px;
	height:220px;
	top:475px;
	left:940px;
	padding-left:10px;
	line-height: 17px;
	text-align: justify;
  }

#kundenstimmen_ueberschrift {
    position:relative;
  	width:100px;
  	height:20px;
  	margin-bottom:13px;
  	background: url(../images/css-sprite.gif) 0 -840px no-repeat;
    }

/*-------------------------------------------*/
/* --- Der Footer                        --- */
#footer {
    font-size:13px;
    position:relative;
  	width:670px;
  	height:60px;
  	left:-100px;
  	padding-top:20px;
  	margin-bottom:13px;
  	background: url(../images/css-sprite.gif) 0 -726px no-repeat;
    }

#footer a {
	margin-left:553px;
	padding-top:50px;
    }

#footer a:hover, #footer a:active, #footer a:focus, #footer a:visited {
    text-decoration:underline;
  	margin-left:553px;
  	padding-top:50px;
    }

/* ---------------------------------- */
/* Link zur Seite von Leismann-design */
#link_leismann {
  font-size:10px;
  color:#555553;
  position:relative;
 	float:right;
 	margin-right: -100px;
  }
  
#link_leismann a{
  color:#555553;
  }
#link_leismann a:hover, #link_leismann a:focus {
  color:#555553;
  }
  
/*-----------------------------------------*/
/* Das Kontaktformular                     */
#seite_kontakt2 #formular {
  background: url(../images/verlauf_kontakt.jpg) no-repeat;
  height: 200px;
  width: 467px;
  font-size:12px;
  font-weight:bold;
  color:#0b1d56;
  padding-left:5px;
  padding-top:5px;
  }
#seite_kontakt2 #formular h1 {
  font-size:150%;
}
  
#seite_kontakt #formular {
  background: url(../images/verlauf_kontakt.jpg) no-repeat;
  height: 300px;
  width: 467px;
  font-size:10px;
  font-weight:bold;
  color:#0b1d56;
  padding-left:5px;
  padding-top:5px;
  }

#seite_kontakt input {
  border:1px solid grey;
  width:200px;
  margin-bottom:10px;
  }

#seite_kontakt textarea {
  border:1px solid grey;
  } 

#seite_kontakt .lefttable {
  width:250px;
  }
    
#seite_kontakt .righttable {
  width:250px;
  } 

#seite_kontakt #sendenbutton {
  display:block;
  background-image: url(../images/senden.gif);
  width:105px;
  height:23px;
} 
#seite_kontakt #sendenbutton:hover {
  display:block;
  background-image: url(../images/senden_hover.gif);
  width:105px;
  height:23px;
}
#seite_kontakt #loeschenbutton {
  display:block;
  background-image: url(../images/loeschen.gif);
  width:105px;
  height:23px;
} 
#seite_kontakt #loeschenbutton:hover {
  display:block;
  background-image: url(../images/loeschen_hover.gif);
  width:105px;
  height:23px;
}
#seite_kontakt #buttons {
  position:relative;
  left:-7px;
}

/*------------------------------------------*/
/* Die Media - Seite                        */

#text .gallerie {
  background: url(../images/verlauf_galerie.jpg) no-repeat;
  height: 214px;
  width: 495px;
  font-size:13px;
  font-weight:bold;
  color:#0b1d56;
  padding-left:5px;
  padding-top:5px;
  }

/*--- Gallerie ---*/
#text .galleriekurz {
  background: url(../images/verlauf_galerie.jpg) no-repeat;
  height: 125px;
  width: 495px;
  font-size:13px;
  font-weight:bold;
  color:#0b1d56;
  padding-left:5px;
  padding-top:5px;
  }
 
#seite_media #text .gallerie td {
  padding-right:5px;
  padding-bottom:5px;
  } 

#seite_media #text .galleriekurz td {
  padding-right:5px;
  padding-bottom:5px;
  }   
  
/*----------------------------------*/
/* Die Referenzen                   */
#seite_referenzen #text {
  font-size:12px;
  font-weight:bold;
  line-height:20px;
  color:#6c6a6f;
}
/* -------------------------------------*/
/* Die Seite Portfolio                  */
#comedyueberschrift {
    position:relative;
  	width:400px;
  	height:20px;
  	margin-top:15px;
  	margin-bottom:5px;
  	background: url(../images/css-sprite.gif) -400px -360px no-repeat;
    }
    
#closeupueberschrift {
    position:relative;
  	width:400px;
  	height:20px;
  	margin-top:30px;
  	margin-bottom:5px;
  	background: url(../images/css-sprite.gif) -400px -380px no-repeat;
    }
    
#tischzaubershowueberschrift {
    position:relative;
  	width:400px;
  	height:20px;
  	margin-top:30px;
  	margin-bottom:5px;
  	background: url(../images/css-sprite.gif) -400px -405px no-repeat;
    }
    
#tbfueberschrift {
    position:relative;
  	width:400px;
  	height:20px;
  	margin-top:30px;
  	margin-bottom:5px;
  	background: url(../images/css-sprite.gif) -400px -424px no-repeat;
    }

