body {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
  font-size:13px;
  color: #111111;
}

.link:link, .link:visited, .link:focus, .link:hover, .link:active { 
  font-weight: bold; 
  color: #015738; 
  text-decoration: underline; 
}

hr{
  color: #015738;
}

h1{
  font-size:18px;
  font-weight: bold;
  background-image: url(../img/menu/yellow.gif);
  background-repeat: repeat;
	color: #015738;
  /*padding-left: 15px;*/
  margin-top: 30px;
  clear: both;
}

h2{
  font-size:14px;
  font-weight: bold;
  color: #015738;
  padding-top: 15px;
  clear: both;
}


h3{
  font-size:12px;
  font-weight: bold;
  color: #015738;
  padding-top: 15px;
  clear: both;
}

li{
  font-size:12px;
  font-weight: bold;
  color: #015738;
  padding-top: 0px;
}

.li_text{
  font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
  font-weight: normal;
  font-size:13px;
  color: #111111;
  padding-top: 0px;
}


p{
padding: 5px;
line-height: 25px;
}

table{
  border-spacing: 0px;
}

.td_top_left{
	width: 200px;
	height: 200px;
	background-color: #fbd874;
	text-align: center;
}

.td_top_right{
  width: 720px;
  height: 200px;
  background-color: #fbd874;  
}

.td_menu_left{
  background-image: url(../img/menu/yellow.gif);
  background-repeat: repeat;
  width: 200px;
  height: 40px;
}

.td_menu_right{
  background-image: url(../img/menu/yellow.gif);
  background-repeat: repeat;
  width: 720px;
  height: 40px;
}

.td_content_left{
  width: 200px;
  height: 1000px;
  vertical-align: top;
  background-image: url(../img/side2.jpg);
  background-repeat: no-repeat;
  background-color: #ffffcc;
  font-size:12px;
  font-weight: bold;
  color: #015738;
}

.td_content_right{
  width: 720px;
  height: 1000px;
  background-color: #ffffcc;
  text-align: justify;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

.content_div{
 height: 200px;
 overflow: auto;
}

.table_header{
  font-style: bold;
  color: #015738;
  height: 20px;
  background-image: url(../img/menu/yellow.gif);
  background-repeat: repeat;
  border: none;
}

.img_right{
  border-style: solid;
  border-width: 1px;
  border-color: #111111;
  margin: 5px;
  padding: 5px;
  float:right;
}

.img_left{
  border-style: solid;
  border-width: 1px;
  border-color: #111111;
  margin: 5px;
  padding: 5px;
  float:left;
}

.img_center{
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #111111;
  margin: 5px;
  padding: 5px;
}

.small-font{
  font-size:10px;
}

#flashcontent {
		height: 100%;
}
a {
	color: #015738;
	text-decoration: underline;
	font-weight: bold;
}.text_right {
	margin-left: 340px;
}
.unterschrift {
	font-family: "Edwardian Script ITC", sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size:26px;
	font-weight: bold;
	color: #015738;
	padding-top: 20px;
	padding-right: 5px;
	clear: both;
	word-spacing: 3pt;
	text-align: right;
}


