h1 {
	font-size: 1.5em;
	color: #FF9900;
	border: 1px solid #FFFFFF;
	padding: 30px 5px 5px;
	background-color: #FFFFFF;
	font-weight: normal;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	padding-left: 5%;
	padding-right: 5%;
	background-image: url(bgverlauf2.jpg);
	background-repeat: repeat-x;
}
h2 {
	padding-left: 6px;
	font-size: 1.2em;
	color: #666666;
	font-weight: lighter;
}
p {
	padding-left: 20px;
	padding-right: 6px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
}
a:link {
	color: #FF9900;
}
a.button:link {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 1px dotted #333333;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-align: center;
	margin-left: 30%;
}
#content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
a.button2:link {

	background-color: #FFFFCC;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 1px dotted #FF9900;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-left: 30%;
}
li {
	list-style-type: square;
	font-size: 0.8em;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-image: url(pfeil.gif);
}

li a:link{
	text-decoration: none;
	
}

#spalte1 {
	width: 30%;
	margin-left: 20px;
	float: left;
}
#spalte2 {
	width: 30%;
	margin-left: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF9900;
}
#spalte3 {
	width: 30%;
	margin-left: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF9900;
}
li a:visited {

	text-decoration: none;
}
a:visited {

	color: #FF9900;
}
