/* default elements */



*{margin:0px;padding:0px;}

h1
{
font-size:1.9em; 
font-weight: bold;
color:#333333;
padding-left:5px;
line-height:1.6em
}
	
p
{
font-size:0.7em; 
font-weight: normal;
color:#555555;
text-align:justify;
}

a
{
color:#e06c1f;
font-weight:normal;
font-style:normal;
text-decoration:underline;
}


a:link
{
color:#e06c1f;
font-weight:normal;
font-style:normal;
text-decoration:underline;
}


a:visited
{
color:#e06c1f;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}


a:hover
{
color:#c25d1b; 
font-style:normal;
font-weight:normal;
text-decoration:none;
 }



/* Layout */

body

{
font-family:Arial, Verdana, Helvetica, sans-serif;
background: #eeeee4;
text-align: center;
color: #333333;
}



#wrapper 

{
background-color:#fff;
margin-top: 40px;
margin-right: auto;
margin-bottom:40px;
margin-left: auto;
width:902px;
}



#header

{
background:url(img/bgheader.jpg) repeat-x #e06c1f;
width:902px;
border-top:5px solid #111;
height:133px;
padding-top: 0px;
margin-left:0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 0px;
}



#header .logo

{
float:left;
padding-top:0px;
padding-left:0px;
border: none;
}


#nav
{
float:left;
list-style:none;
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
width:902px;
height:48px;
background: transparent url(img/navbg.gif);
background-repeat:repeat-x;


}

#nav ul

{
list-style:none;
margin-left:200px;
}


#nav li

{
text-align:left;
float:left;
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
}

#nav ul li a

{
display:block;
line-height:2.5em;
margin-right:0px;
padding:8px 14px 8px 14px;
color: #d3d2cc;
font-weight:bold;
font-size: 0.8em;
text-decoration: none;
}

#nav li a:hover
{
color: #ffffff;
background:transparent;
background-image:url(img/navaktiv.gif);
background-repeat:repeat-x;

}

#nav ul li .selected
{
color: #ffffff;
background-color:transparent;
background-image:url(img/navaktiv.gif);
background-repeat:repeat-x;

}



#content

{
float:left;
background-image:url(img/contentbgtop.jpg);
background-repeat:repeat-x;
background-position:top center;
background-color:#f3f3e7;
width:902px;
margin-top:20px;
margin:auto;
padding:0px;
margin-bottom:0px;
margin-right:0px;
}




#col1{
float:left;
width:420px;
margin-left:10px;
margin-top:30px;
background-color:inherit;
text-align:left;
font-size:0.9em;
padding:5px;
}

#col1 h1{
display:block;
text-align:left;
font-weight:bold;
color:#403f3b;
font-weight:normal;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
margin-left:5px;
border-bottom:1px solid #ccc;
}

#col1 .oker{color:#c25d1b;}


#col1 p { 
font-style: normal;
font-size:0.9em;
color: #000000;
padding:10px;
text-align:left;
}

#news {
position: relative;
float: right;
width: 372px;
margin-top:30px;
}

#news h1{
display:block;
text-align:left;
font-weight:bold;
color:#403f3b;
font-weight:normal;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
margin-left:-40px;
}

.post{
float:right;
background:#ffffff url(img/sidebarflag.gif) no-repeat top right;
width:372px;
margin:0px 15px 20px 0;
padding:10px 15px 5px 10px;
text-align:left;
font-size:0.9em;
border:2px dotted #ccc;
}


.post p{ 
font-style: normal;
font-size:0.9em;
margin-top:10px;
color: #000000;
padding:10px 15px 5px 10px;
text-align:left;
}

.post h2{
font-size:1.5em;
padding-left: 10px;
color: #333;
}

.datum{
padding-left: 10px;
font-size:0.6em;
color:#999;}

#footer 

{
width:902px;
height:120px;
clear:both;
margin-top: 0px;
background:url(img/footerbg.jpg) repeat-x;
color:#666666;;
margin-left:auto;
margin-right:auto;
margin-bottom: 0px;
padding-top: 15px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#footer p 

{
font-size:0.7em;
font-weight:normal;
line-height: 1.4em;
color:#aeaea6;
padding-top:30px;
padding-bottom:0px;
text-align:center;
margin:auto;
}

#footer a 
{
font-size:1em;
text-decoration:none;
color:#999999;;
text-align:center;
}

#footer a:hover

{
text-decoration:none;
color:#CCCCCC;
text-align:center;
}

form
{
padding:0px;
margin:0px;
}

.left

{float:left;
padding:4px;}
