body{ 
	background-color:#fff;
	font:arial,sans-serif;
	margin:0px; 
	padding:0px; 
	height:100%;
}

				/** MAIN CONTAINERS B2E0ED **/
div#container {
	width: 967px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	background-image: url(..//images/bg-container-content.jpg);
	background-repeat:no-repeat;
}
	
div#container1 {
	width: 967px;
	margin: 0 auto;
	text-align: left;	

	}

div#backgroundborder {
	background-image:url(../images/bgcool.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
}
	

#header{ 
	background-color:#333;
	height:150px;
	padding:0px;
}

#menu{ 
	height:55px;
	text-align:center;
	border-bottom:#000000 1px solid;
}

#topheader{ 
	height:50px;
	background-repeat:repeat-x;
	text-align:right;
	background-color:#426D90
}


#center { 
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;

}

#footer {
	CLEAR: both;
	FONT-SIZE: 10px; 
	COLOR: #fff; 
	TEXT-ALIGN: center; 
	border-top:#000 1px solid;
	background-color:#316796;
	bottom:0;
}

#leftside {
	height:300px;
	width: 220px;
	padding-left:15px;
	padding-top:40px;
}

#maincontent {
	padding-top: 50px;
	padding-left: 15px;
	padding-bottom:10px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
}

#koptekst{
	color:#6a7b00;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;

}
#navlist
{
	text-align: center;
	margin: 0px;
	padding-top:10px;
	font-family: arial,sans-serif; 

}

#navlist ul, #navlist li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	margin-left:20px;
	margin-right:20px;
	line-height: 14px;
	

}

#navlist a:link, #navlist a:visited
{
	
	font-weight: bold;
	text-decoration: none;
	padding-bottom:5px;
	color: #858585;
	border-bottom:4px solid #161616;

}

#navcontainer{
text-align:center;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	color: #fff;
	border-bottom:4px solid #ffcc66;
}

/*Verticaal Menu */
#menu_static a, #menu_static a:visited {
  text-decoration:none; 
	padding-right: 5px;	
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 1px;	
	margin-bottom: 0px;
	cursor: hand;	
	color: #000;
	padding-top: 5px;
	font-family: verdana;
	font-size: 10px;
	width:200px;
	background-color:#A5BCCE;
	border:1px solid #fff;
	display:block;
  }
#menu_static a:hover,#menu_static li a:hover#current {
        background-color: #D7D7D7;
        background-color:#FFFFFF;	
        color: #000;
	font-size: 10px;
	border:1px solid #A5BCCE;
  }



/*End Verticaal Menu */