html {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:auto;
	margin-top:	0px;
	padding: 0px;
	overflow-y: scroll;
}

body {
	font-size: 13px;
	margin:auto;
	margin-top:	0px;
	padding: 0px;
	background-image: url(../images/bg-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #2D540D;
	background-color: #DEDF9E;
	text-align: center;
}

ul, li {
	margin: 0px;
}

a {
	color:inherit;
	outline:none;
}

p {margin: 0px;}

a:hover {
	color: #875820;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:13px;
	margin: 5px 0px;
}

h1 {
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

.clear {
	clear: both;
}

.center {
	margin: auto;
	width: 980px;
}

hr {
	border-top: 1px dashed #1D802D;
	font-size: 12px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.header {
	background-color: #FFF;
	color: #005615;
}

address {
	font-style: normal;
}

div.navigation {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 30px;
	font-size: 9px;
	margin: 20px 50px 15px 50px;
	color: #699360;
}

div.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.navigation ul li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	height:30px;
	float: left;
}

a.navigation {
	color: #023e28;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 0px 7px;
}

a.navigation_aktiv {
	color: #422902;
	text-decoration: none;
	text-align: center;
	display: block;
	background-image:url(../images/bg-navi-aktiv.gif);
	background-position:center bottom;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	font-size: 14px;
	padding: 0px 4px;
	margin: 0px 3px;
}

a.navigation:hover, a.navigation_aktiv:hover {
	color: #82B5D2;
}

.content {
	color: #422902;
	background-color: #FFF;
	text-align: left;
	font-size: 13px;
}

input, textarea, select {
	font-size: 14px;
	font-style: normal;
	color: #336600;
	margin: 5px 5px 0px 5px;
	padding: 1px;
	font-family: Verdana, Geneva, sans-serif;
}

.image {
}

.image-links {
	float:left;
}

.image-rechts {
	float:right;
}

.image-flag {
	border:0px solid #CCC;
	padding: 0px;
	background-color: white;
	margin: 5px 1px;
}

.footer {
	width: 960px;
	margin: auto;
	color: #2B570A;
	text-align: center;
	font-size: 11px;
}

a.footer {
	color:#2B570A;
	font-size: 11px;
}
a:hover.footer    {
	color:  #82B5D2;
}
blockquote {
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

h1.toptitle {
	font-size: 10px;
	font-weight: normal;
	color: #7B9F5B;
	margin: 3px auto;
}

.small-red {
	color: #D45F55;
	font-weight: bold;
	font-size: 11px;
}

.send {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFDF0;
	background-color: #7B9F5B;
	margin: auto;
	height: 35px;
	width: 60%;
	cursor: pointer;
}

.text {
	background-color: #FFF4B7;
}

.pad5 {
	padding:5px;
}

.pad10 {
	padding:10px;
}

.pad15 {
	padding:15px;
}
.lightyellow {
	background-color:#FFFDF0;
}

#formular em {
	color: #7B8260;
}

.gray {
	color: #7B9F5B;
}

