/* CSS Document */

*{margin: 0 ; padding: 0 ;}    
body {
  font: 75% 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
 	background: #fff;
  color: #333333;
  	text-align: center;  
}
h1, h2, h3, h4, h5, h6 {
  margin: 20px 0px 20px 0;
  padding: 0 ;
  color: #f29600;
  font-weight: bold;
   }
h1{font-size: 2.2em;}
h2{font-size: 1.6em; }
h3{font-size: 1.4em; }
h4{font-size: 1.1em;  }
h5{font-size: 1em; color: #000;}
h6{font-size: 0.8em; color: #333333;}
  
p{line-height: 140%; margin:15px 0px; font-size: 1em; text-align: justify;}
ul{margin: 15px 0 20px 40px ; list-style: square ; line-height: 140%; }
ul.extra li{list-style: none; background: url(../img/arr_r.gif) no-repeat 0 center;padding:0px 0 0px 25px;font-size:1.2em;color:#498bc8;line-height:170%;}
ol{margin: 15px 0 20px 40px ; line-height: 140%; }
li{margin: 10px 0;}
dl{margin: 20px 0 20px 0px ;line-height: 140%;}
dt{font-weight: bold;color: #f29600;}
dd{margin: 0 0 15px 30px;}

img{border: 0 }  
img.foto{	/*border: 3px solid #97bed4 ;*/ }  
img.fl{margin-right: 1.3em; margin-bottom: 0.5em; }
img.fr{margin-left: 1.3em; margin-bottom: 0.5em;}

address{ line-height: 140%;	margin: 15px 0px 20px 0px; font-style: normal; }
big{font-size: 1.2em;line-height: 140%; }  
small{font-size: 0.8em;}
  
a:link {text-decoration: underline; color: #3399cc;}
a:visited {text-decoration: underline; color: #3399cc;}
a:active {text-decoration: underline; color: #333;}
a:hover {text-decoration: none; color: #000;}

a:hover .foto{border-color: #d1e1ec;}

  
hr {display: none;}

/*		table		*/
table{ 
  margin: 10px 0; 
  border: 3px solid #ccc;
  border-collapse: collapse;
  font-size: 1em; 
  }
td{
  padding:6px 10px;
  border: 1px solid #ccc ;
  font-size: 1em;
  }
th{
  background-color: #4586c3; 
  padding: 5px 10px; 
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  }
.note {background-color: #eee;
border:none;
}
.smallNote, .smallNote a {font-size: 0.9em; color:#999999;}

/*		forms		*/
fieldset{border: 1px solid #ccc;	padding: 20px 20px 20px 40px;	margin:15px 0; }
legend{border: 1px solid #ccc;	
padding:3px 20px;	margin-bottom:25px;	color: #999; }

label{	
  display: block;	
  clear: both; 
  line-height: 20px;
  margin-top: 10px;
  font-weight: bold;
	}
input,select,textarea{
  font-size: 1em ; 
 font-family: arial ce, arial, helvetica ce, helvetica, sans-serif; 
  border-width: 2px ; 
  vertical-align: middle;}
.button{padding: 3px 10px ;_padding: 1px ; margin: 3px; width: auto; font-weight: bold; }

.button_gfx {
	width:180px; 
	height:30px; 
	background: url(../img/button.gif) no-repeat ;
	border: none ;
	 color: white;
	 text-align: left;
	 padding-left: 30px;
	 font-weight: bold;
	 
}

/*  ID  */
#bottom{
	background: white url(../img/footer.jpg) repeat-x bottom;
	margin-bottom:;
}
#page{
  padding: 0 ;  
  background: url(../img/body.jpg) repeat-x ;
   
  
}
#center{
  padding: 0px 0 0 0 ;	 
   width: 780px;
  margin: 0 auto ;
   text-align: left;
  position: relative;
background: white ;
}

#header{
  height: 210px ;
  position: relative;
 background: #dae6f3 url(../img/body.jpg) repeat-x ;
}
#header h2{
  margin: 0 ;
  padding: 0 ;
  border: none;
  height: 184px;
  font-size: 1.6em;
}
#header h2 a{
  display: block;
  text-decoration: none;
  width:325px ;
  line-height:184px ;
  height: 184px ;
  background-color: #142b65;
  text-align: center;
  position: relative;
  top: 26px;
  left: 0px;
  color: #fff;
  
}
#header h2 a span{  
  display: block;
  width:325px;
  height: 184px;
  background: url(../img/martiens.jpg) no-repeat  ;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  cursor: hand;  
}
#theme{
	background: url(../img/theme.jpg) no-repeat ;
	position: absolute;
	top: 0px;
	right: 0;
	width: 455px;
	height: 210px;
}
#languages{
position:absolute;
top:8px;
right:25px;
}  
#languages a{
float:left;
padding:0px 4px;
text-decoration:none;
font-size:0.9em;
color:#003774;
margin:0 1px 0 2px;
font-weight:bold;
}
#languages a:hover{
color:#000;
}
#languages a.active{
background: url(../img/lng_active.jpg) no-repeat center;
color:#fff;
}  

