/* // feinSchnitt - FRISEURSALON // */
body { 
	margin:0; 
	padding:0;
	font-size:1em;
	background-color:#000;
	color:#fff;
	font-family:Arial,Verdana, sans-serif;
	}
h1 {
  font-size:1.4em
}
h2 {
  font-size:1.3em;
}
p {
  font-size:1.1em;
  }
a {
	color:rgb(168,155,136);
}
.flleft {
	float:left;
	width:45%;
	}
	
.flright {
	float:right;
	width:45%;
	}	
.clear {
	clear:both;
	}
.hidden {
	margin-left:-66666px;
	display:none;
	height:1px;
	width:1px;
	}
#wrapper {
	margin:0px auto;
	width:980px;
	}
#page {
	background: #000 url(../images/layout/pagetop.png) top left;
	background-repeat:no-repeat;
	}
#leftcol {
	width:372px;
	float:left;
	margin-right:10px;
	margin-bottom:0.625em;
	padding-top:0.625em;
	}
.showroom {
	padding-top:45px;
	/*vorher 10px*/
	}
	
#main {
	float:right;
	width:590px;
	}
	
#head {
	height:3em;
	}
	
#navi {
	margin-top:6.8em;
	font-size:1em;
	font-weight:bold;
	}
	
#navi ul {
	display:inline;
	margin:0 ;
  padding:0;
	}
#navi li {
	display:inline;
	margin-right:10px;
	}	
#navi li a {
    text-decoration:none;
    border-bottom:0.25em solid #000;
 }
 #navi li a:hover,
 #navi li a:focus {
     border-bottom:0.25em solid rgb(168,155,136);
 }
#navi li a.current { 
	  border-bottom:0.25em solid rgb(168,155,136);
	  }
#breadcrumb	{
	margin-top:1.875em;
	font-size:0.8em;
	}
#content {
	}
#gmap_canvas {
	color:#000;
}
#foot {
	clear:both;
	text-align:right;
	padding-right:30px;
	padding-top:60px;
	height:120px;
	font-size:0.8em;
	background:#000 url(../images/layout/pagebottom.png) top left;
	background-repeat:no-repeat;*/
	}