html, body {
  color:#333333;
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  font-variant: normal; 
	margin: 0px;
  padding: 0px 0px 0px 0px;
}

.sehrklein {
  font-size: 9px;
  font-style: normal; 
 	line-height: 1.5em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }
  
.kleiner {
  font-size: 10px; 
  font-style: normal; 
	line-height: 1.5em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }

.klein {
  font-size: 11px; 
  font-style: normal; 
	line-height: 1.5em;
  line-height: 15px; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }

.normal {  
  font-size: 12px; 
	line-height: 1.5em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }
  
.gross {
  font-size: 14px; 
  font-style: normal; 
	line-height: 1.5em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }
  
.groesser {
  font-size: 16px; 
  font-style: normal; 
	line-height: 1.5em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }

.sehrgross {
  font-size: 18px; 
  font-style: normal; 
	line-height: 1.5em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }
  
h1	{
  font-family: trebuchet MS, Arial, sans-serif; 
  color:#EE5100;
  text-shadow: 4px 4px 2px #dddddd;
	font-size: 18px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
	} 

h2	{
	font-family: trebuchet MS, Arial, sans-serif;
  color:#EE5100;
  text-shadow: 4px 4px 2px #dddddd;
	font-size: 16px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
	}
  
h3	{
  font-family: trebuchet MS, Arial, sans-serif;
  color:#EE5100;
  text-shadow: 3px 3px 2px #dddddd;
	font-size: 14px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
	}

h4	{
  color:#4E4D4C;
	font-size: 12px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
	}

h5	{
  color:#4E4D4C;
	font-size: 11px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
	}

h6	{
  color:#4E4D4C;
	font-size: 10px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
	}

p {  
  font-size: 12px; 
	line-height: 1.5em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  }

a	{
  color: #333333;
	text-decoration: none;
	cursor: pointer;
	}

a:hover	{
  color: #333333;
	text-decoration: underline;
	cursor: pointer;
	}
	
.hyperlinks {
  color: #333333;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;  
}

.hyperlinks:hover	{
  color: #333333;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
	
ul {
	margin: 0px 0px 1em 0px;
  padding-left: 40px;
	padding-top: 0px;
	list-style-type: square;
	line-height: 1.5em;
}

ol {
	margin: 0px 0px 1em 0px;
  padding-left: 40px;
	padding-top: 0px;
	line-height: 1.5em;
}

li {
 line-height: 1.5em;
}

hr {
	border-bottom: solid #333333 1px;
	border-top: solid #ffffff 0px;
	border-left: solid #FFFFFF 0px;
	border-right: solid #FFFFFF 0px;
 	/* folgende beiden CSS-Definition für IE 7, CB, 21.08.2009 */
	display: block;
	vertical-align: top;
	margin: 5px 0px 5px 0px;
}

th {
  vertical-align: middle;
  background-color: #cccccc;
  text-align: left;
}