html {
	overflow-y: scroll; 
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #000;
	background-color: #ddd;
}

#nav {
	margin-bottom: 10px;	
}


a.leftmenu:active, a.leftmenu:focus, a.leftmenu:link, a.leftmenu:visited {
	display: block;
	width: 170px;
	height: 40px;
	background-color: #CCE0ED;
	text-decoration: none;
	font-size: 12px;
	color: Black;
	padding-left: 5px;
	padding-top: 5px;
	border-left: 1px solid #5CA6FD;
	border-right: 1px solid #5CA6FD;
	border-top: 1px solid #5CA6FD;
}

a.leftmenu:hover {
	display: block;
	width: 170px;
	height: 40px;
	font-size: 12px;	
	background-color: #A8DCFF;
	border-left: 1px solid #5CA6FD;
	border-right: 1px solid #5CA6FD;
	border-top: 1px solid #5CA6FD;
}

a.bleftmenu:active, a.bleftmenu:focus, a.bleftmenu:link, a.bleftmenu:visited {
	display: block;
	width: 170px;
	height: 40px;
	background-color: #CCE0ED;
	text-decoration: none;
	font-size: 12px;
	color: Black;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #5CA6FD;
}

a.bleftmenu:hover {
	display: block;
	width: 170px;
	height: 40px;
	font-size: 12px;	
	background-color: #A8DCFF;
	border: 1px solid #5CA6FD;
}

a.leftmenu_p:active, a.leftmenu_p:focus, a.leftmenu_p:link, a.leftmenu_p:visited {
	display: block;
	width: 300px;
	height: 25px;
	background-color: White;
	text-decoration: none;
	font-size: 12px;
	color: Black;
	padding-left: 2px;
}

a.leftmenu_p:hover {
	display: block;
	width: 300px;
	font-size: 12px;	
	background-color: #E4E4E4;
}

span.leftmenu {
	display: block;
	width: 170px;
	height: 40px;
	font-size: 12px;	
	background-color: #02B14A;
	border: 1px solid #006400;
	padding-left: 5px;
	padding-top: 5px;
}

span.bleftmenu {
	display: block;
	width: 170px;
	height: 40px;
	font-size: 12px;	
	background-color: #02B14A;
	border: 1px solid #006400;
	padding-left: 5px;
	padding-top: 5px;
}
	
#container	{
	margin: 1em 5%;
	background-color: #FFF;
	padding: 0px;
}



#container a.produktvalg:active, #container a.produktvalg:focus, #container a.produktvalg:link, #container a.produktvalg:visited {
	display: block;
	/*width: 102px; height: 25px;*/
	background-color: #5CA6FD;
	text-decoration: none;
	font: bold;
	font-size: 10px;
	border: 1px solid #C0D9E9;
	color: Black;
	padding-left: 2px;
}

#container a.produktvalg:hover {
	display: block;
	/*width: 102px;*/
	border: 1px solid #6495ED;	
	background-color: #A8DCFF;
}

#prodmenu {
	margin: 0; /* reset the margins */
	padding: 0; /* reset the padding */
	width: auto; /* this size depends on your menu */
	float: left; /* line things up */
	font-size: 1.4em; /* increase the font size a bit */
	background: #656565; /* any background color you want */
	list-style: none; /* no bullets on our list items */
}

#prodmenu li {
	display: inline;
}

#prodmenu a.produkt:active, #prodmenu a.produkt:focus, #prodmenu a.produkt:link, #prodmenu a.produkt:visited {
	float: left; /* line things up */
	display: block;
	width: 102px; /*height: 25px;*/
	background-color: #CCE0ED;
	text-decoration: none;
	font: bold;
	font-size: 12px;
	border: 1px solid #C0D9E9;
	color: Black;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#prodmenu a.produkt:hover {
	display: block;
	width: 102px;
	border: 1px solid #6495ED;	
	background-color: #A8DCFF;
}

#banner	{
	background-color: White;
	background-image: url(../images/G_.png);
	background-position: right 12px;
	background-repeat: no-repeat;
	height: 106px;
	border-bottom: 1px solid #00AE47;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
		
#banner h1	{
	margin: 0;
	padding-left: 10px;
	padding-top: 30px;
}
		
#left	{
	float: left;
	width: 180px;
	margin-left: 10px;
	padding-top: 1em;	
}
		
		#left p { margin-top: 0; }		
		#content { margin: 0 10px 0 200px; }		
		#content h2 { margin-top: 0; }
		
#footer 	{
	clear: both;
	background-color: White;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #00AE47;
	padding-top: 0.3em;
	padding-bottom: 0.8em;
	margin-top: 50px;
	color: #005892;
}

table.produkt {
	border: 2px solid #0064A6;
	border-collapse: collapse;
	width: 100%;
}

table.brochure {
	border: 1px solid Black;
	border-collapse: collapse;
	width: 100%;
}

table.brochure th {
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid Black;
	padding-left: 2px;
	padding-right: 2px;
}

table.brochure th.blaa {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #0064A6;
	height: 25px;
	color: White;
}

table.brochure th.blaa1 {
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	background-color: #0064A6;
	height: 25px;
	color: White;
	width: 40%;
}

table.brochure th.blaa2 {
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	background-color: #0064A6;
	height: 25px;
	color: White;
	width: 8%;
}

table.brochure th.blaa3 {
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	background-color: #0064A6;
	height: 25px;
	color: White;
	width: 5%;
}

table.brochure th.groen {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #5BAC26;	
	height: 25px;
	color: White;	
}

table.brochure th.groen1 {
	font-size: 10px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #5BAC26;	
	height: 25px;
	color: White;	
	width: 17%;
}

table.brochure th.groen2 {
	font-size: 10px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #5BAC26;	
	height: 25px;
	color: White;	
	width: 10%;
}

table.brochure td.hvid {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #DCDCDC;
	width: 5%;
}

table.brochure td.blaa {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #0064A6;
	background-color: #CCE0ED;	
	text-align: center;
}

table.brochure td.blaa1 {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #0064A6;
	background-color: #CCE0ED;	
	text-align: center;
	width: 20%;
}

table.brochure td.groen {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #5BAC26;
	background-color: #DEEED4;	
	text-align: center;	
}

table.brochure td.overskrift {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #708090;
	background-color: #DCDCDC;	
	text-align: left;	
}

table.SpecBem {
	font-size: 10px;
	padding: 10px;
	margin-right: 20px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
}

table.SpecBem td {
	width: 50%;
}

input.backbutton {
   color:#FFD700;
   font-size: 10px;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#FFF9D4;
   border-left-color:#FFF9D4;
   border-right-color:#FFF9D4;
   border-bottom-color:#FFF9D4;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#FFD700');
}



input.backbuttonhov{
   color:Black;
   border-top-color:#FFD700;
   border-left-color:#FFD700;
   border-right-color:#FFD700;
   border-bottom-color:#FFD700;
}

sup {
	font-size: 12px;
}

.forside {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(http://www.profitec.dk/images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	height: 258px;
	color: #00AE47;
}

.profil {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Black;
}

.nyheder {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Black;
}

.kontakt {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Black;
}

.Produkter {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Black;
}


.brochure {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Black;
}

.teknik {
	padding-left: 3px;
	padding-bottom: 2px;
	background-image: url(images/norden.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: Black;
}
