body, div, table {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #ebe5da;
	background-image: url('img/bg1.png');
	background-repeat: repeat-x;
}
div {
	background-color: white;
}
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
  border: 1px solid grey;
  font-size: 9px;
}
textarea {
  border: 1px solid grey;
  font-family: Verdana;
  font-size: 11px;
}
#header {
	margin: 0 auto 10px;
	width: 750px;
	height: 100px;
	border: 1px solid #8d8d8d;
	background-image: url('img/header_bg2.png');
}
#content {
	margin: 0 auto;
	width: 750px;
	padding: 0;
	text-align: left;
}
#links {
	width: 580px;
	float: left;
	border: 1px solid #8d8d8d;
	color: black;
	padding: 10px;
	text-align: justify;
	
}
#rechts {
	width: 125px;
	float: right;
	border: 1px solid #8d8d8d;
	padding: 10px 5px;
}
#header_text {
	float: left;
}
#header_text1 {
	font-size: 20pt;
	font-weight: bold;
	padding: 4px;
}
#header_text2 {
	font-size: 12pt;
	font-style: italic;
	padding-left: 20px;
}
#header_flag {
	float: right;
}
#eintrag_head {
	font-weight: bold;
}
#eintrag_text {
	padding: 0px 10px;
	line-height: 1.7;
}
#eintrag_date {
	font-size: 10px;
	float: left;
}
#eintrag_comments {
  float: right;
}
hr {
	border-top: 1px dashed green;
	border-bottom: 0;
	height: 0px;
	width: 75%;
}
#comment_header {
  padding-left: 50px;
  font-style: italic;
}
#comment_text {
  padding-left: 60px;
  padding-right: 100px;
  line-height: 1.5
}
#comment_footer {
  padding-left: 60px;
  font-size: 10px;
}
