/* ##### Elemente und Farben #####
dunkelbraun: #552620
tuerkis: #4f8a9a
organge: #ec6708
beige: #d3cac3

*/


*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff; 
	color: #552620;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	padding: 0px;
	text-align: center;
	}
	
a:link, a:visited {
	text-decoration:none;
	color: #ec6708;
	}
a:hover {
	text-decoration:none;
	color: #4f8a9a;
	}
	
   /* h1 {
	font-size: 16px;
	text-transform:uppercase;
	margin: 0 0 15px 0;
	display:none;
	}*/
	
#home h1 {
	font-size: 16px;
    padding: 40px 0 0 40px;
    text-align: left;
    font-weight: normal;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	}

/* ################   Position ################  */
#kiste
{
	position: relative;
	background: #ffffff url(stage/ws-start.jpg) no-repeat top left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	margin-top: 0; 
	padding:0;
	width: 990px;
	height: 740px;
	text-align: center;
}

/* ######## terminbutton ########### */
 #termin {
	position: absolute;
	top: 530px;
	left: 260px;
	z-index: 100;
	font-size: 14px;
}

#termin a:link, #termin a:active, #termin a:visited
 {
    color: #ffffff;
    background-color: #ec6708;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
    padding: 20px;
}

#termin a:hover {
    text-decoration: none;
    color: #ec6708;
    background-color: #d3cac3;
}

/*####### praxisbilder ###########*/

#ibrahim {
		position:absolute;
		top: 200px;
		left: 217px;
		z-index:100;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#ibrahim a:link, #ibrahim a:hover, #ibrahim a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%; 
}

#weinrich {
		position:absolute;
		top: 200px;
		left: 530px;
		z-index:100;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#weinrich a:link, #weinrich a:hover, #weinrich a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%; 
}
		
#plus {
		position:absolute;
		top: 310px;
		left: 495px;
		}
		
			
/*####### Kontaktbilder Ibrahim ###########*/

#briefi {
		position:absolute;
		top: 180px;
		left: 192px;
		z-index:0;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#briefi a:link, #briefi a:hover, #briefi a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%;  
}
		
#praxisi {
		position:absolute;
		top: 470px;
		left: 174px;
		z-index:100;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#praxisi a:link, #praxisi a:hover, #praxisi a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%;  
}
		
#openi {
		position:absolute;
		top: 425px;
		left: 136px;
		z-index:0;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#openi a:link, #openi a:hover, #openi a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%;  
}
		

			
/*####### Kontaktbilder Weinrich ###########*/

#briefw {
		position:absolute;
		top: 520px;
		left: 846px;
		z-index:0;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#briefw a:link, #briefw a:hover, #briefw a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%;  
}
		
#praxisw {
		position:absolute;
		top: 420px;
		left: 701px;
		z-index:50;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
#praxisw a:link, #praxisw a:hover, #praxisw a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%;  
}
		
#openw {
		position:absolute;
		top: 525px;
		left: 661px;
		z-index:0;
		border-radius: 50%;
		-webkit-border-radius: 50%; 
		}
		
#openw a:link, #openw a:hover, #openw a:visited { 
border-radius: 50%;
-webkit-border-radius: 50%;  
}

