/* ----------------------------------------------------------------
                    Fundanemt Theme - Default
     Original Author: Oscar Eg Gensmann (oscar@gensmann.com)
---------------------------------------------------------------- */

/* Resetting html elements to prefered default status 
to remove some crossbrowser issues */
body{margin:0px;background-color:none;}
a img{border:none}
form{margin:0px}
p{
line-height:16px;
padding: 0px 30px 0px 30px;
}

/* Setting the font */
body, td{font:11px verdana,Arial,sans-serif;
background-image: url(http://studsgaardlandskab.dk/themes/default/back.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

h1{
font-family:"Times New Roman",Georgia,Serif;
font-size:20px;
color: #A3B940;
}


h2{
font-family:Verdana,Serif;
font-size:20px;
color: #A3B940;
}


h3{
font-family:Georgia,Serif;
font-size:20px;
color: #A3B940;
}

h4{
font-family:"Lucida Console",Georgia,Serif;
font-size:20px;
color: #A3B940;
}

h5{font-size:12px;}
h6{font-size:10px;}

/* Defining the canvas */
body{text-align:center;margin:auto auto;}

#container{
width:990px;
height:450px;
margin: auto auto;
text-align:left;
position:relative;
background-color: #ffffff;
top:0px;
left:0px;
border: 2px solid #000000;
}


/* Styling the header */
#header {
height:60px;
background-color:#e2e2e2;
line-height:60px
}

#logo{
position:relative;
top:0px;
left:20px;
}

/* Styling the content*/
#content{
color: #000000;
height: 430px;
float: left;
font-size: 13px;
width:660px;
margin:20px 0px 0px 0px;
text-align:justify;
}

/* Styling the menu*/
#menu{
background: url(http://studsgaardlandskab.dk/themes/default/right.png) bottom right no-repeat;
height: 430px;
float: right;
width:330px;
padding-top: 20px;
margin-top: 0px;
margin-bottom: 0px;
background-color:#222126;
}

#menu ul{margin:0px;padding:0px;}
#menu ul li{list-style:none;margin:2px;padding:0px;}
#menu ul li a{
color: #ffffff;
display:block;
width:292px;
padding:3px 0px;
margin: 10px 0px;
padding-left: 30px;
background-color: none;
text-decoration:none;
font-weight:bold;
}
#menu ul li a:hover{background-color:#b80014;text-decoration:none; font-weight:bold;}

#menu ul li a.OII_l1:hover{background-color:#b80014;text-decoration:none; font-weight:bold;}


#menu ul li a.OII_l1{background-color:transparent;font-weight:bold;}


/* styling the 2level menu */
#menu ul li ul{margin-left:10px;}
#menu ul li ul li{margin:10px 0px;}
#menu ul li ul li a{background-color:transparent;width:282px}


/* Styling the factboxes */
#factboxes{
width:170px;
position:absolute;
top:75px;
right:0px;
}

#factboxes .factbox{border:1px solid #cccccc;padding:5px; margin-bottom: 5px;}
#factboxes h6{font-size:10px;text-align:center;background-color:#cccccc;}

/* Styling the footer*/
#footer{
clear:both;
text-align:center;
border-top:1px solid #cccccc;
}

#horizon        
	{
	color: white;
	background-color: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content2    
	{

	background-color: #f00;
	margin-left: -485px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 990px;
	height: 450px;
	visibility: visible
	}
