html
{
	font-size: 11px;
	font-family: verdana, sans-serif;
	height: 100%;
	overflow: hidden;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

img
{
	border: 0px;
}

#page
{
    position: relative;
    width:100%;
    overflow: scroll;
    overflow-X: auto;
    text-align: center;
    clear: both;
}

#page_top
{
    height: 60px;
    background-color: #a6ce39; /*#CCDA00; #e95f10;*/
    background-image: url(/gfx/topstreger.gif);
    background-position: 17% top; 
    background-repeat: repeat-y;
    color: #000000;
}

#page_fade_top, #page_fade_bottom
{
    height: 5px;
    width:100%;
    /*background-image: url(/gfx/line.gif);
    background-position: center 50%; 
    background-repeat: repeat-y;
    color: White;*/
    background-color: #a6ce39; /*#CCDA00; #e95f10;*/
    background-image: url(/gfx/topstreger.gif);
    background-position: 17% top; 
    background-repeat: repeat-y;
    clear: both;
    font-size: 8px;
    color: #000000;
}

#page_left
{
	float:left;
	min-width: 185px;
	width: 22%;
	text-align: right;
}

#page_content
{
	float:left;
	min-width: 500px;
	width: 55%;
	text-align:left;
	height: 100%;
}

#page_right
{
	float:left;
	min-width: 185px;
	width: 22%;
	text-align:left;
}

div.sideholder
{
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.line_v
{
	position: fixed;
	_position: absolute;
	width: 1px;
	background-image: url(/gfx/line_v.gif);
	background-repeat: repeat-y;
	top: 65px;
}

div.line
{
	margin-top:10px;
	margin-left:3px;
	margin-right:3px;
	height: 1px;
	background-image: url(/gfx/line_h.gif); 
	background-repeat: repeat-x;
}

h1{
	font-size: 23px;
	color: #a6ce39;
	margin: 0px;
	margin-bottom: 11px;
}

h2{
	font-size: 18px;
	margin: 0px;
	margin-bottom: 6px;
}

h3{
	font-size: 13px;
	margin: 0px;
	margin-bottom: 4px;
}

h4{
	font-size: 12px;
	margin: 0px;
	margin-bottom: 11px;
}

h5
{
	font-size:10px;
	font-weight:bold;
	color:#a6ce39; /*#CCDA00;*/
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

td{
	font-family:verdana;
	font-size: 11px;
}

.bottom{
	width:100%;
	height:36px;
	overflow:hidden;
	padding-bottom:2px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	background-color:#000000;
	color:#ffffff;
	cursor:default;
}

.headline, .Headline{
	font-size:22px;
	font-weight:bold;
	color:#000000;
}

.headline2{
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.headline3{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.headline4{
	font-size:10px;
	font-weight:bold;
	color:#a6ce39; /*#CCDA00;*/
}

.date{
	font-size:11px;
	font-weight:bold;
	color:#000000;/*#a6ce39; /*#CCDA00;*/
}


.price{
	font-size:11px;
	font-weight:bold;
	color:#000000;/*#a6ce39; /*#CCDA00;*/
}

.small{
	font-size: 10px;
}

hr
{
	height: 1px;
	border-style: dotted;
	color: silver;
}

/* START OF "LINKS" */
a{
	color: #000000; /*#a6ce39; /*#CCDA00;*/
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a.black{
	color: #000000;
	text-decoration: none;
}

a.black:hover{
	color: #000000;
	text-decoration: underline;
}

a.productlist{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.productlist:hover{
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

a.afdeling{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	background-image:url(/gfx/arrow1.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 14px;
}

a.afdeling:hover{
	background-image:url(/gfx/arrow1_black.gif);
	text-decoration: none;
}

/* END OF "LINKS" */

/* START OF "INPUT" */
input{
	margin-top:2px;
}
input.text{
	font-family : Verdana;
	font-size : 10px;
}

input.text2{
	font-family : Tahoma;
	font-size : 11px;
}


input.text3{
	font-family : Tahoma;
	font-size : 9px;
}

input.button{
	font-family : Verdana;
	font-size : 10px;
	background-color: #F0F0F0;
	border: 1px solid #B4B4B4;
	font-weight: bold;
	cursor: pointer;
}

input.button2{
	font-family : Tahoma;
	font-size : 11px;
	font-weight:bold;
	height: 22px;
}

input.button3{
	font-family : Verdana;
	font-size : 10px;
	background-color: #F0F0F0;
	border: 1px solid #B4B4B4;
	font-weight: bold;
	cursor: pointer;
	width:150px;
}

select{
	font-family : Verdana;
	font-size : 10px;
}

select.select2{
	font-family : Verdana;
	font-size : 11px;
}

input.cart{
	border: 0px;
	background-image:url(gfx/cart_green2.gif);
	background-color:#FFFFFF;
	cursor:pointer;
	width:17px;
	height:14px;
}

textarea{
	font-family : Tahoma;
	font-size : 11px;
}
/* END OF "INPUT" */




/* START OF "Produkt katalog" */
td.listTop{
	padding-top: 10px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
}

td.list{
	padding-right:5px;
}

td.list2{
	padding:5px;
}

/* END OF "Produkt katalog" */




/* START OF "BOX STYLE" */
.Box{
	font-family:verdana;
	font-size:11;
}
.Box_topLeft{
	width:8;
	height:8;
	font-size:1px;
	background-image:url(/gfx/box_topLeft.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.Box_topMiddle{
	height:8;
	font-size:1px;
	border-top:1px solid black;
	background-color:#FFDA7F;	
}
.Box_topRight{
	width:8;
	height:8;
	font-size:1px;
	background-image:url(/gfx/box_topRight.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.Box_middleLeft{
	width:8;
	font-size:1px;
	background-image:url(/gfx/box_middleLeft.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.Box_middleMiddle{
	background-color:#FFDA7F;
}
.Box_middleRight{
	width:8;
	white-space:nowrap;
	font-size:1px;
	background-image:url(/gfx/box_middleRight.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.Box_bottomLeft{
	width:8;
	height:8;
	font-size:1px;
	background-image:url(/gfx/box_bottomLeft.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.Box_bottomMiddle{
	height:8;
	font-size:1px;
	border-bottom:1px solid black;
	background-color:#FFDA7F;
}
.Box_bottomRight{
	width:8;
	height:8;
	font-size:1px;
	background-image:url(/gfx/box_bottomRight.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
/* END OF "BOX STYLE" */


/* START OF "DROPDOWN MENU STYLE" */
#content { 
	overflow: auto; 
 	padding-right: 16px; /* for the benefit of macIE5 only */ 
 }
/* \ commented backslash hack - recover from macIE5 workarounds, it will ignore the following rule */
#content { padding-right: 0; }

#divNewsCont {position: relative; margin-left:auto; margin-right:auto; text-align:center; width:700px; height:60px; clip:rect(0px 700px 60px 0px); visibility:hidden; overflow:hidden;}
#divNews     {position: relative; text-align : center; }
/*
#divNewsCont {position:absolute; top:1px; width:765px; height:16px; clip:rect(0px 765px 16px 0px); visibility:hidden; overflow:hidden;}
#divNews     {position:absolute; width:765px;height:16px; text-align : center; }
/* END OF "DROPDOWN MENU STYLE" */

.nofloat{
    clear: both;
    height: 1px;
}



table.panel{
	border-collapse : collapse;
	width: 100%;
}

td.options{
	background-color : #FFFFFF;
	width : 100%;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 6px;
	padding-bottom : 6px;
	vertical-align : top;
}

div.blueline{
	width: 100%;
	border:1px solid #000000;
	margin-bottom:3px;
} 

div.serviceboks{
	width: 100%;
    border-top:1px solid black;     
	margin-bottom:3px;
} 

td.options_top{
	background-image: url(../gfx/menu/menutop.gif);
	background-repeat : repeat-x;
	background-position : top;
	background-color: #a6ce39;
	height : 23px;
	width: 100%;
	font-family : arial, Helvetica, sans-serif;
	color:#000000;
	font-size : 16px;
	vertical-align: top;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:0px;
	padding-right: 5px;
	
	font-weight : bold;
	cursor: default;
}

