/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-weight:inherit; 
	font-style:inherit; 
	font-size:100%; 
	font-family:inherit; 
	vertical-align:baseline; 
}

:focus { 
	outline:0; 
}

a:active { 
	outline:none; 
}

body { 
	line-height:1; 
	color:black; 
	background-color:#333333; 
}

ol,ul { 
	list-style:none; 
}

table { 
	border-collapse:separate; 
	border-spacing:0;
}

caption,th,td { 
	text-align:left; 
	font-weight:normal; 
}

blockquote:before,blockquote:after,q:before,q:after { 
	content:""; 
}

blockquote,q { 
	quotes:"" ""; 
}


/* RESET-END */

body{
	letter-spacing:0;
	position:relative;
}

/* STANDARD-LINKS */
a{
	outline:none;	
}

a:link, a:visited, a:active{
	color:#CCCCCC;
	text-decoration:none;
	background-color:transparent;
}

a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	background-color:transparent;
}
/* STANDARD-LINKS-END */

/* 1st */
#wrap{
	background-color:transparent;
	width:auto;
	height:auto;
	margin:0px auto;
	position:relative;
	z-index:1;
}

/* 2nd */
#wrapper{
	background-color:transparent;
	width:1193px;
	height:auto;
	margin:0px auto;
	position:relative;
	z-index:2;
}

/* Ebene left_out und right_out überdecken alle ...under_left und ...under_right Ebenen */
.left_out{
	background-color:transparent;
	width:200px;
	height:100%;
	background-image:url(../template_images/out_left.png);
	background-repeat:repeat-y;
	float:left;
	position:absolute;
	z-index:101;
}

.right_out{
	background-color:transparent;
	width:200px;
	height:100%;
	background-image:url(../template_images/out_right.png);
	background-repeat:repeat-y;
	float:left;
	position:absolute;
	left:993px;
	z-index:102;
}

/* 3rd */
.wrapper_main{
	background-image:url(../template_images/bg_01.png);
	width:1193px;
	height:100%;
	float:left;
	margin:0px auto;
	position:relative;
	z-index:90;
}

/* HEADER */
.wrapper_header{
	background-color:transparent;
	width:auto;
	height:auto;
	float:left;
	margin:0px auto;
	position:relative;
	z-index:70;
}

.left_header{
	width:150px;
	height:170px;
	background-image:url(../template_images/logo.png);
	background-repeat:no-repeat;
	background-color:transparent;
	float:left;
	margin:0px;
	position:relative;
	z-index:79;
	left:60px;
}

.right_header{
	width:643px;
	height:170px;
	background-image:url(../template_images/header_right.png);
	background-repeat:no-repeat;
	background-color:transparent;
	float:left;
	margin:0px;
	position:relative;
	z-index:78;
	left:60px;
}

.header_under_left{
	background-color:transparent;
	width:200px;
	height:170px;
	float:left;
	margin:0px;
	position:relative;
	z-index:77;	
}

.header_under_right{
	background-color:transparent;
	width:200px;
	height:170px;
	float:left;
	margin:0px;
	position:relative;
	z-index:76;	
}

/* NAVIGATION */
.wrapper_nav{
	background-color:transparent;
	width:auto;
	height:auto;
	float:left;
	margin:0px auto;
	position:relative;
	z-index:60;
}

#nav{
	background-color:transparent;
	width:681px;
	height:71px;
	float:left;
	position:relative;
	z-index:69;
}

.tabs_under_left{
	background-color:transparent;
	width:256px;
	height:71px;
	background-image:url(../template_images/navbar_back_01.png);
	float:left;
	position:relative;
	z-index:67;	
}

.tabs_under_right{
	background-color:transparent;
	width:256px;
	height:71px;
	background-image:url(../template_images/navbar_back_01.png);
	float:left;
	position:relative;
	z-index:68;	
}

ul#navigation{  
	width:100%;
	height:71px; 
	background:url(../template_images/navbar_02.png) no-repeat scroll top left scroll top left;
	list-style:none;
}  

ul#navigation li{  
	float:left;
}  

ul#navigation li a{  
    background:url(../template_images/navbar_02.png) no-repeat scroll bottom left; 
    display:block;
	height:71px;
	position:relative;
}