/*  navigation */

#navigation{
	width: 240px;
	float: left;
	margin:0;
 }
#navigation ul {
  margin: 20px 10px 20px 37px ;
  list-style: none; 
  position: relative;
}
#navigation li {  
margin:0;
  }
#navigation a {
  display: block;  position: relative;
  padding: 9px 0 9px 16px; 
  line-height: 15px ;
  text-decoration: none;
  color: #152d67;
  border-bottom:1px solid #e6e6e6;
  font-size: 1em;
  position: relative;
  font-weight: bold;
  background: url(../img/nav_li.gif) no-repeat 0px 13px;
}
#navigation a:hover{
	color: #929394;
}  
#navigation a.on{
	color: #666;
	background: none ;
} 
.stop{
margin:5px 0 0 35px;
}
 
/* content */  
#content{
	padding: 0;
	float: right;
	width: 540px;
}  
.maincontent{
	padding: 0 30px 30px 30px;	
	margin: 0;
	background: url(../img/intro.jpg) no-repeat 0px 0px ;
  }
#flashcontent{
width:540px;
position:relative;
margin:0 -30px;
height:214px;
background: url(../img/flashcontent.gif) no-repeat 0px 0px ;
}  
    
/**/
.secFoot{
	border-top: 1px solid #ddd ;
	margin-top: 3em;
	text-align: right;
	padding-top: 1.5em;
	clear: both;
}

.secFoot img{
	border: none !important;
	margin: none !important;
  }
	
/**/
.note{  
  border: 1px solid #4586c3 ;
  }
.note span{ 
  display: block; 
  border: 2px solid white ;
  padding: 10px 15px ;
  background-color: #e8eff7;
  }  

/* footer */
#footer{
  clear: both;
  margin: 0 auto ;
  width: 780px;
	height: 180px;
  font-size: 0.9em;  
  }  
#footer p{
  margin: 0;
  line-height:100px;
  color: #333333;
  padding-left:50px;
  }
#footer p.top{
background: url(../img/footer_top.jpg) no-repeat 0px 0px ;
text-align:center;
line-height:76px;
padding:0;
color:#666666;
font-size:larger;
font-weight:bold;
}
#footer p.top a{
margin-left:30px;
}
#footer p.top span{
cursor:pointer;
}
#footer p.walmark{
float:right;
padding-right:25px;
margin-top:15px;
text-align:center;
line-height:20px;
}  

   

/*  class   */
.yellow{color: #fcd301;}
.bold{font-weight: bold;}
.noscreen{display: none;}
.blank{border: none ; background: none; list-style: none ; }
.separ {border-bottom: 1px solid #ddd  ; line-height: 1px; font-size: 1px; height: 1px; margin: 25px 0 ;}
.break {clear: both; line-height: 1px; font-size: 1px; height: 1px; margin: 0 ;}
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center;}
.justify {text-align: justify;}
.fl { float: left;}
.fr { float: right;}
