/* CSS Document */
body{
	background:url(../img/bg2.jpg) #53aa27 no-repeat top center;
	background-attachment:fixed;
	background-color:#53aa27;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	padding:0;
	margin:0;
	text-align:center;
}

a{
	text-decoration:none;
	color:#005f2c;
}

a:hover{
	text-decoration:underline;
	color:#005f2c;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#005f2c;
}

table.content {
	width:575px;
	margin:0 auto; 
}

td {
	text-align:left;
	vertical-align:top;
	color:#005f2c;
}
td.middle {
	vertical-align:middle;
}

.noborder {
	border: 0px;
}
.kader {
	border: 1px solid #005f2c;
}

.padtwenty {
	padding: 20px;
}

.lefttop {
	background:url(../img/kader_top.png) top left no-repeat;
	height:32px;
}
.leftbot {
	background:url(../img/kader_bot.png) top left no-repeat;height:25px;
}
.leftcontent {
	background:url(../img/kader_bg.png) top left repeat-y;
}
.paddingkaderleft {
	padding: 10px;
	padding-top:0px;
	padding-left:12px;
}
.kltitel {
	padding: 10px;
	padding-top:4px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* CONTACTFORM 
------------------------------------------- */
#contactform label{
	display:block;
	width:80px;
	float:left;
	font-size:11px;
}

#contactform input{
	float:left;
	width:200px;
	font-size:11px;
	border:1px solid #b6d598;
}

#contactform textarea{
	width:200px;
	height:150px;
	font-size:11px;
	border:1px solid #b6d598;
}

#contactform input.knop{
	width:80px;
	float:none;
	font-size:11px;
	border:1px solid #b6d598;
}