ul#navigation li a.start  
{  
	background-position:0px 0px;  
	width:114px;   
}  
      
ul#navigation li a.ueber 
{  
	background-position:-114px 0px;  
	width:114px;   
}  
      
ul#navigation li a.leistungen-preise  
{  
	background-position:-228px 0px;  
	width:113px;  
}  
      
ul#navigation li a.produkte 
{  
	background-position:-341px 0px;  
	width:114px;  
}  
      
ul#navigation li a.frisuren 
{  
	background-position:-455px 0px;  
	width:113px;  
}    
	
ul#navigation li a.kontakt   
{  
	background-position:-568px 0px;  
	width:113px;  
}    
    

/* Menu hover */	
ul#navigation li a span {  
	background:url(../template_images/navbar_02.png) no-repeat scroll bottom left;   
	display: block;   
	position: absolute;  
	height: 100%;  
	width: 100%;
	z-index:200;  
}  
      
ul#navigation li a.start span {  
	background-position: -0px -71px;        
}  
		
ul#navigation a.ueber span{  
	background-position: -114px -71px;    
}  
		
ul#navigation a.leistungen-preise span {  
	background-position: -228px -71px;  
}
  
ul#navigation a.produkte span {  
	background-position: -341px -71px;  
}
  
ul#navigation a.frisuren span {  
	background-position: -455px -71px;  
}

ul#navigation a.kontakt span {  
	background-position: -568px -71px;  
}
		
ul#naviagation li a span:hover{
	cursor:pointer;	
}

/* Active Menu Page */		
#navigation li a span active {  
	background:url(../template_images/navbar_02.png) no-repeat scroll bottom left;
	display:block;    
	position:absolute;  
	height:100%;  
	width:100%;
	z-index:210;  
}  
      
#navigation a.start span.active {  
	background-position: -0px -142px;        
}
  
#navigation a.ueber span.active{  
	background-position: -114px -142px;  
}
  
#navigation a.leistungen-preise span.active{  
	background-position: -228px -142px;  
}
  
#navigation a.produkte span.active {  
	background-position: -341px -142px;  
}
  
#navigation a.frisuren span.active {  
	background-position: -455px -142px;  
}
  
#navigation a.kontakt span.active {  
	background-position: -568px -142px;  
}
  		
ul#navigation li a span.active:hover {
	cursor:pointer;
}
		  

/* TITLE */
.wrapper_title{
	background-color:transparent;
	width:auto;
	height:auto;
	background-image:url(../template_images/line.png);
	float:left;
	margin:0px auto;
	position:relative;
	z-index:50;
}

.titel{
	background-color:transparent;
	width:773px;
	height:50px;
	float:left;
	position:relative;
	top:5px;
	left:0px;
	z-index:59;
	left:60px;

}

.title_under_left{
	background-color:transparent;
	width:200px;
	height:70px;
	background-image:url(../template_images/line.png);
	float:left;
	position:relative;
	z-index:59;	
}

.title_under_right{
	background-color:transparent;
	width:200px;
	height:70px;
	background-image:url(../template_images/line.png);
	float:left;
	position:relative;
	z-index:59;	
}

/* CONTENT */
.wrapper_content{
	background-color:transparent;
	min-width:700px;
	/*min-height:539px;*/
	float:left;
	margin:0px auto;
	position:relative;
	z-index:40;
}

.wrapper_contentl{
	background-color:transparent;
	width:auto;
	/*min-height:1300px;*/
	float:left;
	margin:0px auto;
	position:relative;
	z-index:40;
}

.wrapper_contenti{
	background-color:transparent;
	min-width:700px;
	/*min-height:539px;*/
	float:left;
	margin:0px auto;
	position:relative;
	z-index:40;
}

.wrapper_contentp{
	background-color:transparent;
	width:auto;
	/*min-height:700px;*/
	float:left;
	margin:0px auto;
	position:relative;
	z-index:40;
}

.content_area{
	background-color:transparent;
	width:560px;
	/*min-height:539px;*/
	float:left;
	position:relative;
	left:60px;
	z-index:47;
}

.content_areap{
	background-color:transparent;
	width:553px;
	/*min-height:700px;*/
	float:left;
	position:relative;
	left:60px;
	z-index:47;
}



