
body, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 19px;
}

h3 {
  font-size: 15px;
}

a {
  color: #BBC024;
  text-decoration: none;
}

.clear_both {
  clear:both; 
  height:0px; font-size:0px; /* for IE, sometimes gets this wrong */
}  

.topmenu, .mainmenu { 
  display: none; 
}

#top_logo {
  display: none;
}

#top_logo_print {
  float:right;
  padding-left: 40px;
}


div#right_box { 
  display: none; 
}

#footer_links { 
  display: none; 
}

/* article page */

.article_page_foto { 
  display: none; 
}
.article_page_foto_print { 
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.article_page_foto_print img { 
  border: 1px solid black;
}

.article_page_userfoto { 
  display: none; 
}
.article_page_userfoto_print { 
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.article_page_userfoto_print img { 
  border: 1px solid black;
}

.article_page_header h1 {
  margin: 0px 50px 6px 0px;
  padding: 0px;
}

.articlebox {
  border: 1px solid #999;
  padding: 10px 20px;
  margin-bottom: 20px;
}

div#comment_action { 
  display: none; 
}

.commentuserfoto {
  display: none; 
}

.comment {
  border: 1px solid #999;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
}

.comment_text p {
  margin-top: 5px;
  margin-bottom: 5px;
}


/* article list / main */

.fotomain { 
  display: none; 
}
.metauserfoto { 
  display: none; 
}

.articlebox_h_wide, .articlebox_h_160 {
  border: 1px solid #999;
  padding: 10px 20px;
}
.articlebox_h_160 {
  margin-top:10px;
}

.articlebox_h_wide .t, .articlebox_h_160 .t {
  font-size: 20px;
  font-weight: bold;
}
.articlebox_h_wide .t2 {
 display: none;
}

/* footer */
#footer_box_wide, #footer_box {
  margin-top:10px;
  padding-top: 5px;
  border-top: 1px solid black;
}