/*------general------*/
* {
  margin:  0px;
  padding: 0px;
  border:  0px;
}
body  {
	background:	#ededed url(images/body_bg.gif) top repeat-x;
	margin: 0em;
	padding: 0;
}
body,input,select,textarea,td {
  font: 12px Arial,Verdana;
}
body,input,select,textarea,a,td {
  color: #505050;
}
input,select,textarea {
  border: 1px solid #BFC9D2;
}
.input,textarea {
  width: 250px;
  background-color: #DFE4E8;
}
h1 {
  margin-bottom: 10px;
  color: #002B55;
  padding: 0px 0px 0px 20px;
  font: 20px/30px Arial,Verdana;
  font-weight: bold;
  background-position: top left;
  background-repeat: no-repeat;
}
h2{
  margin-top: 15px;
  letter-spacing: -0.4px;
  font: 13px/16px Arial,Verdana;
  font-weight: bold;
  color: #0077C0;
}

/*------top------*/
.topLogo {
   height:80px;
}

.topLogo div#toplogoimg 
{
   float:left;
   padding:20px 0px 0px 20px;
   width:auto;
}

.topLogo div#toplogomsg 
{
   float:left;
   padding: 32px 0px 0px 5px;
   font-size:14px;
   letter-spacing:0px;
   color:#919191;
   font-weight:normal;
}

.topLogo div#toplogoimright
{
   position:absolute;
   top:0px;
   right:0px;
}

/*------content------*/

.content 
{	
   position:relative;
   padding:10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

.ptxt
{	
   font:13px/140% Arial, Verdana;
	width:930px;
	margin: 5px 5px 5px 5px;
	/*padding: 10px 0px 50px 0px;*/
	border-top: 1px solid #BFC6CD;
	min-height:800px;
}

div.ptxt a 
{
  text-decoration: underline;
}

.txtleft 
{	
   position:absolute;
   width: 175px;
	margin: 10px 10px 0px 0px;
}

.txtright
{
   margin: 10px 0px 0px 0px;
   padding: 0px 0px 0px 190px;
}

.txtright ul li 
{
  margin: 0px 0px 0px 20px;
  padding: 3px 10px;
  list-style: circle;
}


.maplink
{
   border:solid 1px #9f9f9f;
	background: url(images/map.gif) no-repeat;
	width:200px;
	padding: 10px 10px 10px 50px;
}

div.maplink a
{
  letter-spacing: -0.4px;
  font: 13px/16px Arial,Verdana;
  font-weight: bold;
  color: #0077C0;
  text-decoration: underline;
}   

/* Frames */
.container 
{	width:980px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.inner-container 
{	border-left:solid 1px #9f9f9f;
	border-right:solid 1px #9f9f9f;
	width:960px;
	background-color:white;
	margin:0 5px;
	position:relative;
	overflow:auto;/*importent alternative for div clear:both; */
}


/* Footer */
.copyright {	
	color:#555555;
	font-size:smaller;
	line-height:16px;
	height:35px;
	position:relative;
   border-left:solid 1px #9f9f9f;
	border-right:solid 1px #9f9f9f;
	border-bottom:solid 1px #9f9f9f;
   background-color:White;
	width:960px;
	margin:0 5px;
  /*background-color:#00ffff;*/
}

.copyrightmiddle {
	width:auto;
	height:34px;
	position:relative;
	margin-left:15px;
	margin-right:15px;
  /*background-color:#ff00ff;*/
}


/* css voor drop down menu */

.navmenu 
{
   /*top: 80px;
   left:100px;*/
   padding-left:10px;
   background-color: #DFE4E8;
   border-top: 1px solid #BFC9D2;
   border-bottom: 1px solid #BFC9D2;

}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
   font: 12px/16px Arial,Verdana;
   font-weight: bold;

}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 2px 10px;
	width: auto;
	background: #DFE4E8;
	text-align: center;
   text-decoration: none;
	}

#sddm li a:hover
{	background: #7f95ba;
   color: #FFF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #DFE4E8;
	border: 1px solid #BFC9D2;
	z-index: 1;
	}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #DFE4E8;
	color: #2875DE;
	font: 12px/16px Arial,Verdana;
   font-weight: bold;
}

#sddm div a:hover
{	background: #7f95ba;
	color: #FFF;
}

#small 
{
  font-size: 11px;
}
#small li 
{
  float: right;
  padding: 2px 10px 2px 10px;
  list-style: none;

}
#small li a
{
  text-decoration: none;
}

