*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:center;
color:#333;
font-size: 76%;
background: #fff url(images/bg.jpg) repeat-x ;
}
td{
  vertical-align:top;
}

/* General Style Info */
h1{
  margin-bottom:30px;
}

a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

a.nav{
  background-color: #fff;/*#ff8400;*/
  padding: 6px;
  display:block;
  color:#000;
  text-decoration: none;
  border-bottom:1px #eee solid;
  font-weight:bold;
}
a.nav:hover{
  background-color: #ff8400;
  color: #fff;
  border-bottom:1px #fff solid;
}

a.artikel{
  display:block;
  margin-bottom:10px;
}

#header{
  margin-bottom: 15px;
}
#subheader{
  background: #000 url(images/logo.gif) no-repeat;
  width:950px;
  height: 120px;
  margin: 0px auto;
  text-align: left;
}
#content{
  width:950px;
  margin: 50px auto;
  background-color:#fff;
  border:15px #fff solid;
  text-align: left;
}
#footer{
  background-color:#ff8400;
  color:#fff;
  margin-top: 15px;
  padding:6px;
}
#footer a{
  color: #fff;
  text-decoration: underline;
}

#tdnav{
  width: 150px;
}
#tdcontent{
  padding:0px 5px;
}
#tdright{
  width:160px;
}
#divcontent{
  padding: 10px;
}

div.rightbox{
  border: 1px #666 solid;
  background-color: #f7f7f7;
  padding: 6px;
}

/*GALLERIES*/
div.galalbum{
  border-bottom:1px #ccc solid;
  padding-bottom:10px;
  margin-bottom: 20px;
}
div.galpreview{
  float:left;
  width:200px;
  height:120px;
  margin-right: 10px;
  border:1px #ccc solid;
}
div.galphoto{
  float:left;
  width:155px;
  height:120px;
  margin: 0px 10px 10px 0px;
  border:1px #ccc solid;
}

.pagination{
    text-align:center;
}
  
  .pagination ul{ 
 	 margin:0;
 	 padding:1%; 
 	 margin-bottom:2%; 
 	 list-style-type: none;
 }
 .pagination ul li{
 	 list-style-image: none;
 	 display:inline;
 	 padding-left: 1%; 
 	 line-height: 1.2em;
 }
 .pagination ul li a{
  font-weight:bold;
  padding:6px;
  background-color:#ff8400;
  color:#fff;
 }
