@charset "UTF-8";
/************************************************/
/* Erstellung: 26.01.2009                       */
/* Autor: Stephan Schindel / Paul Klein / Ralf Ibs - inixdata GmbH */
/* Dateiname: standard.css                      */
/* Bildschrimauflsung: 1024px                  */
/* Unterstuetzte Browser:Firefox                */
/* gehrt zum Designtemplate oldesloe.html      */
/************************************************/
@import url("typo3ext.css");
@import url("waswoTabelle.css");
/*---------- Formular -------------------*/
div#inhalt form {
  width: 200px;
  margin: 0 0 0 10px;
  padding: 25px 0;
  color: #000;
  float: left;
}

div#inhalt form div.csc-mailform-field {
  float: left;
  width: 450px;
  margin-bottom: 3px;
  position: relative;
  height: 20px;
}
div#inhalt form div.csc-mailform-field label {
  clear: left;
  float: left;
  width: 110px;
  padding-left: 20px;
  font-weight: bold;
} 

div#inhalt form div.csc-mailform-field input {
  width: 200px;
  border: 1px solid #000;
  left: 160px;
  position: absolute;
}
div#inhalt form div.csc-mailform-field textarea {
  width: 200px;
  height: 60px;
  left: 160px;
  border: 1px solid #000;
  position: absolute;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-check {
  border: 1px solid #000;
  left: 0px;
  top: 15px;
  width: 15px;
  position: relative;
  margin-top: 3px;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-submit {
  border: 1px solid #000;
  left: 160px;
  position: absolute;
  margin-top: 3px;
  margin-bottom: 2px;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-reset {
  border: 1px solid #000;
  left: 160px;
  position: relative;
  margin-top: 3px;
}
div#inhalt form div.csc-mailform-field input.csc-mailform-radio fieldset#mailformAnrede{
  float: left;
  left: 160px;
  width: 400px;
  margin-bottom: 3px;
  position: relative;
  height: 180px; 
}

#mailformAnrede{
  margin-left: 30px;
}

/***********************************************/
/* HTML-tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-color: #FAFFE8;
}

a, a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #297F2A;
	text-decoration: none;
}
a img {
	border: 0px;
}
a.internal-link {

}
h1 {
	font-size: 14pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	font-size: 14pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	
}

h3 {
	font-size: 12pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-size: 12pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}


h5 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-decoration: underline;
}

h6 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}


input{
	margin:0px;
	padding:0px;
}

table{
	margin:0px;
	padding:0px;
}
td {
	font-size: 10pt;
}
img{
	margin:0px;
	padding:0px;
	border: none;
}

form{
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
	font-size: 10pt;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

ol {
	margin-top: 3px;
	margin-bottom: 3px;
}
/* ABC - Leiste */
.bodytext {
	font-size: 8pt;
}

/* Tabellendarstellung */
table.contenttable {
	width: 100%;
}
/* erste zeile einer Tabelle*/
th {
	font-weight: bold;
	font-size: 8pt;
}
/* Abwechselnde Zeilenhintergruende */
.tr-even {
	background-color: #E5F0BA; /* #FAFFE8; */
	font-size: 8pt;
}
.tr-odd {
	background-color: #FFFFFF;
	font-size: 8pt;
}
/*.tr-even {
	background-color: #E6E686;
	font-size: 8pt;
}
.tr-odd {
	background-color: #EDEEAB;
	font-size: 8pt;
}
*/
.td-0 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 225px;
}
.td-1 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}
.td-2 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 125px;
}
.td-3 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}
.td-4 {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 100px;
}
.td-last {
	padding: 4px;
	vertical-align: top;
	font-size: 8pt;
	width: 50px;

}

/***********************************************/
/* Layout Divs (Seitenstruktur)                */
/***********************************************/

#wrapper {
	width: 1000px;
	margin: auto auto auto auto;
	text-align: left;
	border: 1px solid #887C67;
	background-color: #FAFFE8;
}

#kopfkontainer{
	text-align: right;
}

#topbanner{
	height: 100px;
}
#subtitel {
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin-top: 50px;
	margin-left: 210px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
#navBarRechts{
	float: right;
	width: 185px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 3px;
	color: #000000;
	font-family: Verdana, sans-serif;
}

#main {
/*	clear: both;*/
	width: auto;
}

#inhalt{
	margin-left: 215px;
/*	margin-right: 185px;*/
	width: 580px;
	text-align: left;
	font-family: Verdana, sans-serif;
	border: 1px black solid;/* */
}
#copyright{
	clear: both;
	background: url(../bilder/bg_unten.gif) repeat-x;
	height:28px;
	color: #000000;
	padding-left: 5px;
	font-size: 7pt;
}


/***********************************************/
/* Kopfzeilen Menue                            */
/***********************************************/
#gemeindenav{
	float: left;
	height: 16px;
	margin-top: -39px;
	margin-left: 200px;
	color:#000;
	text-align: left;
	font-size: 9pt;
}
#gemeindenav a {
	text-decoration: none;
}
.gemNav {
	font-size: 9pt;
}
#gemeindesubnav{
	float: left;
	height: 26px;
	margin-top: 0px;
	margin-left: 220px;
	padding-top: 5px;
	background: #E5F0BA;
	text-align: left;
	font-size: 9pt;
	color:#000;
}
.gemSubNav {
	font-size: 9pt;
}
/***********************************************/
/* Menue links                                 */
/***********************************************/
#navBarLinks{
	float: left;
	width: 200px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 3px;
	color: #000000;
	font-family: Verdana, sans-serif;
/*	border: 1px blue solid;*/
}

#navBarLinks ul.lev1 {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
	list-style: none;
/*	border: 1px red solid;*/
}
#navBarLinks ul.lev1 li.menue1{
	margin-top: 10px;
/*	border: 1px fuchsia solid;*/
}
#navBarLinks ul.lev1 li.menue1active {
	margin-top: 10px;
	font-weight: bold;
	color: #297F2A;
}
#navBarLinks a {
	text-decoration: none;
}

/***********************************************/
/* Menue links zweite Ebene				       */
/***********************************************/
#navBarLinks ul.lev1 ul.lev2{
	margin-left: 16px;
	margin-right: 0;
	padding-left: 0;
	text-align: left;
	font-size: 9pt;
	list-style: none;
	width: 150px;
/*	border: 1px blue solid;*/
}

#navBarLinks ul.lev1 ul.lev2 li.li2{
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
	text-decoration: none;
}

#navBarLinks ul.lev1 ul.lev2 li.li2active{
	font-weight: bold;
}
/**************************************/
/* Drucksymbol innerhalb des Contents */
/**************************************/
#printpage {
	margin: 0 0 3px 540px;
}

/**************************************/
/* mjs event pro */
/**************************************/
.tx-mjseventpro-pi1-listViewField-cat{
	padding: 2px 0 4px 0;
}