@charset "utf-8";
/* CSS Document */


a, a:visited {color:#00a9e0; text-decoration:none}
a:hover {color:#00a9e0; text-decoration:underline}

td {
	color:#4d4e53;
	font: 11px/140% Verdana, 'Geneva, sans-serif'
}
h1 {
	color: #009a49;
	font: normal 26px/140% Verdana, 'Geneva, sans-serif'; margin: 0 0 10px 0
}
h2 {
	color: #009a49;
	font: bold 14px/140% Verdana, 'Geneva, sans-serif'; margin: 12px 0 12px 0
}
h3 {
	color: #00a9e0;
	font: bold 12px/140% Verdana, 'Geneva, sans-serif';  margin-bottom: 8px

}
p {margin-bottom: 8px}


.textfeld, .freitext , .text-K {	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	background : #ffffff;
	color:#4d4e53;
	border : 1px solid #d7d7d7;
	margin-bottom: 6px;
	padding:0 2px 0 2px;
		-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;}

.textfeld {
	width: 375px;
	height:22px;
}



.text-K {
	width: 100px;	height:22px;
}

.freitext{
	width: 447px;
}

.buttonBig {
	width: 455px;
	height:23px;
	border : 1px solid #009a49;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #37ad6d;
	background-image: url(img/BG_send_button.gif);	
}



