/* CSS Document */
html, body {
	padding: 10px 0px;
	margin: 0px;
}
body {
	background: url(../_images/bodybg.png) repeat-x top #0F1C24;
	text-align: center;
	color: #f0f0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background: url(../_images/contentbg.png) repeat-y;
	width: 756px;
	margin: auto auto;
	text-align: left;
}
#head {
	width: 756px;
	height: 207px;
	background: url(../_images/headbg.jpg) no-repeat;
}
#navi {
	width: 129px;
	padding: 0px 35px 0px 45px;
	float: left;
	background: url(../_images/navibg.png) no-repeat top;
}
#navifoot {
	width: 209px;
	height: 47px;
	float: left;
	background: url(../_images/navibottom.png) no-repeat bottom;
}
#foot {
	width: 520px;
	float: left;
	padding: 0px 27px 0px 0px;
	text-align:right;
	font-size: 80%;
	color: #a0a0a0;
}
#foot a {
	color: #a0a0a0;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#navi a {
	display: block;
	width: 129px;
	line-height: 45px;
	padding-bottom: 3px;
	background:url(../_images/linenavi.png) no-repeat bottom;
	color: #a0a0a0;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#navi a:hover, #navi a.aktiv {
	color: #f0f0f0;
}
#inlinenavi {
	padding: 5px;
	border-top: 1px solid #202D35;
	border-bottom: 1px solid #202D35;
}
#inlinenavi a {
	display: block;
	float:left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #a0a0a0;
	color: #a0a0a0;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#inlinenavi a:hover, #inlinenavi a.aktiv {
	color: #f0f0f0;
	text-decoration: none;
}
#content {
	width: 520px;
	float: left;
	padding: 0px 27px 0px 0px;
	line-height: 150%;
}
#content a {
	color: #a0a0a0;
	text-decoration: none;
}
#content a:hover {
	color: #f0f0f0;
	text-decoration: underline;
}
hr {
	border: 0px solid #202d35;
	border-top: 1px solid #202d35;
	border-bottom: transparent;
	height: 1px;
	margin: 2px 0px;
}
h1 {
	font-variant: small-caps;
	font-size: 24px;
	margin-top: 5px;
}
h1:first-letter {
	font-size: 28px;
}
h2 {
	font-variant: small-caps;
	font-size: 16px;
	margin-top: 5px;
}
h2:first-letter {
	font-size: 20px;
}
img {
	border: none;
}
.cl {
	clear: both;
}
.imgleft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.tdbg1 {
	background-color: #182a35;
}
/***********************************************************/
#kontaktformular label {
	display: block;
	color: #f0f0f0;
	padding: 2px;
	font-weight: bold;
}

#kontaktformular input, #kontaktformular textarea {
	width: 410px;
	border: 1px solid #c5dc9a;
	padding: 4px 2px 0px 2px;
	font-size: 11px;
	height:18px;
	display: block;
	background: url(../_images/inputbg.png) repeat-x #74A20D;
}
#kontaktformular textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
}
/*#kontaktformular .button {
	margin-top: 5px;
	height: 22px;
	width:416px;
	color: #f0f0f0;
	font-weight: bold;
	background-color: #4759c3;
	padding: 0px;
	border: none;
}*/
#kontaktformular #submit {
	background: url(../_images/busenden.png) no-repeat;
	width: 413px;
	height: 29px;
	color: transparent;
	border: none;
	margin: 15px 0px;
}
#kontaktformular #submit:hover {
	background: url(../_images/busendenover.png) no-repeat;
}
#kontaktformular .required {
	border: 1px double #db0005;
}
#kontaktformular .filedok {
	border-color: #c5dc9a;
}
#kontaktformular .halfsize {
	width: 202px;
	display: inline;
}