a.box2:link, a.box2:visited { COLOR: #ffffff; text-decoration: none; background-image: url(../_bilder/box_pfeil_blau.png);	background-position: left; background-repeat: no-repeat; padding-left: 30px; line-height: 20px; font-weight: bold;}
a.box2:active { COLOR: #ffffff; text-decoration: underline; background-image: url(../_bilder/box_pfeil_gruen.png); background-position: left; background-repeat: no-repeat; padding-left: 30px; line-height: 20px; font-weight: bold;}
a.box2:hover { COLOR: #ffffff; text-decoration: underline; background-image: url(../_bilder/box_pfeil_gruen.png); background-position: left; background-repeat: no-repeat; padding-left: 30px; line-height: 20px; font-weight: bold;}

a.content:link, a.seite:visited { COLOR: #000000; text-decoration: underline; }
a.content:active { COLOR: #0059a5; text-decoration: underline; }
a.content:hover { COLOR: #0059a5; text-decoration: underline; }

p{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 10px;
}

h2{
	background-image: url(../_bilder/box.png);
	background-position: 0 8px;
	background-repeat: no-repeat;
	line-height: 27px;
	padding: 7px 0px 0px 30px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px 0px -5px;
	color: #ffffff;
}

h3{
	background-image: url(../_bilder/box.png);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 27px;
	padding: 0px 0px 0px 30px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 2px 5px;
	color: #013400;
}

body{
	text-align: center;
	background-color: #ffffff;
	background-image:url(../_bilder/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

#main{
	width: 850px;
	margin: auto auto;
	padding: 0;
	border: 0px solid #ffffff;
}

#middle{
	width: 850px;
	border: 0px solid #000000;
	margin: 0px;
	background-image:url(../_bilder/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.box{
	text-align: left;
	float: left;
	margin-left: 40px;
	margin-top: 150px;
	width: 150px;
	min-height: 200px;
	height: 200px;
}

#content{
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 850px;
	clear: left;
}

#right{
	float:right;
	margin-bottom: 30px;
	padding-right: 10px;
	width: 400px;
	background-color:#cfe5fd;
	border: 0px solid #000000;
	-Moz-Border-Radius-TopLeft: 10px;
	-Moz-Border-Radius-TopRight: 10px;
	-Moz-Border-Radius-BottomLeft: 10px;
	-Moz-Border-Radius-BottomRight: 10px;
}

#left{
	float:left;
	margin-bottom: 30px;
	padding-left: 10px;
	width: 400px;
	background-color:#cfe5fd;
	border: 0px solid #000000;
	-Moz-Border-Radius-TopLeft: 10px;
	-Moz-Border-Radius-TopRight: 10px;
	-Moz-Border-Radius-BottomLeft: 10px;
	-Moz-Border-Radius-BottomRight: 10px;
}

#mittig{
	float:left;
	margin-bottom: 30px;
	width: 850px;
	background-color:#cfe5fd;
	border: 0px solid #000000;
	-Moz-Border-Radius-TopLeft: 10px;
	-Moz-Border-Radius-TopRight: 10px;
	-Moz-Border-Radius-BottomLeft: 10px;
	-Moz-Border-Radius-BottomRight: 10px;
}

form{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.feld{
	padding-left: 4px;
	padding-top: 1px;
	background-image: url(../_bilder/suchfeld.jpg);
	font-family: Arial;
	font-size: 11px;
	margin: 2px;
	color: #000000;
	border: 1px solid #ffffff;
	border-style: solid;
	width: 250px;
}

.button{
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	color: #000000;
	background-image: url(../_bilder/button.jpg);
	border: 1px solid #ffffff;
}

#footer {
	color: #ffffff;
	line-height: 30px;
	clear:both;
	min-height: 30px;
	height: 30px;
	background-color: #0059a5;
	text-align: center;
	margin: auto;
	margin-top: 0px;
}


TABLE.newsletter {
	width: 360px;
	margin: 0 auto;
}

TABLE.newsletter TR TH {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

/*
	ERRORS
*/
.show_form_error, telluser_error {
	color: #AF151B;
	background-color: #FFFFCF;
	border: 1px solid #AF151B;
	padding: 2px;
	margin: 1px 0;
	width: 249px;
	margin-left: 3px;
	margin-bottom: 4px;
	font-size: 11px;
}

.error {
	background-image: url(../_bilder/suchfeld_error.jpg);
	border: 1px solid #fee;
}


.telluser_ok {
	color: #357F0F;
	background-color: #DFFFCF;
	border: 1px solid #357F0F;
	padding: 4px;
	margin: 1px 0;
	text-align: center;
}

.telluser_error {
	color: #AF151B;
	background-color: #fee;
	border: 1px solid #AF151B;
	padding: 4px;
	text-align: center;
}

