body  {
	font-family:Arial;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top:30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6e7272;
	background-image:url(/images/baggrund.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	
}
h1,h2,h3,h4{
	color:#e82f27;
	}
h1{
	font-size:18px;
	}
h2{
	font-size:14px;
	}	
h3{
	font-size:12px;
	}

a:link, a:visited
{
    color:#6e7272;
    text-decoration:none;
    }
a:hover
{
    color:#e82f27;
    }    
	
#container { 
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	overflow:hidden;
	background-color:#fff;
} 
#header{
	height:340px;
	position:relative;
	background-image:url(/images/topbar.jpg);
	border-bottom:1px solid #b5b5b5;
	}
	
#imageContainer
{
    height:192px;
	position:relative;
	background-image:url(/images/imageContainer.png);
}

#nav{
	height:39px;
	position:relative;
	text-align:left;
	background-image:url(/images/menu.jpg);
	line-height:39px;
}

#center{
	position:relative;
	line-height:15px;
	letter-spacing:0.5px;
	float:left;
	width:684px;
	background-image:url(/images/contantContainer.png);
	padding-left:20px;
	padding-right:20px;
	padding-bottom:100px;
	
}
#contentContainer
{
    position:relative;
    overflow:hidden;
    
        }
#rightPanel {
	position:relative;
	float:left;
	width:240px;
	overflow:hidden;
	background-color:#fff;
	height:250px;
	
}

#footer
{
    border-top:1px solid #b5b5b5;
	position:relative;
	clear:both;
	background-image:url(/images/footer.png);
	padding-top:30px;
	padding-bottom:100px;	
	width:100%;
	background-repeat:repeat-x;
	overflow:hidden;
	}

#adsense{}


#menu {padding:0px; margin:0px; list-style:none; height:39px; position:relative;}
/* standard vlaues */ 
#menu ul{margin:0px; padding:0px;}
#menu li {float:left; margin:0px; padding:0px; }
#menu li a {display:block; float:left; height:39px; line-height:39px; color:#fff; text-decoration:none; font-size:12px; font-weight:normal; padding:0 12px 0 12px;}
.selected{background-image:url(/images/menu-selected.jpg); background-repeat:repeat-x;}
/* Level 0 */
#menu li:hover {position:relative; z-index:200;background-image:url(/images/menu-selected.jpg); background-repeat:repeat-x;}
#menu li:hover > a {color:#fff;}

/* level 1*/ 
#menu li:hover > a.sub {color:#fff;}
#menu li a.sub {background: #909090; text-align:left;}

#menu :hover ul {left:0; top:39px; width:120px; text-align:left;}
#menu ul, #menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0px; padding:0px; list-style:none; text-align:left;}
#menu :hover ul :hover ul{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto; text-align:left;}
#menu :hover ul li {margin:0; border-top:1px solid #666; text-align:left;}
#menu :hover ul li a {width:365px; padding:0; text-indent:10px; background:#414342; color:#ccc; height:30px; line-height:30px; text-align:left;}
#menu :hover ul li a.fly {background:#414342; text-align:left;}
#menu :hover ul :hover {background-color:#e42e3a; color:#fff; text-align:left;}
#menu :hover ul :hover a.fly {background-color:#e42e3a; color:#fff; text-align:left;}
#menu :hover ul li.currentsub a {background:#840; color:#fff; text-align:left;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;text-align:left;}
#menu :hover ul :hover ul li a {width:400px; padding:0; text-indent:10px; background:#e42e3a; color:#ccc;text-align:left;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;text-align:left;}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;text-align:left;}


.image
{
    width:245px;
    text-align:center;
    position:absolute;
    overflow:hidden;
    top:0px;
    right:0px;
    display:block;
    background-color:#fff;
    padding-top:30px;
    padding-bottom:40px;
    
    
    }
