/* CSS Document */
body{
  padding:0px; 
  margin:0px;
  height:100%;
  background:url(mainbg.jpg) 0 0 repeat-x #fff; 
  color:#707070; 
  font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div, p, ul, h2, h3, img{
  padding:0px; 
  margin:0px;
  border:none;
}

h2 {
	margin-top:20px;
}

a{
  text-decoration: none;
  color:#7e7c00;
  font-weight:bold;
}

ul{
  list-style-type:none;
}

blockquote {
  padding:0; margin:0;
}

p {
  padding-top: 12px;	
}



#kasten{
  background-image:url(headerBG.png);
  position:relative;
  margin: 0 auto;
  padding:0;
  width:1000px;
  height:150px;
}

/*----TOP PANEL----*/
#topPan{
  width:747px; 
  height:120px; 
  position:relative; 
  margin:0 auto; 
  padding:0px;
}

#topPan img{
  position:absolute;
  top:35px;
  left:0px;
}

#topPan ul{
  width:578px; 
  height:32px; 
  position:absolute; 
  top:76px; 
  right:0px;
}

#topPan ul li{
  float:left;
  width:95px; 
  height:32px; 
  padding:0 0 0 1px;
}

#topPan ul li a{
  display:block; 
  width:95px;
  height:32px; 
  background:url(menubg-normal.gif) 0 0 no-repeat #7E7B00; 
  color:#656565; 
  font-size:11px; 
  font-weight:bold; 
  line-height:32px; 
  text-transform:uppercase; 
  text-align:center; 
  text-decoration:none;
}

#topPan ul li a:hover{
  background:url(menubg-hover.gif) 0 0 no-repeat #7E7B00; 
  color:#7C7900; text-decoration:none;
}

#topPan ul li.home{
  display:block; 
  width:95px; 
  height:32px; 
  background:url(menubg-hover.gif) 0 0 no-repeat #7E7B00; 
  font-size:11px; 
  font-weight:bold; 
  line-height:32px; 
  color:#7C7900; 
  text-decoration:none; 
  text-transform:uppercase; 
  text-align:center;
  margin-left:2px;
}

/*----BODY TOP PANEL----*/
#bodytopmainPan{
	width:100%;
	color:#8D8D8D;
	float:left;
	margin: 0 auto;
	clear:both;
	font-size:30px;
	font-style:italic;
}

#bodytopPan{
  width:748px; 
  position:relative; 
  background:#F4F4F4; 
  color:#707070; 
  margin:0 auto; 
  padding:0px;
}

#bodytopPan p{
  padding:0 38px 11px 0;
}

#bodytopPan p.more{  
  font-size:12px;
  width: 480px; 
  margin:0 0 0px 283px; 
  padding-bottom:20px;
  font-style:normal;
  font-weight:bold;
}

/*----/BODY TOP PANEL----*/

/*----BODY MIDDLE PANEL----*/
#bodymainmiddlePan{
  padding-top: 10px;
  width:100%; 
  background:#fff; 
  float:left; 
  clear:both;
}

#bodymiddlePan{
  width:747px; 
  position:relative; 
  margin:0 auto 0 auto; 
  background:#fff; 
  color:#8D8D8D;
}

#bodymiddlePan p.groenpic{
  float:right;
  padding:0;
  margin-left: 5px;
}

#bodymiddlePan img{
  padding:0;
  margin-right: 10px;
  border: 10px solid #F4F4F4;
}

#bodymiddlePan img.noBorderImage{
	border:none;
}

#bodymiddlePan ul{
	list-style-type:circle;
	margin-left:20px;
}

#bodymiddlePan ul li.publicationsMenu{
	float:left;
	width:350px;
}

h2 a.anker {
	color:#707070;
	font-weight:normal;
}

/*----FOOTER PANEL----*/
#footermainPan{height:200px; background:url(footerbg.jpg) 0 0 repeat-x; color:#fff; clear:both; margin-bottom: 0;}
#footerPan{width:747px; position:relative; margin:0 auto;}
#footerPan img.footerlogo{position:absolute; top:70px; right:0px;}

#footerPan ul{width:600px; position:absolute; top:73px;}
#footerPan li{float:left; font:13px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{color:#fff; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

#footerPan ul.design{color:#fff; display:block; position:absolute; font:12px "Trebuchet MS",Arial, Helvetica, sans-serif; top:143px;}
