﻿/****************************************************************
 * Copyright (c) 2006 Mondo A/S
 ****************************************************************/
@import url(LeftArea.css);
@import url(TopMenu.css);

@media screen
{
	#main
	{
		/*
		position:absolute;
		left:232px;
		top:196px;
		*/
		width:732px;
		margin: 0px 0px 0px -1px;
		padding: 0px 0px 15px 0px;
		/*background-color: Blue;*/
		float: left;
		clear: right;
		overflow: visible;
	}
}

@media print
{
	body 
	{
		background-color: Transparent;
		background-image: none;
	}
	
	#main .h1td h1 {
		color: Black;
	}
	
	#area_topid, #login, #chooselanguage, .printknap, .designtop
	{
		display: none;	
	}
}

#main
{
	z-index:2;
	background-repeat: no-repeat;	
}

#main body
{
	font-family:Trebuchet MS;
	font-size:9px;
}


#main .h1td h1, #main .frontright h1 {
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size:9pt;
		color: #FFFFFF;
		margin-bottom: 5px;
		margin-top: 5px;
		clear: both;
		float: left;
}

#main h1, #main h2, #main h3, #main h4, #main h5 
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

#main h1 {
	font-size:13px;
	margin-bottom: 5px;
}

#main h2 {
	font-size: 12px;
}

#main h3 {
	font-size: 11px;
}

#main h4 {
	font-size: 10px;
}

#main h5 {
	font-size: 10px;
}

#main  a {
	color: #437A1B;
	font-weight: bold;
	text-decoration:underline;
}

#main  a:hover {
	color:black;
	font-weight: bold;
}

#main .credits {
	float: right;
	margin: 10px;
	padding: 0px;
}

#main .credits TD{
	font-size: 10px;
	color: #666666;
}


#login
{
	/*
	position:absolute;
	left:679px;
	top:130px;
	*/
	margin-top: 26px;
	margin-left: 679px;
	
	clear: right;
	
	width:265px;
	height:66px;
	z-index:2;
	background-color: #A3E470;
	background-image: url('Images/grass_box.jpg');
	font-size: 13px;
	color: #FFFFFF;
}

#login input {
	background-color: #F4F9EC;
	height: 16px;
	width: 150px;
	padding: 0px;
	margin-top: 12px;
	border: 1px solid #437A1B;
}

#login a {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#login a:hover {
	text-decoration: underline;
	}	
	
.logo 
{
	/**/
	position:absolute;
	left:0px;
	/*top:0px;*/
	
	margin: 0;
	padding: 0;
}

#area_topid
{
	/*
	position:absolute;
	left:168px;
	top:0px;
	*/
	width:787px; /*800px;*/
	height:38px;
	z-index:9;
	margin: 0px 0px 0px 177px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	
	clear: right;
}

#main .frontright, #main .frontright TD {
	line-height: 14px;
}

#main .hottopicintro {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}


#area_topid a{
	color: #333333;
	text-decoration: underline;
}

#main .frontright {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	width: 285px;
	/*right: -10px;*/
}

#chooselanguage {
	color: #FFFFFF;
	position: absolute;
	z-index: 50;
	top: 195px;
	left: 50px;
	font-size: 11px;
}
#chooselanguage a {
	color: #FFFFFF;
	text-decoration: none;
}
#chooselanguage a:hover {
	text-decoration: underline;
}

#main  ul {
	padding: 0;
	margin: 0px 5px 5px 15px;
} 

#main li {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-image: url('Images/bullet.gif');
}

.rightbox, .greenrightbox
{
	background-image: url('Images/whatisright_bg.gif');
	background-color: #a9cb6c;
}

.greenrightbox
{
	padding: 12px;
	width: 185px;
}

.greenrightbox h1
{
	margin-bottom: 0px;
}

.greenrightbox img
{
	MARGIN: 7px 0px 20px;
}

.printknap
{
	text-align: right;
	vertical-align: text-top;
}