/* Farben

orange = #ab0707
grau = #ff0000

*/

html, body, div, p, h1, span, a, table, td, form, img {
	font-size: 11px;
	color:#000
}
body {
	background-image: url(img/hinten_orange.gif);
}
a {
	text-decoration: none;
	color:#FFF
}
#punkte2 {
	position:absolute;
	left: 300px;
	top: 200px;
	z-index:2;
	background: url(img/punkte_orange.gif) no-repeat;
	height: 350px;
	width: 780px;
}
/* -------- navigation --------  */



/* -------- inhaltsbereich --------  */

#titel {
	position:absolute;
	left:350px;
	top:270px;
	z-index:4;
}
#inhalt {
	position:absolute;
	left: 350px;
	top: 318px;
	z-index:5;
}
#col1 {
	width: 250px;
	height: 200px;
	float:left;
	margin-right: 50px;
}
#col2 {
	width: 250px;
	height: 200px;
		float:left;
}
#col3 {
	width: 205px;
	height: 210px;
	float:left;
	margin-right: 40px;
}
#col4 {
	width: 305px;
	height: 210px;
		float:left;
}
.absenden {
	color: #FFF;
	background: #FF9900;
	text-transform: none;
	width: 180px;
	height: 20px;
	border: 1px solid #FF9900;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
input {
	background: #FF9900;
	border: 1px solid #000000;
	width: 180px;
}
textarea {
	background: #FF9900;
	border: 1px solid #000000;
	width: 180px;
}
