/* Reset all */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	color: black; 
	background: white;
        background-image: url(bg.gif);
        background-repeat: repeat-x;	
	margin: 0; 
	padding: 0;
	font: 12px Franklin Gothic Medium, geneva, verdana, arial, sans-serif;
}

a, a:link, a:visited {
	color: #cc9900; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: transparent;
}

a:hover {
	color: #ffcc00;
}

ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}

li { margin-left: 2px; list-style: square inside; color: #800000}

h1, h2, h3, h4, h5, h6 {
	margin-top: 12px;
	margin-bottom: 6px;
}

p.align-center {
	text-align: center;
}

/* Bilder */

.csc-textpic-imagewrap {
	margin: 6px;
}

/* Kasten */

.kasten, .news-latest-item {
	border-color: rgb(222,222,222);
	border-width: 2px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.kasten .headline, .kasten h1, .kasten h2, .kasten h3, .kasten h4, .kasten h5,
.news-latest-item h1, .news-latest-item h2, .news-latest-item h3, .news-latest-item h4, .news-latest-item h5
{
	margin: 0;
	margin-left: -6px;
	margin-right: -6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 6px;
	background-color: rgb(222,222,222);
}

.news-latest-item h1 a, .news-latest-item h2 a, .news-latest-item h3 a, .news-latest-item h4 a, .news-latest-item h5, .news-latest-date a {
	color: black;
}

.news-latest-date {
	display: none;
}

/* Horizontale Menüs */
.horizmenu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-left: 358px;
  line-height: 100%;
}

.horizmenu ul
{
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style: none;
  margin-left: 100px;
  line-height: 100%;
}

.horizmenu li
{
  display: inline;
  margin-left: 0px;
  list-style-type: none;
  text-decoration: none;
}

#mainmenu {
  font: 10px Franklin Gothic Medium, geneva, verdana, arial, sans-serif;
  font-weight: normal;
  position: absolute;
  top: 49px;
  left: 0px;
  height: 15px;
  width: 100%;
  overflow: hidden;
  background-color: rgb(102,0,0);
  padding: 0;
  text-indent: 0px;
}

#mainmenu .active a {
	color: white;
}

#mainmenu a
{
  text-decoration: none;
  padding-right: 12px;
  color: #ffcc00;
}

#mainmenu a:hover
{
  color: white;
}

#submenu {
  font: 10px Franklin Gothic Medium, geneva, verdana, arial, sans-serif;
  font-weight: normal;
  position: absolute;
  top: 67px;
  left: 0px;
  height: 15px;
  width: 100%;
  overflow: hidden;
  background-color: rgb(51,51,51);
  padding: 0;
}

#submenu .active a {
	color: white;
}

#submenu a
{
  text-decoration: none;
  padding-right: 12px;
  color: #ffcc00;
}

#submenu a:hover
{
  color: white;
}

#content
{
	position: absolute;
	top: 175px;
	left: 346px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	padding-left: 12px;
	padding-right: 20px;
	padding-bottom: 40px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 211px;
	height: 157px;
	background-repeat: no-repeat;
}

#bgimage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 353px;
	height: 441px;
}

#leftside {
	position: absolute;
	top: 442px;
	width: 346px;
	padding-left: 30px;
	padding-right: 30px;
}

#leftside p {
	padding-bottom: 10px;
}

/* Erweiterungen für Mailformular */

.csc-mailform-field {
	margin: 5px 0px 5px 0px;
} 

.csc-mailform-field label {
	position: absolute;
	clear: both; 
}
.csc-mailform-field input,.csc-mailform-field textarea  {
	position: relative;
	border: 1px solid #666;
	margin-left: 220px;
	padding: 2px 2px 2px 2px;
}

/* .csc-mailform-submit {
	color: #cc9900; 
	padding: 5px 5px 5px 5px; 
	margin-top: 5px; 
	background-color: rgb(102,0,0);
	font-weight: bold;
} 
.csc-mailform-submit:hover {background-color: rgb(122,0,0);    }  */

/*.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}*/

.tx-felogin-pi1 legend {display:block; font-size: 110%; font-weight:bold; padding: 1em 0 1em 0; }
.tx-felogin-pi1 label {display:block; float:left; padding:0.2em 2em 0.2em 0; font-weight: bold; width: 10em;  }
.tx-felogin-pi1 input {clear:both; padding:0.2em 2em 0.2em 0.2em; border: 1px solid rgb(122,0,0); margin:0.1em 0.5em 0.1em 0; }

.tx-changepassword-pi1 legend {display:block; font-size: 110%; font-weight:bold; padding: 1em 0 1em 0; }
.tx-changepassword-pi1 label {display:block; float:left; padding:0.2em 2em 0.2em 0; font-weight: bold; width: 10em;  }
.tx-changepassword-pi1 input {clear:both; padding:0.2em 2em 0.2em 0.2em; border: 1px solid rgb(122,0,0); margin:0.1em 0.5em 0.1em 0; }
.tx-changepassword-err {color:#FF0000; font-size: 150%; font-weight: bold; } 
