
/* ####################################################################*/
/* General - Overrides & Handlers #####################################*/
/* ####################################################################*/

* {
	padding:0;
	margin:0;
}

/* Clear Division Handler */
.clear {
 clear:both;
	height:1px;
 overflow:hidden;
}

/* Mozilla Focus Outline Bug */
a:active {
 outline:none;
}

a:focus {
 outline:none;
}

img {
	border:0px;
}

/* ####################################################################*/
/* General - Body, Page, Wrapper ######################################*/
/* ####################################################################*/

#page {
	height:100%;
}

#page[id] {
 height:auto;
	min-height:100%;
}

html {
	height:100%;
}

body {
	height:100%;
	background-color:#f1ede5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-image:url(../images/body_back.gif);
	background-repeat:repeat-x;
}

.wrapper {
	position:relative;
	width:970px;
}

#page {
	position:relative;
	width:100%;
	min-height:100%;
}

/* ####################################################################*/
/* Header - Logo ######################################################*/
/* ####################################################################*/

#header {
	width:100%;
	height:138px;
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#header .wrapper {
	width:100%;
	height:138px;
	background-image:url(../images/leuchter.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#header #logo {
	height:38px;
	width:240px;
	float:left;
	margin:22px 0 0 18px;
}

/* ####################################################################*/
/* Header - Navigation ################################################*/
/* ####################################################################*/

#navigation {
	position:absolute;
	top:30px;
	left:295px;
	height:38px;
	width:690px;
}

#navigation ul {
	list-style-type:none;
	text-transform:uppercase;
}

#navigation ul li,
#navigation ul li#first {
	position:relative;
	display:block;
	float:left;
	border-left:1px solid #8b8b78;
	height:14px;
}

#navigation ul li#first {
	border-left:none;
}

#navigation ul li a,
#navigation ul li a#active,
#navigation ul li a#sub_active {
	display:block;
	color:#8b8b78;
	text-decoration:none;
	text-align:center;
	margin:0 8px 0 8px;
}

#navigation ul li a#active {
	color:#a61c47;
	font-weight:bold;
}

#navigation ul li a#sub_active {
	color:#a61c47;
}

#navigation ul li#first a {
	margin:0 7px 0 0;
}

#navigation ul li a:hover,
#navigation ul li a#active:hover,
#navigation ul li a#sub_active:hover {
	color:#000000;
}

/* ####################################################################*/
/* Header -  Sub-Navigation ###########################################*/
/* ####################################################################*/

#sub_navigation_damen {
	position:absolute;
	top:75px;
	left:393px;
	width:357px;
	height:73px;
	background-image:url(../images/preise_image.gif);
	background-repeat:no-repeat;
	z-index:2;
}

#sub_navigation_preise {
	position:absolute;
	top:75px;
	left:673px;
	width:77px;
	height:73px;
	z-index:3;
}

/* ####################################################################*/
/* Footer #############################################################*/
/* ####################################################################*/

#footer {
	position:absolute;
	clear:both; 
	bottom:0px;
	overflow:hidden;
	width:100%;
	height:190px;
	background-image:url(../images/footer_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#footer_text {
	position:absolute;
	bottom:0px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;	
	margin:0 0 18px 18px;
	color:#8b8b78;
}

#footer_text a,
footer_text a.red {
	position:relative;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin:0 5px 0 5px;
	color:#8b8b78;
	text-decoration:none;
}

#footer_text a.red {
	color:#a61c47;
}

#footer_text a:hover,
footer_text a.red:hover {
	color:#000000;
	text-decoration:none;
}

/* ####################################################################*/
/* Content ############################################################*/
/* ####################################################################*/

#content {
	position:relative;
	min-height:620px;
 height:auto !important;
	height:620px;
	width:100%;
	margin-bottom:70px;
}

#content .wrapper {
	background-image:url(../images/content_wrapper_back.gif);
	background-repeat:no-repeat;
	height:493px
}

/* ####################################################################*/
/* Text ###############################################################*/
/* ####################################################################*/

#text {
	float:left;
	height:390px;
	width:661px;
	margin:65px 0 0 30px;
}

#left_column {
	float:left;
	height:390px;
	width:310px;
}

#right_column {
	float:left;
	height:390px;
	width:280px;
	margin:84px 0 0 36px;
}

#text h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#f1ede5;
	margin:6px 0 24px 0;
}

#text h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#f1ede5;
	margin:0px 0 0px 0;
	padding:6px 0 0 0;
}

#text p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#f1ede5;
	line-height:19px;
}

#text a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#e5e2dc;
	line-height:19px;
	text-decoration:underline;
}

#text a:hover {
	color:#000000;
	text-decoration:none;
}

/* ####################################################################*/
/* Slideshow ##########################################################*/
/* ####################################################################*/

#slideshow {
	width:277px;
	height:494px;
	overflow:hidden;
	float:left;
	background:#666666;
}

/* ####################################################################*/
/* Needles ############################################################*/
/* ####################################################################*/

#needles_top {
	position:absolute;
	top:48px;
	left:278px;
	z-index:1;
}

#needles_bottom {
	position:absolute;
	top:631px;
	left:786px;
	z-index:1;
}

/* ####################################################################*/
/* Kontakt ############################################################*/
/* ####################################################################*/

table#kontakt {
	border-collapse:collapse;
	width:255px;
	margin:2px 0 0 0;
	border:none;
}

table#kontakt td {
	color:#f1ede5;
	font-size:14px;
	padding:0 0 2px 0;
}
