/*Style Sheet
URL: www.niederthai.at  -> welcome site
Author: Franz-Josef Falkner
*/

body{
	background-color:#E4F3AF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
  }

.h1{
  font-size:16px;
  font-weight:bold;
}
.h2{
  font-size:14px;
  font-style:italic;
}
.hl1{
  width:760px;
  border-bottom:dotted;
  border-bottom-width:2px;
  border-top-width:0px;
  height:0px;
  color:#769216;
  align:left;
  margin-top:0px;
}
.myP{
  margin-bottom:3px;
  margin-left:8px;
  width:700px;
  padding-bottom:2px;
  align:left;
}

.text{
  font-size:12px;
  font-weight:normal;
  color:#000000;
  line-height:19px;
  text-align:justify;
}
.imageL{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
li{
  list-style-type:square;
}
.mess{
  font-size:11px;
  line-height: 13px;
  margin-left:2px;
  margin-right:2px;
  margin-top:1px;
  margin-bottom:1px;
}

.link{
  width:155px;
  font-size:11px;
  text-align:right;
  margin-right:2px;
}

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

