@import "custom.css";
/*************************************************/
/*                                               */
/*    StyleSheet coding by c5shop.dk 2004/2005   */
/*                                               */
/*************************************************/

/************** HTML styles *****************/
body { 

background-color: #526E80;
border: 0px solid Gray;
margin-top: 10px;
padding: 0px; }

FORM { 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 11px verdana, sans-serif;
}

/* html>body .feature {height: auto;}*/

/******* hyperlink and anchor tag styles *******/
.normalheader
{
font: normal 11px verdana, sans-serif;
}

#normalheader
{
font: bold 14px verdana, sans-serif;
}

.boldheader
{
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 0px;
font: bold 11px verdana, sans-serif;
height: 15px;
clear: both;
/*border: solid 1px #000000; */
}

.normaltext
{
font: normal 11px verdana, sans-serif;
}
.normaltext:hover
{
font: normal 11px verdana, sans-serif;
text-decoration:underline;
}

.boldtext
{
font: bold 11px verdana, sans-serif;
}

.redtext12px
{
	font: bold 11px verdana, sans-serif;
	color: red;
}

.redtext12px2
{
	font: bold 11px verdana, sans-serif;
	color: red;
	text-decoration:line-through;
}

.bluetext
{
	font: bold 12px verdana, sans-serif;
	color: blue;
	text-decoration:none;
}
.greentext12px
{
	font: bold 12px verdana, sans-serif;
	color: #00cc00;
	text-decoration:none;
}
.greentext
{
	font: bold 14px verdana, sans-serif;
	color: green;
	text-decoration:none;
}
.redtext
{
	font: bold 14px verdana, sans-serif;
	color: red;
}

.redtext2
{
	font: bold 14px verdana, sans-serif;
	color: red;
	text-decoration:line-through;
}

.boldtext:hover
{
font: normal 11px verdana, sans-serif;
text-decoration:underline;
}

.hyperlink:link{
	color: black;
	text-decoration: none;
}
.hyperlink:visited{
	color: black;
	text-decoration: none;
}

.hyperlink:hover{
	text-decoration: underline;
}

.hyperlinkpagetop:link{
	color: White;
	text-decoration: none;
}

.hyperlinkpagetop:visited{
	color: White;
	text-decoration: none;
}

.hyperlinkpagetop:hover{
	color: White;
	text-decoration: underline;
}

.hyperlinkpagetop{
	color: White;
	text-decoration: none;
}

#textfield{
	margin: 5px 0px 0px 0px;
	height: 16px;
	width: 115px;
	font: 12px verdana;
}

#box{
	margin: 0px 0px 0px 0px;
	height: 13px;
	font: normal 11px verdana;
}

#button{
	margin: 5px 0px 0px 0px;
	height: 20px;
	font: normal 11px verdana;
}

/************** Header & Describe styles *****************/
#header {
	position: relative;
	background-image:url(/images/company_logo7.jpg);
	height: 152px;
	background-color: #FFFFFF;

}

#header img{
	left: 0;
	right: 0;
	width: auto;
}

#describe a, a:link, a:visited {
	font: 11px verdana;
	color: #000000;
	text-decoration: none;
	position:relative;
}

#describe a:hover{
	position: relative;
	text-decoration: underline;
}

.describe_link{
	position: relative;
	color: #FFFFFF; 
	font: normal 11px verdana, sans-serif; 
	height: auto; 
	width: auto;
	padding-left: 25px;
	top: 5px;
}
/*************** TopMenu styles ******************/

.topmenu{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: auto;	
/*	background-color: #FFFFFF; */ 
	color: #FFFFFF;
	background-color: transparent;
}

#submenu{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 100%;
	background-color: Gray;
	color: #FFFFFF;
}
.itemlink:link {
	display: auto;
	width: 100;
	text-align: left;
	text-decoration: none;
	font: bold 11px verdana, sans-serif; 
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 0px 0px;
	border: solid 1px #89A8AC;
	background-color: #89A8AC;
	color: #fff;
	float:none;	
}
.itemlink:visited {
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 0px 0px;
	border: solid 1px #89A8AC;
	background-color: #89A8AC;
	color: #fff;
	float:none;
	font: bold 11px verdana, sans-serif; 
}

