body
{
 font-family: Arial,Helvetica,Verdana;
 background-color:silver;
 font-size:13px;
 line-height: 20px;


}


body, p, table
{
 font-family: Arial,Helvetica,Verdana;
 font-size:13px;
 line-height: 20px;


}

h1 {font-size:18px;color:#000000;margin-bottom:5px; margin-top:30px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin:0px;}



table.sample {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #DCDCDC;
}
table.sample th {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(191, 191, 191);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: #DCDCDC;
	-moz-border-radius: 0px 0px 0px 0px;
}




ul, li {
	margin-left: 10;
	padding-left: 0;
	text-indent: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;

	
}

.lauftext  { font-size: 13px; line-height: 20px;}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
 font-size:13px;

}
a:active, a:hover
{ 
  color:#BACCA2;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#F3F9FF;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#8F9F7A;
}

/* Die Titelzeile */
#title {
height:120px;
padding:15px;
text-align:center;
background-image: url(images/header.jpg);
}

/* Das Menü */
#menu {
color:#ffffff;
background-color:#B4C998;
text-align:right;
padding-top:5px;
padding-bottom: 3px;
}

/* Der Inhalt */
#content {

background-color:white;
padding:0px;
color:#000000;
margin-bottom: 0px;
 font-size:12px;
	line-height: 20px;

}


