/* CSS-Datei für www.yvonnes-beautycenter.de */
* {
 padding: 0;
 margin: 0;
}
html {
	height: 101%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFF;
	font-size: 0.9em;
	background-repeat: repeat-x;
}
.wrapper {
	width: 950px;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
/* Start Header */
.header {
	margin: 10px 0px 10px 0px;
	min-height: 200px;
	background-image: url(images/hf_wrapper.gif);
}
* html .header {height: 118px} /* IE Min-Height Hack */ 

.header-left {
	float: left;
	width: 950px;
	min-height: 200px;
	background-image: url(images/schrift_header.gif);
}
.header-right {
	float: left;
	width: 810px;
	text-align: right;
}
/* End Header */

/* Start Navigation Bar */
.navbar {
	margin: 0px 0px 0px 0px;
	border-bottom-style: none;
	background-color: #999;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}

ul.navbar, li.nav-bar {
 display: inline;
 margin-right: 22px;
}
/* End Navigation Bar */

.block {
	display: block;
	border: 1px none #ccc;
	background-color: #FFF;
	padding: 4px;
}

blockquote {
	margin-top: 20px;
	background-image: url(images/blockquote_yvonne.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote div {
	padding: 15px 15px;
}


/* Start Main Columns */
#leftcolumn { /* Parent Wrapper for inside boxes */
	margin: 20px 0px 0px 10px;
	display: inline; /* IE Hack */
	width: 190px;
	float: left;
}

#rightcolumn {
	margin: 10px 0px 0px 15px;
	display: inline; /* IE Hack */
	float: left;
	width: 730px;
	min-height: 152px;
}
* html #rightcolumn {height: 155px} /* IE Min-Height Hack */ 
/* End Main Columns */

h1 {
 margin-top: 10px;
 font-size: 24px;
}
img {border: none; }
/* Start Links */
a:link {
	text-decoration: underline;
	color: #000;
	font-size: 1em;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}


/* End Links */

.footer {
	padding: 50px 7px 20px 11px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 950px;
	min-height: 40px;
	margin-bottom: 5px;

}
* html .footer {height: 32px} /* IE Min-Height Fix */ 
.fltrt {
	float: right;
	margin-left: 8px;
	padding: 5px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	padding: 5px;
}
.wrapper #rightcolumn ul li {
	padding-left: 5px;
	list-style-type: circle;
	margin-left: 30px;
}
.wrapper #rightcolumn h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #DD5A6A;
}
.wrapper #rightcolumn h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
.wrapper #rightcolumn h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}
.img {
	border: 1px solid #DD5A6A;
	padding: 5px;
}

