body {
	background: #8F8E8E;
	width: 990px;
	color: #000000;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#frame {
	background: #8F8E8E url(images/background.gif) center repeat-y;
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #0033CC;
	text-decoration: underline;
	}
	
a:hover {
	color: #0033CC;
	text-decoration: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background-image: url(images/header.jpg);
	width: 960px;
	height: 100px;
	color: #000000;
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Tahoma, Verdana, Times New Roman, Trebuchet MS;
	font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	text-decoration: none;
	}

#header h2 {
	color: #000000;
	font-size: 18px;
	font-family: Serif, Times New Roman;
	font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #CCCCCC;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover{
	color: #CCCCCC;
	text-decoration: none;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a, #header a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* Header Search */

#searchButton {
	background:transparent url(images/files/images/searchButton.jpg) no-repeat scroll 0 0; 
	display: inline;
	padding: 10px 20px 7px 6px;
	font-style: arial;
	margin-left: 5px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
}


/************************************************
*	Subnavbar      								*
************************************************/

#subnavbar {
	background: #999999;
	width: 960px;
	height: 27px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	z-index: 40;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 41;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #999999;
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px;
	padding: 6px 15px 6px 15px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
	
#subnav a:hover {
	background: #FFFFFF;
	color: #333333;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 6px 15px 6px 15px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #DDDDDD;
	color: #2255AA;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}
	
/************************************************
*	menuLeft  									*
************************************************/

div#leftMenu{
	width: 200px;
	height: 500px;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
}

div.leftMenuMain{
	margin:0;
	padding-top: 40px;
	overflow: hidden;
	min-height: 500px;
}

div.leftMenuBottom{
	overflow: hidden;
	height: 13px;
}

ul.leftMenu{
	margin:0;
	padding:0;
	list-style: none;
	display:block;
	line-height: 40px;
	width:195px;
}

li.leftMenu {
	display: block;
	color: #000000;
	border-bottom: 1px solid #5d5d5a;
	text-indent: 10px;
	margin:0;
	list-style: none;
	
}

.leftMenu a{
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	
}

.leftMenu a:hover{
	background: #e0eaac;
	margin-left: 1px;
	text-indent: 9px;
	
}

#menuBorderTop{
	border-bottom: 1px solid #5d5d5a;
	width: 200px;
}




/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 17px;
	}
	
h1 {
	color: #000000;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	line-height: 24px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#content h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#content h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content h3 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	}
	
#content h3 a, #content h3 a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#content h3 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content h4 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px;
	}
	

.box h4 {
	margin: 0px 0px 10px 4px;
	}
	
#contentMain {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
#contentMain p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

#contentMain p img {
	border: none;
    float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	}
	

	
blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
       
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #000000;
	width: 960px;
	height: 130px;
	margin: 0px auto 0px;
	padding: 0px;
	}

.footerColumn p , .footerColumn a {
	color: #ffffff;
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
}

.footerColumn a:hover{
	text-decoration: underline;
	font-size: 11px;
}


.footerColumn p {
	margin-bottom: 5px;
	color: #ffffff;	
}

	
div .footerColumn{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 170px;
}

div#footerLastLine{
	float: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 20px;
	background: #000000;
	width: 960px;
	height: 40px;
}


#footerLastLine p {
	float: block;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}


/************************************************
*	Own definitions  							*
************************************************/
	
#teaserBox {
	background: transparent url(images/blumen-teaser.jpg) repeat scroll 0 0;
	width: 530px;
	height: 190px;
}

div.teaserText {
	padding-top: 25px;
	margin-left: 100px;
}

li.toppics {
	font-size: 16px;
	list-style-image:none;
	list-style-position:inside;
	line-height: 1.5;
	list-style-type:disc;
}

.red {
	color: #CC0000;
}	

table.border {
	border: 1px solid #AAAAAA;
	border-collapse:collapse;
	empty-cells:show;
	vertical-align: top;
}

th.border, td.border{
	border: 1px solid #AAAAAA;
	padding: 4px 2px 4px 2px;
	vertical-align: top;
	font-size:12px;
	line-height: 100%;
}

.center {
	text-align: center;
	margin: auto;
}

.logo {
	position: relative; 
	width: 278px; 
	height: 49px; 
	left: 30px; 
	top: 5px;
}

.littleText {
	font-size: 10px;
}


.smallText {
	font-size: 9px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#information {
	width: 935px;
	height: 90px;
	background: #ffffff;
}

#informationTag {
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: bold;
}

#information ul, #informationBox li{
	display: inline;
	list-style-type: none;
	width: 900px;	
}

.left {
	float: left;
}

.infoBox {
	margin: 0px 5px 0px 5px;
	width: 200px;
	height: 54px;
	overflow:hidden;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height:17px;
}

.advertisementTagRectangle {
	font-size: 10px;
}
	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 990px;
	margin: -20px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	mainMenu  									*
************************************************/


.topmenu {
	margin-left: 15px;
	background: red;
}

.topmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	height: 37px;
	width: 960px;
	background: black url(images/menu_bkg_notActive.png) repeat-x center center;
}

.topmenu ul li{
	display: inline;
}

.topmenu ul li a{
	float: left;
	padding: 10px 11px 10px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
}

.topmenu ul li a:hover, .topmenu ul li .current{
	background: black url(images/menu_bkg_active.png) repeat-x 100% 0px;
}

/************************************************
*	teaser   									*
************************************************/

