body	{
	background: #ffffff;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
}

/*Main Colors*/

h1, h2 {color: #CC0000;}

h3, h4 { color: #666666;}


/*basics*/

a img {	border: 0;}

/* Links im laufenden Text */

a {	color: #666666;	}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

/*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: 150%;
	font-weight: normal;
	margin: 0.2em 0 0.6em;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #CC0000;
}

h2 {
	font-size: 130%;
	line-height: 1.4em;
	margin: 1.2em 0 0.4em;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	margin: 10px 0 3px 0;	
}


h4 {
   font-size: 100%;
	margin: 10px 0 3px 0;	
}

h5 {
	color: #FF9900;
	font-size: 100%;
	line-height: 1.4em;
}


p {
	margin: 0.6em 0;
	line-height: 1.5em;
	padding: 0px;
}

input, textarea {
	color:#990000;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding-left : 3px;
	padding-top : 1px;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

input[type="submit"] {
	color:#666666;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size:80%;
	font-weight: bold;
	padding: 2px 1px;
}

/*Listen

ul {

	padding: 0;

	margin: 0em 0 2em 2em;

	margin-top: 0px;

} */



ul {
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1.2em;
	margin-left: 0em;
	padding-left: 2em;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul li {
	list-style-type: square;
	padding: 0px;
	margin-top: 0em;
	margin-bottom: 0.4em;
} 

ol {
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-left: 2.4em;
	padding-top: 0;
	padding-bottom: 0;
}
ol li {
	list-style-type: decimal;
	padding: 0px;
	margin-top: 0em;
	margin-bottom: 0.3em;
} 

table {
	font-size: 100%;
	line-height: 1.4em;
}

/*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;

}*/

