/* Start of CMSMS style sheet 'NaturalSolutions' */
/*#####################hauki2###########################*/

/*feel free to modify and improve; if you are using CMS Made simple,private and 
commercial use allowed*/

/*#####################hauki 2006########################*/
img
{  border-style: none;
}

body {
margin:0px;
}

#rahmen {
width:900px;
}


/*change the logo here*/
#logo {
background:url(uploads/images/templates/hauki2/logo.jpg);
width:900px;
height:200px;
}


/*if there is not enough space for your links in the bar,change the height to 60px (ff)*/
#menubar {
background:url(uploads/images/templates/hauki2/menubg.gif);
background-repeat:repeat-y;
width:900px;
height:30px;
}

#biglinksbox {
float:left;
width:200px;
height:500px;
}

.Braderien  {
background:url(uploads/images/templates/hauki2/Braderien.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.Braderien:hover {
background:url(uploads/images/templates/hauki2/Braderienhover.jpg);
color:#648BCE;
}

.Millieu {
background:url(uploads/images/templates/hauki2/Millieu.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.Millieu:hover {
background:url(uploads/images/templates/hauki2/Millieuhover.jpg);
color:#648BCE;
}

.Contact {
background:url(uploads/images/templates/hauki2/Contact.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.Contact:hover {
background:url(uploads/images/templates/hauki2/Contacthover.jpg);
color:#648BCE;
}

.Braderien span {
position:relative;
top:40px;
left:15px;
}

.Millieu span {
position:relative;
top:40px;
left:115px;
}

.Contact span {
position:relative;
top:40px;
left:115px;
}

#login {
background:#AECAFA;
border:1px solid gray;
padding-bottom:20px;
}

#login h3 {
color:#FFFFFF;
}

#login input {
border:1px solid #648BCE;
margin-bottom:2px;
}




#top_image_content {
float:right;
background:url(uploads/images/templates/hauki2/contentbgtop.gif);
width:675px;
height:30px;
margin-top:-5px;
}

#main_image_content {
float:right;
background:url(uploads/images/templates/hauki2/contentbg.gif);
width:675px;
}

#content {
width:625px;
text-align:left;
padding:1px;
min-height:450px;
}

#bottom_image_content {
float:right;
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:675px;
height:30px;
}


/*hack for ie - not valid*/
*html #bottom_image_content {
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:675px;
height:30px;
margin-right:0px;
}



#footer {
background:url(uploads/images/templates/hauki2/menubg.gif);
background-repeat:no-repeat;
width:900px;
height:30px;
clear:right;
font-size:12px;
color:#FFFFFF;
padding-top:5px;
text-align:center;
}

/*########################MENU###############################*/


/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
margin-left:20px;
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li { 
        width: 150px; 
       }
#primary-nav li li { 
        width: 200px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: -2px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
margin-left: -35px;
width: 300px;
	}
#primary-nav ul ul { 
	margin-top: 0px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -3px;
        float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px;
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li a { 
color:#FFFFFF;
	}
#primary-nav li li a { 
	border: 1px solid #ffffff;
background:#244D92;
	}	
#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
color: #ffffff; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 

text-decoration:underline;
color:#FFFFFF;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */


#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}


/*hack for ie - not valid*/

*html #primary-nav li li { 
	margin-top: -4px; 
	float: center; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li li { 
	margin-top: 0px; 
	}

/*#############################NEWS###########################*/

.NewsSummary {
width:160px;
margin-top:15px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummarySummary {
}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}*/


#NewsPostDetailReturnLink {
margin-bottom:20px;
}

/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

/* End of 'NaturalSolutions' */