.teaser {
	width: 936px;
	height: 315px;
	background: #eaeaea url(images/teaserBackground.jpg) no-repeat;
}

#teaserPricesearch {
	width: 936px;
	height: 315px;
	background: #eaeaea url(images/teaserPriceSearch.jpg) no-repeat;
}

/* Buttons */

div.teaserMenu{
	margin: 219px 0px 0px 20px;
	padding: 0;
	float: left;
	list-style-type:none;

}

div.buttonText1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0px 10px 20px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

div.buttonText2 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 58px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #cecfff;
}

div.button {
	display: inline-block;
	width: 217px;
	height: 96px;
	float: left;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
}


div.button1 {
	background: #ffffff url(images/button1.gif) no-repeat;
}

div.button2 {
	background: #ffffff url(images/button2.gif) no-repeat;
}

div.button3 {
	background: #ffffff url(images/button3.gif) no-repeat;
}

a.test:link, a.test:visited {
	text-decoration: none;
	color: none;
}

/************************************************
*	startpage 									*
************************************************/

div.box {
	float: left;
	margin: 10px 4px 0px 4px;
	padding: 5px;
	width: 270px;
	height: 230px;
	background: #eaeaea url(images/box.gif) no-repeat;
}

div.advertisingRectangle {
	float: left;
	margin: 10px 2px 0px 20px;
	border: 1px solid #aaaaaa;
	height: 250px;
	width: 300px;
}

div#advertisementTag {
	float: left;
	margin-top: -250px;
	margin-left: 304px;
	background: url(images/advertisementTag.png) no-repeat;
	height: 39px;
	width: 10px;
}

div.normalText {
	float: left;
	width: 650px;
}

/************************************************
*	pricesearch 									*
************************************************/

.pricesearch {
	border: none;
	border-style: none;
	width: 380px;
	margin: 20px 0px 0px 20px;
}

.pricesearch th, .pricesearch td {
	border: none;
	border-style: none;
	padding: 8px;
	font-size: 16px;
}


.dropDownWidth{
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 200px;
}

.pricesearch h1{
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

table.productTeaser  {
	margin-top: -11px;
	width: 100%;
}

.right {
	text-align: right;
}

/************************************************
*	buttons 									*
************************************************/



.buttonGreenMain a {
	padding: 10px 4px 10px 4px;
	height: 30px;
	width: 230px;
	color: #000000;
}


.buttonGreenMain {
	float: left;
	background: url(images/buttonGreen_main.png)  repeat-x;
	padding: 8px 6px 12px 6px;
	font-size: 14px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

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

.buttonGreyMain {
	float: left;
	background: url(images/buttonGrey_main.png)  repeat-x;
	padding: 8px 6px 12px 6px;
	
	font-size: 14px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}


.buttonGreenMain a {
	padding: 10px 4px 10px 4px;
	height: 30px;
	width: 230px;

}

.buttonGreenLeft {
	float: left;
	background: url(images/buttonGreen_left.png) no-repeat;
	height: 30px;
	width: 6px;
	z-index:1;
}

.buttonGreenRight {
	float: left;
	background: url(images/buttonGreen_right.png) no-repeat;
	height: 30px;
	width: 6px; 
	z-index:1;
}

.buttonGreyLeft {
	float: left;
	background: url(images/buttonGrey_left.png) no-repeat;
	height: 30px;
	width: 6px;
	z-index:1;
}

.buttonGreyRight {
	float: left;
	background: url(images/buttonGrey_right.png) no-repeat;
	height: 30px;
	width: 6px; 
	z-index:1;
}

.productTicker{
	font-size: 11px;
}

.borderBottom {
	border-bottom:1px solid #CFCFCF;
}

/************************************************
*	buttons new classes 									*
************************************************/

a.button:hover {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

a.button:link, a.button:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


div.buttonGreen140x30{
	padding-top: 7px;
	width: 140px;
	height: 30px;
	background: url(images/buttonGreen140x30.jpg)  no-repeat;
	font-size: 14px;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

div.buttonGreen140x30brownBg{
	padding-top: 7px;
	width: 140px;
	height: 30px;
	background: url(images/buttonGreen140x30brownBg.jpg)  no-repeat;
	font-size: 14px;
	text-align: center;
	color: #000000;
	cursor: pointer;
}




/************************************************
*	result list 									*
************************************************/

ul.resultList {
	width: 932px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}


li.resultListItem {
	clear: both;
	height: 110px;
	width: 100%;
	border: 1px solid #aaaaaa;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	background: #ffffff;
}

div.resultListColumn1{
	float: left;
	width: 150px;
	height: 110px;
}

div.resultListColumn2{
	float: left;
	width: 450px;
	height: 110px;
}

div.resultListColumn3{
	float: left;
	width: 300px;
	height: 110px;
}

img.resultListLogo {
	margin-top: 5px;
	padding-right: 20px;
}

p.productHeadline {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

.listPrice {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1px;
}

.listPriceDiscount{
	color: #cc003a;
	font-size: 14px;
	letter-spacing: -1px;
}



/************************************************
*	detailpage									*
************************************************/

#productBox{
	margin:0;
	padding: 5px;
	width: 930px;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}

.detailProductColumn1{
	float: left;
	width: 400px;
	padding-bottom: 15px;
}


.detailProductColumn2{
	float: left;
	padding-left: 20px;
	width: 480px;
}

#person {
	position: relative;
	z-index: 999;
	top: 0px;
	margin-top: -147px;
	margin-left: 695px;
}




