html, body {
  color:#333333;
  font-family: Verdana, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  font-variant: normal; 
	margin: 0px;
  padding: 0px 0px 0px 0px;
}
/*Schriftarten des WYSIWYG Editors
ACHTUNG: AUCH IN DER style.css ändern!!!
*/
.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: 9px;
  }
  
.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: 10px;
  }

.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: 15px;
  }

.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: 17px;
  }
  
.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: 19px;
  }
  
.sehrgross {
  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: 21px;
  }
  
h1	{
  color:#333333;
	font-size: 14px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 16px;
	} 

h2	{
	color:#333333;
	font-size: 12px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 14px;
	}
  
h3	{
  color:#333333;
	font-size: 12px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 12px;
	}

h4	{
  color:#333333;
	font-size: 11px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 11px;
	}

h5	{
  color:#333333;
	font-size: 10px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 10px;
	}

h6	{
  color:#333333;
	font-size: 9px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
  margin-bottom: 9px;
	}

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: 17px;
  }

a	{
	text-decoration: none;
	cursor: pointer;
	}

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

.hyperlinks:hover {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;  
}
	
hr	{
  border-top: 1px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  border-left: 0px solid;
	height: 1px;
	color: #9f997d;
	}

ul {
	margin: 10px 0px 10px 0px;
  padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-type: square;
	line-height: 1.5em;
}

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

li {
 line-height: 1.5em;
}
