@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #474a51;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif;
}

.all {
	font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif;
	font-size:10px;
}

a.text  { color: #900; font-size:14px; font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif; text-decoration: none; }

a.text:hover {
	text-decoration: underline;
}

.body #container {
	width: 1024px;  /* 90% this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #990000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.body #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	
	height:auto;
}

.body #logo {
	padding: 0;
	position: absolute;
	top: 10px;
	left: 30px;
}

.body #container h1 { color: #333; font-size: 30px; font-family: tahoma, Helvetica, Arial, Verdana, sans-serif; font-weight: lighter; }
.body #mainContent {
	position:relative;
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	text-align:justify;
	margin-top:60px;
	
}
.body #footer {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 12px;
	height: 2em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 30px;
} 
.body #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	
}

.body #footer #leftalign {
	width:auto;
	float:left;
	text-align:left;
}

.body #footer #rightalign {
	text-align:right;
	width:auto;
	float: right;
}

.body #mainContent #rightcol { 
	background: url(../images/madagaskar.jpg) top right no-repeat;
	/*background-image: url(../images/madagaskar.jpg); 
	background-repeat: no-repeat; */
	float: right; 
	width: 380px; 
	height: 800px; 
	padding-right: 15px; 
	text-align:right; 
	padding-top: 50px; 
	}
.body #mainContent #leftcol {
	width: 550px;
	float: left;
	/*border: solid #000 1px;*/
	
}

.body #header #menubar {
	background-color: #990000;
	/*position:absolute;*/
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 122px;
	height: 2.2em;
	
	
} 

.body #container #header  #menu {
	top: 122px;
	right:20px;
	position: absolute;
}

.body #container #header  #menu p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
	text-align:right;
	color: #FFFFFF;
}
.body #container #header  #menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.body #container #header  #menu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#searchbox {
	top: 180px;
	left:260px;
	position: absolute;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.body #container #newsitem { 
border-top: #CCC dotted 1px;
padding: 3px;
background-color: #fff;}

.body #container #newsitem h3 {
	color: #259119;
}

.body #container h2 {
	color: #900;
}

.body #container #newsitem_grey { 
	border-top: #CCC dotted 1px;
	background-color: #fff;
	padding: 3px;
}

.body #container #newsitem_grey h3 {
	color: #259119;
}

.body #container h2 { color:#039; font-size: 20px; font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif; }

.body .content {
	color: #474a51;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif;
}
b.header2  { color: #111;/*#259119;*/
font-size:16px; font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif; text-align: left; }

b.header2_red { 
color: #039;
font-size:16px;
font-family: "Trebuchet MS", Geneva, arial, helvetica, sans-serif;
}

#mostrecent_news { /* border-top: 1px solid #999; */}

#mostrecent_news #hline {border-top: 1px solid #999; width: 100%;}

#mostrecent_news #content { width: 250px; height: auto; float: left; padding: 12px;} /* border: 1px solid #999} */
#mostrecent_news #content #news_content {width: 226px; height: 600px; overflow: hidden; padding-bottom: 20px}
#mostrecent_news .vertline { 
	width: 1px; height: 200px; float: left; border-right: 1px solid #999; 
}
#mostrecent_news h3{
 padding: 0px; 
 margin: 0px;
 margin-bottom: 3px;
}

#mostrecent_news #content p.newitem {
 padding-top: 4px;
 border-top: 1px dotted #999;
}

/****************/

p {
	text-align: justify;
}
#commercial {/* border-top: 1px solid #999; */}

#commercial #hline {border-top: 1px solid #999; width: 100%;}

#commercial #content { width: auto; height: auto; float: left; padding: 12px;}
#commercial .vertline { 
	width: 1px; height: 200px; float: left; border-right: 1px solid #999; 
}
#commercial h3{
 padding: 0px; 
 margin: 0px;
 margin-bottom: 3px;
}

#commercial #content p.newitem {
 padding-top: 4px;
 border-top: 1px dotted #999;
}

#commercial #reklame {
float: left;
width: 44mm;
padding-left: 2px;
}