﻿@charset "utf-8";
body, html {
	padding: 0px;
	margin: 0px;
	top:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	color: #56430c;
	background-color: #F3C71E;
	background-image: url('images/background_kosmetik-patzer.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	scrollbar-track-color:#F3D71D;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#F3B61F;
	scrollbar-arrow-color:#F3B61F;
}

.warnung
{
	width:185px;
	border:thin red dotted;
	color:red;
	font-size:0.8em;
	font-weight:bold;
}
.bilderrahmen {
	border:2px #F3C71E solid;
}


.main_Div {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	width: 960px;
	height: auto;
	text-align: left;
	top: 0px;
}

.logo_Div {
	position: relative;
	z-index: 2;
	top: 100px;
	height:auto;
	width:auto;
	margin-left: 0px;
}

.news_Div {
	position: absolute;
	z-index: 3;
	top: 303px;
	height:auto;
	width:450px;
	margin-left: 0px;
	left: 0px;
}

.menue_top_Div {
	position: relative;
	z-index: 2;
	border-top-style: dotted;
	width: 960px;
	height: auto;
	top: 120px;
	text-align: right;
	text-transform: uppercase;
	border-top-color: #333333;
	border-top-width: 1px;
}

.menue_left_Div {
	position: relative;
	top: 122px;
	z-index: 2;
	width: 150px;
	height: 200px;
	float:left;
	text-align:center;
	left: 0px;
	background-image:url('images/menue_left_back.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-top:0px;
}

.content_Div {
	position: relative;
	width: 700px;
	height: auto;
	top: 152px;
	z-index: 2;
	float:right;
	clear:right;
}

.feet_Div {
	clear:both;
	width: auto;
	height: 20px;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 100px;
	padding-top: 2px;
	padding-bottom: 40px;
	border-top: 1px dotted #333333;
}
.clear_div {
	clear: both;
	width: auto;
	height: 10px;
}
.dks_div {
	border:thin #f4b51c solid;
	background-color: #F3C71E;
	height: 115px;
	width: 700px;
	margin-top: 25px;
}
.dks_div1 {
	width: 150px;
	height: 115px;
	position: relative;
	float: left;
}
.dks_div2 {
	position: relative;
	width: 530px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #56430c;
	float: right;
	text-decoration: underline;
	padding: 10px;
}
.dks_div3 {
	width: 530px;
	height:40px;
	position: relative;
	float: right;
	padding: 10px 10px 5px 10px;
}
.dks_div4 {
	width: 540px;
	position: relative;
	float: right;
}
.dks_div5 {
	background-position: center;
	background-color: #FF6600;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('images/back_dks.jpg');
	background-repeat: repeat-x;
}
.dks_headline {
	font-weight: bold;
	font-variant: normal;
	padding-top: 35px;
}

.pfm_div {
	border:thin #f4b51c solid;
	background-color: #F3C71E;
	height: auto;
	width: 700px;
	margin-top: 25px;
}
.pfm_div1 {
	border-bottom: thin #56430c dotted;
	text-decoration: underline;
	padding: 10px;
}
.pfm_div2 {
	padding: 10px;
}
.pfm_div3 {
	padding: 10px;
}
.pfm_div4 {
	background-position: center;
	background-color: #FF6600;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('images/back_dks.jpg');
	background-repeat: repeat-x;
}

.gs_div1 {
	font-size: 0.9em;
}

.kt_headline {
	font-weight: bold;
	font-variant: normal;
}
.aktuelles {
	width:370px;
	padding-bottom:20px;
	margin-bottom:50px;
	border-bottom: thin #56430c dotted;
}

ul#workshops {
	margin: 0; 
	padding: 0;
}
ul#workshops li {
	list-style:none;
	margin: 0; 
	padding: 12px 0px 12px 10px;
	text-indent: -10px;
}
ul#workshops a {
	/*background-color:#eaac14;*/
	padding: 0px 2px;
}
ul#workshops a:hover {
	background-color:#F3C71E;
	padding: 0px 2px;
}