.portree{
	width:250px;
	height:213;
	float:right;
	position:absolute;
	top:0px;
	left:800px;	
}

.portree_01{
	width:250px;
	height:213;
	float:right;
	position:absolute;
	top:10px;
	left:350px;	
}


.portree-text{
	width:200px;
	height:50px;
	position:absolute;
	left:30px;
}

.eyecatcher{
	width:300px;
	height:150px;
	position:absolute;
	left:540px;
	top:20px;
}

.eyecatcher_02{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:10px;
}

.eyecatcher_03{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:300px;
}

.eyecatcher_04{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:540px;
}

.eyecatcher_05{
	width:300px;
	height:150px;
	position:absolute;
	left:250px;
	top:740px;
}

.content_areal{
	background-color:transparent;
	width:553px;
	/*min-height:539px;*/
	height:1450px;
	float:left;
	position:relative;
	left:60px;
	top:300px;
	z-index:47;
}

.content_areai{
	background-color:transparent;
	width:700px;
	min-height:539px;
	float:left;
	position:relative;
	left:60px;
	z-index:47;
}



.leistungen{
	float:left;
	position:absolute;
	top:0px;
	left:-100px;		
}

.eyecatcher_02l{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:-50px;
}

.eyecatcher_03l{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:220px;
}

.eyecatcher_04l{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:440px;
}

.eyecatcher_05l{
	width:300px;
	height:150px;
	position:absolute;
	left:450px;
	top:720px;
}



.arbeit{
	width:380px;
	height:238px;
	position:absolute;
	left:800px;
	/*top:495px;*/
	bottom: 0px;
}

.kontaktform{
	width:450px;
	height:330px;
}

.googlemap{
	width:425px;
	height:350px;
}

.content_under_left{
	background-color:transparent;
	width:200px;
	min-height:539px;
	float:left;
	position:relative;
	z-index:46;	
}

.content_under_right{
	background-color:transparent;
	width:200px;
	min-height:539px;
	float:left;
	position:relative;
	z-index:45;	
}

/* FOOTER */
.wrapper_footer{
	background-color:transparent;
	width:100%;
	height:auto;
	float:left;
	margin:0px auto;
	position:relative;
	z-index:30;
}

.footer{
	background-color:transparent;
	width:100%;
	height:50px;
	float:left;
	text-align:center;
}

.footer_under_left{
	background-color:transparent;
	width:200px;
	height:50px;
	float:left;
	position:relative;
	z-index:38;	
}

.footer_under_right{
	background-color:transparent;
	width:200px;
	height:50px;
	float:left;
	position:relative;
	z-index:37;	
}

/* SCHRIFTEN */
@font-face{
	font-family: Eurostile;
	src: url("Eurostile.ttf") format("truetype");	
}

/* UEBERSCHRIFTEN */

/* TITLE */
h1{
	font-family: Eurostile, Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#895792;
	text-align:left;
	background-color:transparent;
}

/* CONTENT */
h2{
	font-family: Eurostile, Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-variant:normal;
	color:#FFFFFF;
	text-align:left;
	background-color:transparent;
}

/* FOOTER */
h3{
	font-family: Eurostile, Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-variant:normal;	
	color:#FFFFFF;
	text-align:center;
	background-color:transparent;
}

/* Prtree */
h4{
	font-family: Eurostile, Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-variant:normal;	
	color:#FFFFFF;
	text-align:left;
	background-color:transparent;
}

h5{
	
}

h6{
	
}

td{
	font-family: Eurostile, Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-variant:normal;	
	color:#FFFFFF;
	text-align:left;
	background-color:transparent;
	padding:0px 0px 5px 0px;
}

.tablepro_01{
	position:absolute;
	top:70px;
	left:100px;
	float:left;
}

.tablepro_02{
	position:absolute;
	top:70px;
	left:220px;
	float:right;

}


td.vor{
	padding:0px 0px 0px 20px;	
}

td.vorvor{
	padding:0px 0px 0px 40px;	
}


td h5{
	font-family: Eurostile, Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-variant:normal;	
	color:#FFFFFF;
	text-align:left;
	background-color:transparent;

}
.clear{
	clear:both;	
}

.clear_left{
	clear:left;
}

.clear_right{
	clear:right;
}
