body {
	margin:0px;
	background-color:#fffef8;
}


.center {
	margin:0 auto 0 auto;
	width:960px;
}

p {
	font-family:Georgia;
	line-height:1.5;
	font-size:12pt;
}


.kursiv {
	font-style:italic;
	margin-left:40px;
}

.liste {
	margin-left:40px;
}

p a:link {
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #a4a4a4;
	padding-bottom:2px;
	-webkit-transition:border-bottom 1s ease-in;  
        -moz-transition:border-bottom 1s ease-in;  
        -o-transition:border-bottom 1s ease-in;  
         transition:border-bottom 1s ease-in; 
	}

p a:visited {	
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #a4a4a4;
	padding-bottom:2px;
}
	
p a:hover {
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #000000;
	padding-bottom:2px;
	}
	
p a:active {text-decoration:none;color:#000000;}

  		

/* -------------------- Header -------------------- */

#header {
	/*background-image:url(header.png);*/
	background-color:#f9f6e4;
	height:190px;
}


#title {
	margin-top:42px;
	margin-left:388px;
}

#sub {
	margin-top:10px;
	text-align:center;
	font-family: Georgia;
	
	font-size:14pt;
	font-style:italic;
}


/* -------------------- Navi -------------------- */

ul#navi {
	margin:0;
	padding:30px 0 0 0;
	width:960px;
	text-align:center;
}

ul#navi li {
	display:inline;
	list-style:none;
}


#navi a {
	font-family: 'Lancelot', cursive;
	font-size:18pt;
}

li #aa {
	margin-right:86px;
}

li #bb {
	margin-right:86px;
}

li #cc {
	margin-right:86px;
}

ul#navi a:link {
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #ececec;
	padding-bottom:2px;
	-webkit-transition:border-bottom 1s ease-in;  
        -moz-transition:border-bottom 1s ease-in;  
        -o-transition:border-bottom 1s ease-in;  
         transition:border-bottom 1s ease-in; 
	}

ul#navi a:visited {	
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #ececec;
	padding-bottom:2px;
	
}
	
ul#navi a:hover {
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #000000;
	padding-bottom:2px;
	}
	
ul#navi a:active {text-decoration:none;color:#000000;}




/* -------------------- Trenner -------------------- */

#trenner {
	clear:both;
	background-image:url(trenner.png);
	height:4px;
	margin-top:25px;
	margin-bottom:25px;
}

/* -------------------- Foto 1 -------------------- */

#foto1 {
	margin-top:22px;
}

/*
#foto1 {
	border: white solid 20px;
	-moz-box-shadow: 2px 5px 8px 1px #888;
	-webkit-box-shadow: 2px 5px 8px 1px #888;
	box-shadow: 2px 5px 8px 1px #888;
}
*/

/* -------------------- Über uns -------------------- */

#ueber {
	margin-top:20px;
}

#ueberunshead {
	font-family: 'Lancelot', cursive;
	font-weight:normal;
	font-size:40px;
	padding-top:10px;
}	

.zwischennaht {
	float:right;
	margin-top:30px;
}

#janafoto {
	float:left;
	margin-bottom:60px;
}

.abouttext {
	float:left;
	margin: -20px 0 0 20px;
	width:215px;
	font-family:Georgia;
	
}

#jacofoto {
	float:left;
	padding-left:40px;
}

.abouthead {
	font-style:italic;
}


/* -------------------- Leistungen -------------------- */


#leistungen {
	clear:both;
	margin-top:60px;
}

#leistungenhead {
	font-family: 'Lancelot', cursive;
	font-weight:normal;
	font-size:40px;
	margin-top:0px;
	padding-top:10px;
}

#leistungentext {
	text-align:justify;
	column-count: 2;
	column-width:450px;
    column-gap: 60px;
    
    -moz-column-count: 2;
	-moz-column-width:450px;
    -moz-column-gap: 60px;
    
    
    -webkit-column-count: 2;
	-webkit-column-width:450px;
    -webkit-column-gap: 60px;
}

ul {
	
	}

/* -------------------- Gallerie -------------------- */

.vorladen {
	display:none;
}

#galleriehead {
	font-family: 'Lancelot', cursive;
	font-weight:normal;
	font-size:40px;
	margin-top:60px;
	padding-top:10px;
}


#bildcontainer {
	border: white solid 20px;
	-moz-box-shadow: 2px 5px 8px 1px #888;
	-webkit-box-shadow: 2px 5px 8px 1px #888;
	box-shadow: 2px 5px 8px 1px #888;
}

#zurück {
	position:absolute;
	margin-left:36px;
	margin-top:310px;
}

#vor {
	position:absolute;
	margin-left:895px;
	margin-top:310px;
}




/* -------------------- Kontakt -------------------- */

#kontakthead {
	font-family: 'Lancelot', cursive;
	font-weight:normal;
	font-size:40px;
	margin-top:60px;
	padding-top:10px;
}

#kontakttext {
	text-align:justify;
}

#email {
	font-size:18pt;
	font-style:italic;
	padding-bottom:100px;
}

