/*
 * Style Sheet Angaben Moongaard
 * Copyright (C) 2001, Andrea & Raik Lochau
 * All rights reserved.
 */
 
body
{
	background-color: #FFFFFF;
  scrollbar-base-color:   #F0F3F8;
  scrollbar-arrow-color = #6E7EB9;
  scrollbar-darkshadow-color = #6E7EB9;
}

body.inhalt 
{
  border-width:20px;
  border-style:solid;
  border-color:#FFFFFF;
  background-color:#FFFFFF;
} 

a:link 		{ color:#6F78A6; }
a:visited { color:#454D70; }

.input
{
  font-family: myFont;
  font-style:  normal;
  font-weight: normal;
  font-size:20px; 
  src: url(moongaard.eot);
  background-color:#FFFFFF;
  color:#454D70;
  height:25px;
  width:300px; 
  border:1px solid #454D70;
}

.button
{
  font-family: myFont;
  font-style:  normal;
  font-weight: normal;
  font-size:20px; 
  src: url(moongaard.eot);
  background-color:#E1E3E9;
  color:#454D70;
  height:25px;
  border:1px solid #454D70;
}

.news_entry
{
  position:relative; 
  left:30px; 
  top:-10px;
}

.news_headline
{
  background-color:#E1E3E9;
}


