/*** Stylesheet Kosmetikstübchen Ulrike Meier - Version 1.0 ***/


/* Allgemeine Einstellungen */

body {
	position:relative;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: "Lucida Grande", Verdana, Arial;
	margin: 0;
	padding: 0;
}

/*** Header ***/

#header {
	position: relative;
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/header.png); 
	background-repeat: no-repeat;
	background-position: top left;
}

/*** Page ***/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 775px;
	height: auto;
	overflow: auto;
}


/**** main ****/

#main {
	position: relative;
	float: left;
	padding: 15px;
	padding-bottom: 75px;
	width: 500px;
	background-color: #ffffff;
	background-image: url(images/sunflower_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #ffffff;
}
	
#main h1 {
	text-align: left;
	font-size: 14pt;
	color: #A68729;
	margin-top: 0px;
}

#main h2 {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #A68729;
}

#main p {
	text-align: left;
	font-size: 10pt;
	color: #735702;
}

#main ul {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 10pt;
	color: #735702;

}

#main a {
	color: #A68729;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #A68729;
	text-decoration: underline;
}

#main a:visited {
	color: #A68729;
	font-weight: bold;
	text-decoration: none;
}

iframe {
	border: 1px solid #999999;
}

/**** Bilderrahmen ****/

.border {
	border: 1px solid #e6e6e6;
	float: right;
	padding: 5px;
	margin: 5px;
}


/**** Navigation ****/

#navigation {
	position: relative;
	top: 0px;
	float: right;
	width: 225px;
	height: 335px;
	background-color: #ffffff;
	background-image: url(images/nav_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 2px solid white;
}

#navigation ul {
	list-style: none;
	margin: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	font-size: 10pt;
}

#navigation li {
	border-bottom: 1px solid #fff;
	margin: 0;
}

#navigation li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #A68729;
	color: #fff;
	text-decoration: none;
}
		
#navigation li a:hover {
	background-color: #D9B855;
	color: #fff;
}

#navigation .active {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	background-color: #D9B855;
	color: #fff;
}


/*** Tabellen ***/

table {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}

th {
	background-color: #A68729;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td {
	font-size: 10pt;
	padding-left: 1.0em;
	color: #735702;
}

.preis {
	background-color: #F2D57E;
	padding-right: 0.5em;
	text-align: right;
	font-weight: normal;
}

.preisklein {
	text-align: right;
	padding-right:  0.5em;
}

.highlight {
	background-color: #F2D57E;
}


/*** Formmailer ***/

form {
	margin-top: 25px;
	font-size: 10pt;
	color: #735702;
}

dt {
	margin-top: 10px;
}

dd {
	margin-left: 0;
	margin-top: 5px;
}


/*** Footer ***/

#footer {
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: 75px;
}

