@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

Body
{
	font-family: Vardana, Tahoma, Arial, Sans-Serif;
}

a
{
	color: #0000ff;
}

a img
{
	border: solid 2px #0000ff;
}

a .RedLink
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

#Main
{
	width: 942px;
	height: 565px;
	/*position: absolute;
	left: 50%;
	margin: 0px 0px 0px -555px;*/
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

#Main #Banner
{
	width: 942px;
	height: 147px;
	background: transparent url(Design/Banner.gif);
}

#Main #Banner #Spacer
{
	width: 100%;
	height: 120px;
}

#Main #Banner #Header
{
	margin: 0px 0px 0px 180px;
}

#Big
{
	height: 378px;
}

#Big #Menu
{
	float: left;
	width: 150px;
	height: 378px;
	background: transparent url(Design/Menu.gif) no-repeat;
	font-size: 90%;
}

#Big #Right
{
	float: right;
	width: 61px;
	height: 378px;
	background: transparent url(Design/Right.gif) no-repeat bottom;
}

.style1 {color: #666666}

.style2 {
	color: #666666;
	font-style: italic;
	}

#Big #Text
{
	width: 671px;
	height: 347px;
	overflow: auto;
	padding: 0px 15px 0px 30px;
	font-size: 90%;
}

#Main #Bund
{
	height: 25px;
	width: 942px;
	background: transparent url(Design/Bund.gif) no-repeat right;
	text-align: left;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
}

#Produkter
{
	cursor: pointer;
	color: #0000ff;
	outline: none;
}

#Produkter:hover
{
	color: #0099FF;
}

#Menu a
{
	color: #0000ff;
	text-decoration: none;
}

#Menu a:hover
{
	color: #0099FF;
}

.GreyMenu
{
	color: #999999;
	width: 100%;
	display: block;
	font-weight: bold;
}

.TextLeft
{
	text-align: left;
}

.TextCenter
{
	text-align: center;
	width: 100px;
}

.MenuWidth
{
	width: 100px;
	text-align: center;
}

#Menu .Nyheder a
{
	color :#FF0000;
	font-weight: bold;
}

#Menu .Nyheder a:hover
{
	text-decoration: underline;
}

#Nyhed
{
	width: 99%;
	height: 106px;
	text-align: left;
	overflow: auto;
}

#C
{
	float: left;
	text-align: left;
	font-size: 80%;
	margin: 0px 15px 0px 0px;
}

#And
{
	position: relative;
	top: 300px;
}




