body	{
	background: #ffffff;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
}



/*Main Colors*/
h1 {color: #999999;}

h2, h3, h4, strong {
	color: #60887d;
}





/*basics*/
a img {	border: 0;}


/* Links im laufenden Text */
a {	color: #60887d;	}

/*p a, a.active, a:hover {
	border-bottom: 1px solid #444;
}*/

hr {
	color : #FFFFFF;
	border-bottom : 1px dotted #60887d;
	height : 1px;
	clear : both;
	margin-bottom: 5px;
	margin-top: 2px;
}



h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 10px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 28px;
}


h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 5px 0;
}
	
h3 {
	font-size: 16px;
	margin: 10px 0 3px 0;	
}


h4 {
	font-size: 12px;
	margin: 10px 0 3px 0;	
}

h5 {
	font-size: 11px;
	margin: 3px 0 1px 0;	
}
h6 {
	font-size: 10px;
	margin: 2px 0 12px 0;	
}

p {
	margin: 0 0 10px 0;
	line-height: 160%;
}



input, textarea
{
  color:#60887d;
  background: #e9efee;
  border: 1px solid #60887d;
  padding-left : 3px;
  padding-top : 1px; 
  font-size:11px; 
 }

/*Listen
ul {
	padding: 0;
	margin: 0em 0 2em 2em;
	margin-top: 0px;
} */

ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}

ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;	
}
ul li {
	list-style-type: disc;
	padding-bottom: 0px;
	list-style-image: url(img/dot.gif);
} 







/*ul>li {
	margin-bottom: 1em;
	XXlist-style: square outside url(img/dot.gif);
}	

ul li {
	margin-bottom: 0;
	XXlist-style: square url(img/dot.gif) outside;
}	

ol>li {
	margin-bottom: 1em;
	list-style: decimal outside;
	list-style-image: none;
}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
	list-style-image: none;
}*/
