html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/containerhg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #333333;
	background-color: #484848;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
	background-color: #484848;
	background-image: url(img/hgbody.gif);
	background-repeat: repeat-x;
}


/* Allgemeines */
fieldset {
	border: none;
}

input, textarea, select {
	border: #99967F 1px solid;
	background: url(img/hgtextarea.gif) repeat-x top left;
	background-color: #E5E5E5;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 4px;
}
input.csc-mailform-submit {
	border: #cccccc 1px solid;
	background-color: #666666;
	background-image: none;
	color: #FFFFFF;
	margin-top: 5px;
}
label { /* Alle Labels UND Formularelemente ausw?hlen */
  display: block;
  width: 250px; /* Breite.*/
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C61900;
}
#spalteleft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #F2F2F2;
	padding: 3px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 6px;
	color: #666666;
}
a {
	text-decoration: none;
	color: #744927;
}
a img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
#inhaltinner ul {	
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	list-style: none;
}
#inhaltinner ul li {
	list-style: none;
	height: auto !important;
	height: 1px;
	padding: 0 0 0px 20px;
	background: url(/fileadmin/templates/img/listenpunkt.gif) no-repeat 0 0;
}
#inhaltinner a:hover {
	background-color: #744927;
	color: #FFFFFF;
	text-decoration: none;
}	
#sitemap ul {
	margin-left: 0px;
}
#sitemap ul ul {
	margin-left: 0px;
}
#sitemap ul ul ul {
	margin-left: 0px;
}
#sitemap li.eins {
	list-style: none; 
	height: auto;
	background-image: none; 
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
}
#sitemap li.zwei {
	list-style: none;
	height: auto !important;
	height: 1px;
	padding: 0 0 0 20px;
	background: url(/fileadmin/templates/img/listenpunkt.gif) no-repeat 0 0;
	font-weight: normal;
	font-size: 12px;
}
#sitemap li.drei {
	list-style: disc; 
	background-image: none; 
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
}


/* Boxen & Wraps */

#container {
	background-image: url(img/containerhg.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 800px;
	height: 100%;
	margin: auto;
	padding: 0;
	text-align: left;
	color: #333333;
}

#containerinner {
	background-color:#E1E1E1;
	margin: 0 14px;
	height: 100%;
}
#bereichheader {
	background: url(img/headerhg.jpg) no-repeat top left;
	height: 262px;
	width: 772px;
}
#topmenu {
	text-align: left;
	float: left;
	width: 21px;
	height: 82px;
}
#logoouter {
	float: right;
	width: 310px;
	height: 80px;
}
#logoinner {
	width: 310px;
	padding-top: 8px;
}
#notizouter {
	width: 100%;
	margin-top: 20px;
}
#notizinner {
	margin-left: 400px;
	width: 300px;
}
#notizinner h1 {
	font-size: 24px;
	font-weight: bold;
	color: #AD6E3B;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-left: 0px;
}
#notizinner p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
}
#notizinner a {
	padding: 5px;
	background-color: #CCCCCC;
	color: #585858;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#notizinner a:hover {
	color: #FFFFFF;
}
/* c61900 */
#mainmenu {
	width: 100%;
	background-color: #6B6B6B;
}
#mainmenu a {
	text-decoration: none;
}
#inhaltouter {
	width: 100%;
	background-color: #FAFAFA;
}
#inhaltinner {
	padding: 8px 18px;
}
#spaltencontainer {
	width: 100%;
	float: left;
}
#spalteleft {
	float: left;
	width: 280px;
	font-size: 11px;
	padding-right: 40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 240px;
}
html>body #spalteleft {
	width: 240px;
}
#spalteright {
	float: left;
	width: 470px;
}
#footerouter {
	text-align: center;
    height: 5%;
	min-height: 40px;
	background: url(img/footerhg.gif) repeat-x top left;
}
#footerinner {
	margin: 0 14px;
	padding: 14px;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
#footerinner a {
	color: #999999;
	text-decoration: none;
}
#footerinner a:hover {
	color: #666666;
	text-decoration: none;
}
/* 2 Spalten */
#zweispalten {
	width: 100%;
}
#linkespalte {
	float: left;
	width: 65%;
}
#rechtespalte {
	float: right;
	width: 30%;
	font-size: 11px;
}
.clear {
	clear: both;
	visibility: hidden;
}
.tx-guestbook-list-table {
border: 1px solid #333333;
}
/* Newsbox */
.box {
	margin-top: 20px;
	width: 200px;
	background: url(img/div-bottom.gif) no-repeat bottom left;
	margin-bottom: 20px;
	font-size: 11px;
}
.box a {
	text-decoration: none;
}
.box a:hover {
	color: #999999;
	text-decoration: none;
}
.box h3 {
	background: url(img/h3-bg.gif) no-repeat top left;
	margin: 0px;
	padding: 6px 8px 4px 10px;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
}
.box ul {
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.box p {
	margin: 0px;
	padding: 14px 10px 14px 10px;
	border-bottom: #000000 1px solid;
	margin-bottom: 10px;
}
.box .boxtrenner {
	margin: 0px;
	padding: 14px 10px 14px 10px;
	border-bottom: #000000 1px solid;
	margin-bottom: 10px;
}
.box .boxtrenner h4 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
.box .boxtrenner h5 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}	
.box ul li {
	margin: 0 0 6px;
	padding: 0px;
}
/* Verschiedenes */
.csc-menu csc-menu-1 {
	margin: 0px;
	padding: 0px;
}
.csc-textpic-imagerow {
	margin-bottom: 8px;
}
.jm-gallery-album-entry {
	height: 220px;
	font-size: 11px;
}
.jm-gallery-album-entry:hover {
	background-color: #666;
	color: #FFF;
}