html, body {
  color:#333333;
  font-family: lucida Grande, 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.7em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }
  
.kleiner {
  font-size: 10px; 
  font-style: normal; 
	line-height: 1.7em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }

.klein {
  font-size: 12px; 
  font-style: normal; 
	line-height: 1.7em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }

.normal {  
  font-size: 14px; 
	line-height: 1.5em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }
  
.gross {
  font-size: 16px; 
  font-style: normal; 
	line-height: 1.7em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }
  
.sehrgross {
  font-size: 18px; 
  font-style: normal; 
	line-height: 1.7em; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }
  
h1	{
  color:#333333;
	font-size: 18px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
	line-height: 1.7em;
	} 

h2	{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
	line-height: 1.7em;
	}
  
h3	{
  color:#333333;
	font-size: 14px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
	line-height: 1.7em;
	}

h4	{
  color:#333333;
	font-size: 14px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
	line-height: 1.7em;
	}

h5	{
  color:#333333;
	font-size: 14px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
	line-height: 1.7em;
	}

h6	{
  color:#333333;
	font-size: 14px;
	font-weight: bold;
  padding: 0 0 0 0px;
  margin-top: 0px;
	line-height: 1.7em;
	}

p {  
  font-size: 14px; 
	line-height: 1.7em;
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
  padding: 0 0 0 0px;
  margin-top: 0px;
  }

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

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

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

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

ol {
	font-size: 14px;
  margin: 10px 0px 10px 0px;
  padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 1.7em;
}

li {
 line-height: 1.7em;
}

.liOkButton {
  list-style-image: url(/webelements/filepool/site/icons/ok-button16.png);
  line-height: 1.7em;
}

.calltoaction {
    background: url(/filepool/site/sitelayout/buttons.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 20px;
    padding: 10px 0px 11px;
    position: relative;
    text-align: center;
/*    text-shadow: 0 -1px 0 #666666;*/
    top: 5px;
    width: 302px;
}

.calltoaction:hover {
    background-position: 0 -50px;
    text-decoration: none;
}

.calltoaction:active {
    background-position: 0 -99px;
    text-decoration: none;
}
