/* CSS Document */

body{
	margin: 0;
	background-image: url(../grafiken/punkt_hintergrundgruen.jpg);
}

.content{
	color: #41454b;
	font: 11px/16px Arial;
}

.contentwhite{
	color: #fff;
	font: 11px/16px Arial;
}

.error{
	color: #e37502;
	font: 13px/16px Arial;
}

.headline_news{
	color: #e37502;
	font: 18px Arial;
}

.formular{
	color: #41454b;
	font: 11px Arial;
	background-color: #fff;
	border-style: none;
}

.smallorange{
	color: #e37502;
	font: 9px Arial;
}

.headlineorangebig{
	color: #75797f;
	font-size: 16px;
	font-weight: bold;
}

a.linkinside{
	color: #e37502;
	font: 11px/16px Arial;
	text-decoration: none;
}