.itemlink:hover {
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 0px 0px;
	border: solid 1px #5D7477;
	background-color: #5D7477;
	color: #fff;
	float:none;
	font: bold 11px verdana, sans-serif; 
	}

.itemlink_Drop:link{
	display: auto;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font: bold 11px verdana, sans-serif; 
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #D1D5DB;
	background-color: #89A8AC;
	color: #fff;
}
.itemlink_Drop:visited {
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #D1D5DB;
	background-color: #89A8AC;
	color: #fff;
	font: bold 11px verdana, sans-serif; 
	text-align: left;
}

.itemlink_Drop:hover {
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #D1D5DB;
	background-color: #5D7477;
	color: #fff;
	font: bold 11px verdana, sans-serif; 
	text-align: left;
	}

#header {
	width: 980px;
	background-color: #FFFFFF;
	border-right: solid 1px Gray;
}

#utility {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 5px 0px;
	float:none;
	color: Gray;
}

#maincontent {
	width: 980px;
}

#showroom {
/*	position: absolute; */
	padding: 0px;
	margin: 0px;
	height: 500px;
	z-index:100;
	width:565px;
	background-color:white;
}

#showroomitem {
	position: relative;
	border: 1px solid Gray;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 5px;
	min-width: 300px;
	width: 47%;
	float:left;
	clear: none;
	height: 155px;
	min-height: 125px;
}

/******* Produkt gruppe menu style *******/

#showprod_item {
	position: relative;
	border: 1px solid Gray;
	background-color: #white;
	color: black;
	padding: 5px 5px 5px 5px;
	margin: 15px 8px 0px 0px;
	width: 100px;
	float:left;
	clear: none;
	height: 100px;
	}

#showprod_item:hover {
	position: relative;
	border: 1px solid #000;
	background-color: #white;
	color: black;
	padding: 5px 5px 5px 5px;
	margin: 15px 8px 0px 0px;
	width: 100px;
	float:left;
	clear: none;
	height: 100px;
	}

#grouplist_item  { color: black; background-color: #white; margin: 15px 8px 0 0; padding: 5px 8px 0 0; position: relative; width: 30%; height: 50px; float: left; clear: none; border: solid 1px #8B8970 }

#grouplist_item:hover  { color: black; background-color: #white; margin: 15px 8px 0 0; padding: 5px 8px 0 0; position: relative; width: 30%; height: 50px; float: left; clear: none; border: solid 1px #000000 }

#productlist_item {
	position: relative;
	border: 1px solid #f1f1f1;
	background-color: transparent;
	color: black;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0px 0px;
	min-width: 300px;
	width: 745px;
	float:left;
	clear: both;
	height: 50px;
}

#productlist_item:hover {
	position: relative;
	border: 1px solid #f1f1f1;
	background-color: transparent;
	color: black;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0px 0px;
	min-width: 300px;
	width: 745px;
	float:left;
	clear: none;
	height: 40px;
}

#prod_groups {
	position: relative;
	cursor:pointer;
	border: 1px solid #526E80;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 0px 2px 5px 5px;
	min-width: 170px;
	width: 172px;
	background-image:url(/images/bg_sidemenu2.jpg);
	float:right;
	clear: right;
	height: auto;
}

#prod_groups_headline {
	height:20px;
	font: bold 11px verdana, sans-serif; 
}

.prod_groups_header{
	display:block;
	width:95%;
	background-color: transparent;
	color: #000000;
	padding: 4px 3px 4px 5px;
	margin: 0px 0px 0px 0px;
}

.prod_groups_header:hover {
	display:block;
	width:95%;
	border: solid 1px #000;
	background-color: Gray;
	color: #FFFFFF;
	padding: 3px 3px 3px 4px;
	margin: 0px 0px 0px 0px;
}

.submenu{
	font: normal 11px verdana, sans-serif;
	margin-bottom: 1em;
	padding-left: 10px;
}
.submenu:hover{
	font: normal 11px verdana, sans-serif;
	text-decoration: underline;
}



.hr{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 2px;
clear: both;
background-color:gold;}