/*
Königsparfümerie Dommaschk
parfuemerie-dommaschk.de
Start: 11.03.2010
*/

* {
	margin:0;
	padding:0;
	outline: none;
}

html {
	overflow-y: scroll;
	
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #edeff2;
	scrollbar-3dlight-color: #b8b9bb;
	scrollbar-darkshadow-color: #b8b9bb;
	scrollbar-face-color: #edeff2;
	scrollbar-highlight-color: #edeff2;
	scrollbar-shadow-color: #edeff2;
	scrollbar-track-color: #edeff2;
}

body {
	background-color: #d8d9db;
 	background-image: url("../img/hg.jpg");
 	background-position: center top;
 	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center /* IE6 - versteht nicht bei "#wrapper" - margin: auto - deshalb allgemein Seite center */
}


div, p {
	text-align: left; /* body - text-align: center wieder für den Inhalt der Elemente auf left */
}

.clear {
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
}

span.seo {
	position: absolute;
	left: -999em;
}

	
a {
	font-family: Verdana, Helvetica, sans-serif;
		text-decoration: none;
	color: #cf7a1f;
}

a:link {
	font-family: Verdana, Helvetica, sans-serif;
		text-decoration: none;
	color: #cf7a1f;
}

a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #e59138;
}



/* kopf welle*/
div#kopfwelle {
 margin: 0 auto;
 background-image: url("../img/kopf_welle.jpg");
 background-position: center top;
 background-repeat: repeat-y;
 height: 66px;

}

/* fuss welle */
div#fusswelle {
 margin: 0 auto;
 background-image: url("../img/fuss_welle.jpg");
 background-position: center top;
 background-repeat: no-repeat;
 width: 981px;
 height: 227px;
}




/* wrapper aussen mit schattenrand*/
div#wrapper_global {
 width: 981px;
 margin: 0 auto;
 background-image: url("../img/wrapper_global_hg.gif");
 background-position: left top;
 background-repeat: repeat-y;
}


/* wrapper content*/
div#wrapper_global div#wrapper_content {
 position: relative;
 left: 25px;
 width: 933px;
 background-color: #d7d8da; /*hintergrund*/
 background-image: url("../img/hg_content.gif");
 background-position: left top;
 background-repeat: repeat-y;
}



/* logo*/
div#logo {
  margin: 0 auto;
 width: 981px;
 height: 155px;
  background-image: url("../img/logo.jpg");
  background-position: center top;
 background-repeat: no-repeat;
 

}

/* bild start*/
div#wrapper_global div#wrapper_content div#bild {
 position: relative;
 left: 18px;
 width: 896px;
 height: 351px;
  background-color: #c6c7c9;
    background-image: url("../img/foto_start.jpg");
  background-position: left top;
 background-repeat: no-repeat;
}


/* impressumkopf*/
div#wrapper_global div#wrapper_content div#kopfimpressum {
	position: relative;
	left: 18px;
	width: 896px;
	height: 30px;
	font-family: Georgia, Verdana;
	font-size: 10px;
	color: #949495;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	
}



a.kopfimpressum  {
	color: #949495;
	font-family: Georgia, Verdana; 
	font-size: 10px;  
	font-style: normal;  
		text-decoration: none;  
}

a.kopfimpressum :hover {
	color: #838384;
	font-family: Georgia, Verdana; 
	font-size: 10px;  
	font-style: normal; 
	text-decoration: underline;  
}


/* content start*/
div#wrapper_global div#wrapper_content div#contentstart {
	position: relative;
	left: 18px;
	margin-top: 25px;
 	width: 896px;
	text-align: center;
	font-family: Georgia, Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #505050;
	font-weight: normal;
	
}


/* wrapper content main*/
div#wrapper_global div#wrapper_main div#wrapper_content_main {
 position: relative;
 width: 883px;

 /*background-image: url("../img/hg_content.gif");*/
 background-color: #fff6e6; /*beigerhintergrund*/
background-position: top left;
background-repeat: no-repeat;
}


/* impressum*/
div#wrapper_global div#wrapper_footer div#impressum {
	position: relative;
	width: 300px;
	height: 30px;
	left: 565px;
	text-align: right;
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}




div#wrapper_global div#wrapper_main div#wrapper_content_main div#ueberschrift h1.image_headline {
	padding-bottom: 20px;
}



.fliesstext {
	font-family: Verdana;  
	font-size: 11px;
	color: #505050;
	line-height: 17px;
	text-align: left;
	font-weight: normal;
}

.red_content {
	font-family: Georgia, Verdana; 
	font-size: 12px;
	color: #8b0319;
	line-height: 19px;
	font-weight: bold;
}


a.white {
	color: #949495;
	font-family: Georgia, Verdana; 
	font-size: 9px;  
	font-style: normal;  
		text-decoration: none;  
}

a.white:hover {
	color: #838384;
	font-family: Georgia, Verdana; 
	font-size: 9px;  
	font-style: normal; 
	text-decoration: underline;  
}

