@charset "utf-8";
/* CSS Document */

.Verdana-weiss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.verdana-schwarz {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/bg.jpg);
	background-repeat: repeat-x;
}
a:hover {
font-weight : normal;
font-size : 12px;
font-family : verdana;
color : #000000;
text-decoration : normal;
} 

a:visited, a:link, a:active {
font-weight : normal;
font-size : 12px;
font-family : verdana;
color : #000000;
text-decoration : normal;
} 
#wrapper {
	width: 744px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#left {
	float: left;
	width: 48px;
}
#right {
	float: right;
	width: 696px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 361px;
}
#content {
	background-image: url(images/cbg.jpg);
	background-repeat: no-repeat;
	height: 431px;
	padding: 0 30px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	padding-top: 45px;
	color: #b2881f;
}
#c1 {
	float: left;
	width: 180px;
	padding-top: 5px;
}
#c2 {
	float: right;
	width: 420px;
}
#c1 ul {
	list-style-image: url(images/bullet.png);
	margin: 0;
	padding: 5px 0 0 15px;
}
.greentext {
	color: #688b0f;
	font-weight: bold;
}
.leftimg {
	float: left;
	padding-right: 7px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#c2 input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#c2 textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}
