﻿/* footer start */
td.footer  
{
	background-image: url(img/footer/top.gif);
	background-repeat:repeat-x;
}
/* footer slut */


/* Body start */

body
{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	vertical-align:top;
	background-color: #fdfdfd;
	margin-top:0%;
	margin-left: 0%;
	margin-right: 0%;
	
}

table 
{
	text-align: left;
	vertical-align: top;
}
table.contentMain
{
	background-image: url(img/body/bg-repeat.gif);
	background-repeat:repeat-y;
	border-bottom-style:inset;
	border-bottom-color:#E1E0E0;
}

table.who 
{
	text-align:left;
	vertical-align:top;
}
/*Røde dimser til højre i billede ;-) 
table.contentMaster 
{
	border:1px;
	background-image: url(img/content/bg_main.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
*/

/*baggrund i Infobokse i højre side af skærm
td.content 
{
	background-image:url(img/content/skravfade.gif);
	
	background-repeat:repeat;
	text-align:left;
	vertical-align:top;
}
*/
p 
{
	font-family:Verdana;
	font-size:10px;
	margin-left:3px;
	margin-right:2px;
}
h6 
{
	font-family:Verdana;
	font-size:12px;
	margin-left:3px;
	margin-right:2px;
}

nobr 
{
	font-family:Verdana;
	font-size:9px;
	margin-left:5px;
	
}

hr 
{
	margin-left:30px;
}
/* Headerstyles start */

table.headertable
{
	 height: 200px;
}

td.header 
{
	background-image: url(img/header/hbg.png);
	text-align: center;
	vertical-align: top; 

}


/* Headerstyles slut */

/* Link styles */
/* Link styles productboxes */
a.box:link {
	color: #00000f;
	text-decoration: none;
}
a.box:visited {
	color: #00000f;
	text-decoration: none;
}
a.box:active {
	background-color: #ECECEC;
	text-decoration: none;
}
a.box:hover {
	color: #00000f;
	background-color:#ECECEC;
	text-decoration: underline;
}

/* Link Alm links */
a:link {
	color: #625E5F;
	text-decoration: none;
}
a:visited {
	color: #7C7677;
	text-decoration: none;
}
a:active {
	background-color: #ECECEC;
	text-decoration: none;
}
a:hover {
	color: #ba1b1e;
	text-decoration: underline;
	background-color:#E7E4E4;
	
}

/* Link styles uden baggrund, logo, menu etc. */
a.nobg:hover {
	color: #00000f;
	background:none;
	}
a.nobg:active 
{
	background:none;
}




/*IMG STYLES */
img.FloatRight 
{
	float:right;
}
img.FloatLeft
{
	float:left;
}

img.logo 
{
	margin-left:5px;
}


/*.NET CssClass */

a.RADMenu
{
	cursor:hand;
}