/* ------------------------------------*/
/* CSS Erwin Zoebelein */
/* erstellt von Jana Blavius */
/* webdesign@blavius.de */
/* 2011 Maerz */
/* ------------------------------------*/
/* allgemeines 
/* ------------------------------------*/
body {
	background-color: #fff; 
	margin: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
	font-size: 12px;
	text-align: justify;
} 

#Home {
} 
#Page {
} 
#TextPage {
} 
a {
	color: #999;
}
h1 { /* seitenname */
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
	padding: 0 0 0 0;
	margin:  10px 0 10px 0;
}
h2 { /* kontaktseite */
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	padding: 0 0 0 0;
	margin:  10px 10px 13px 0;
}


/* ======================================== */
/* Design aalle gleich */
/* ======================================== */
#wrapper { 
    position: relative; 
    width:      750px;  
    margin:     10px auto 0; 
	padding: 20px 0 20px 0; 
} 

#header {
	display:none; 
}
#footer {
	display:none; 
}
#address{
	text-align: center;
	margin: 10px 0 0 0; 
	padding: 10px 10px 10px 10px; 
}
/* ======================================== */
/* navigation */
/* ======================================== */

#navHome {
	display:none; 
	}

#nav {
	display:none; 
	}
/* ======================================== */
/* seiteninhalte */
/* ======================================== */
#content { /*home*/
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
/* philosophie = Friseurmeister = home */
/*------------------*/
#bgFriseurmeister {
}
#textFriseurmeister{
	margin: 0 0 0 0; 
	padding: 15px 15px;
}
/* service */
/*------------------*/
#bgService {
}
#textService{
	margin: 0 0 0 0; 
	padding: 15px 15px;
}
/* partner */
/*------------------*/
#bgPartner {
}
#textPartner {
	margin: 0 0 0 0; 
	padding: 15px 15px;
}
/* Stellenangebot */
/*------------------*/
#bgStellenangebot {
}
#textStellenangebot {
	margin: 0 0 0 0; 
	padding: 15px 15px;
}
/* kontakt */
/*------------------*/
#bgKontakt {
}
#textKontakt{
	margin: 0 0 0 0; 
	padding: 15px 15px;
}
/* impressum */
/*------------------*/
#bgImpressum {
}
#textImpressum{
	margin: 0 0 0 0; 
	padding: 15px 15px;
}

/* impressum */
/*------------------*/
#textImpressum2{
	margin: 0 0 0 0; 
	padding: 15px 15px;
}
#textImpressum2 h1{
border-bottom: 1px dotted #8e8474;
}

.label {
	float: left;
	width: 25%;
	margin: 0 5px 5px 0; 
}
.angabe {
	float: left;
	width: 70%;
	margin: 0 0 5px 0; 
}
.txtImg {
	width: 75px;
	float: left;
	margin: 0 7px 7px 0; 
	border: 1px solid #000;
}
/* 
	padding: 0 ;
	background-color:#fff;======================================== */
/* weiteres */
/* ======================================== */
.mini  {
    font-size: 75%;
}
.hint { /* in formularen */
	color: #FF0000;
    font-weight: bold;
    font-size: 125%;
}
#jb a{ /* link at impressum */
	font-weight: lighter;
    font-size: 75%;
}
.clear {
	clear: both;
}
