/*defaults*/

* { padding: 0; margin: 0; }
a img { border:0; }

body 	{
	background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0;
	color:#000000;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:12px;
}

a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{
	text-align:center;
	width:850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#holder		{
	width:100%;
	background:#FFFFFF;
	text-align:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	min-height:500px;
}
#logo		{
	border-bottom:0px solid #DADADA;
	height:110px;
	float:left;
}

#menu { float:right; margin:0; padding:0;}


 
.slideshow	{
	clear:both;
	width:850px;
	height:420px;
	margin:auto;
}

.slideshow img { padding: 10px; border: 1px solid #ccc; background-color: #eee; }


#content	{
	float:left;
	width:100%;
	line-height:160%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

.col1 { float:left; width:400px; }
.col2{ float:right; width:380px; }

.hydro {
	background-color:#eee;
	border: 1px solid #CCC;
	padding:10px;
}
#content1	{
	float:left;
	width:100%;
	line-height:160%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{
	font-size:3.4em;
	font-weight:bold;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


#content h2		{
	font-size:2.7em;
	font-weight:normal;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#content h3		{
	font-size:2em;
	font-weight:normal;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#content h4		{
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-transform:uppercase;
}


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 10px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */



/* CONTACT FORMULIER
   ------ */

		.checklist {
			border: 1px solid #336699;
			list-style: none;
			height: 17em;
			overflow: auto;
			width: 20em;
		}
		.checklist, .checklist li { margin: 0px; padding: 0px; }
		.checklist label { display: block; padding: 5px; text-indent: 15px; }
		.checklist label:hover, .checklist label.hover { background: #336699; color: #fff; }
		* html .checklist label { height: 1%; }
		
.contact {
			border: 1px solid #336699;
			padding:1px;
			font-size:1.3em;
			font-weight:bold;
			width:350px;
			padding:3px;
			color:#0066ff;
}

.bgmsg {
background-color:#336699;
font-weight:bold;
text-align:center;
}

.bgbrown h4 {
color:#996600;
text-transform:uppercase;
font-size:14px;
}

#content ul{
	margin:0px; 
	padding-left: 5px;
	list-style:none; 
	line-height:15px
	}
	
#content ul li {
	height:22px;
	padding-left: 15px;
	background-image: url(../images/bullethft.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}
	
	
.prbutton {
	width: 250px;
	height: 40px;
	outline: none;
	border: none;
	cursor : pointer;
	background-color: transparent;
	background-image: url(../images/prbutton.png);
	background-repeat: no-repeat;
	}
	
.prbutton:hover {
	background: transparent url(../images/prbutton.png) no-repeat 0 -40px;
	}

