body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(../images/template/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#header {
	background-image: url(../images/template/header-kopf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 670px;
}
#banner {
	background-image: url(../images/template/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	width: 840px;
	clear:both;
}
#main {
	background-image: url(../images/template/notiz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: auto;
	width: 840px;
}
#nav {
	float: left;
	height: auto;
	width: 240px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CA7025;
	margin-top:20px;
}
#content-frame {
	float: right;
	height: auto;
	width: 580px;
	margin-top:20px;
}
	#inhalt {
	float: left;
	height: auto;
	width: 410px;
	text-align:justify;
	line-height: 150%;
	}
	#rechts {
		float: right;
		height: auto;
		width: 160px;
		padding-top:116px;
		text-align:center;
	}
#footer {
	background-image: url(../images/template/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	width: 574px;
	padding-top: 8px;
	padding-right: 6px;
	text-align:right;
	margin-top:20px;
}
#footer a {
	color:#728B8B;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}
#footer a:hover {
	color:#cc0000;
	text-decoration:none;
}
#sub-footer {
	height: 18px;
	width: 574px;
	padding-top: 4px;
	padding-right: 6px;
	text-align:right;
	font-size:10px;
}
#sub-footer a {
	color:#728B8B;
	text-decoration:none;
}
#sub-footer a:hover {
	color:#cc0000;
}
/*NAV LEFT Begin */
#nav ul {	
	list-style: none;
	width: 230px;
	margin: 0 0 0px 0;
	padding: 0;
}	
#nav li a {
	font-size: 22px;
	font-weight:normal;
	height: 42px;
	text-decoration: none;
	color: #CA7025;
	display: block;
	padding: 10px 0px 0px 42px  ;
	background-image: url(../images/template/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}		
#nav li a:hover {
	background-image: url(../images/template/nav-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li a.active {
	background-image: url(../images/template/nav-active.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFF;
}
/* Formulare 
-----------------------------------------------------*/
label {
	width:58px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	margin-right:6px;
}
input {
	width:150px;
	margin-bottom:3px;
	border:1px solid #728B8B;
}
input.long {
	width: 250px;
}
textarea {
	width:250px;
	height:158px;
	border:1px solid #728B8B;
}
.button {
	background-image:url(../images/template/bg-button.png);
	color:#000;
	border:1px solid #728B8B;
	background-image: url(../images/template/bg-button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:150px;
}
#inhalt .button {
	width:250px;
}
/* Layout / Spaltensatz
-------------------------------------------------------*/
.col-right {
	float: right;
	height: auto;
	width: 49%;
}
.col-left {
	float: left;
	height: auto;
	width: 49%;
}
.col-right-35 {
	float: right;
	height: auto;
	width: 34%;
}
.col-left-65 {
	float: left;
	height: auto;
	width: 64%;
}
.col-left-35 {
	float: left;
	height: auto;
	width: 34%;
}
.col-right-65 {
	float: right;
	height: auto;
	width: 64%;
}
.col-right-25 {
	float: right;
	height: auto;
	width: 24%;
}
.col-left-75 {
	float: left;
	height: auto;
	width: 74%;
}
.col-left-25 {
	float: left;
	height: auto;
	width: 24%;
}
.col-right-75 {
	float: right;
	height: auto;
	width: 74%;
}
#inhalt ul {
	margin: 0px;
	padding: 5px 0 0 24px;
}
#inhalt li {
	list-style-image: url(../images/template/bg-liste-content.jpg);
	font-size:12px;
	text-align:left;
	font-style:italic;
}
#inhalt a {
	text-decoration:none;
	color:#C00;
}
#inhalt a:hover {
	background-color:#C00;
	color:#fff;
}