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

/* ---- Anfang grobes Layout ---- */ 
#header1 {
	text-align: left;
}
#header3 {
	text-align: right;
}

#header {
	background-image: url(../gfx/top2.jpg);
	background-repeat: repeat-x;
}

div#top {
	background-color:#c1d1d1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #686868;
	border-bottom-color: #686868;
	height: 25px;
}
#left {
	width: 160px;
	background-image: url(../gfx/left.jpg);
	background-repeat: no-repeat;
	background-color: #e1e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b7b7b7;
	vertical-align: top;
	text-align: left;
}

#center {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../gfx/back.jpg);
	text-align: center;
	vertical-align: top;
}

.content {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	
}
#center_spacer {
	width: 680px;
	}
	
#right {
	width: 160px;
	padding-top:10px;
	background-color:#e1e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	background-image: url(../gfx/right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	vertical-align: top;
}
	
#footer {
  background-color:#C1D1D1;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}

div.suche {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
}
form {
	margin: 0px;
	padding: 0px;
	}
.suche .suchfeld {
	width: 150px;
	height: 16px;
	border: 1px solid #999999;
	background-image: url(../gfx/submit_bg1.jpg);
	}
.suche .suchbutton {
	width: 40px;
	height: 20px;
	font-size: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	}
		
/* ---- Ende grobes Layout ---- */ 

/* ---- Anfang Inhaltstabelle ---- */
.inhaltstabelle {
	width: 100%;
	margin-bottom: 10px;
	}
.seite-o {
	background-color: #a7bdbd;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
.seite-l {
	border-left: 1px solid black;
	background-color: #FFFFFF;
	width: 9px;
	}
.seite-u {
	border-bottom: 1px solid black;
	background-color: #FFFFFF;
	}
.seite-r {
	border-right: 1px solid black;
	background-color: #FFFFFF;
	width: 9px;	
	}
.ecke-ol {
	background-image: url(../gfx/ecke-ol.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	width: 9px;
	}
.ecke-or {
	background-image: url(../gfx/ecke-or.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	width: 9px;
	}
.ecke-ul {
	background-image: url(../gfx/ecke-ul.gif);
	background-repeat: no-repeat;
	width: 9px;
	}
.ecke-ur {
	background-image: url(../gfx/ecke-ur.gif);
	background-repeat: no-repeat;
	width: 9px;
	}

/* ---- Ende Inhaltstabelle ---- */ 

/* --- Anfang Menüs ---- */

div.menu_top {
	float: right;
	padding-right: 5px;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	}
.menu_top a:active, .menu_top a:visited, .menu_top a:link {
	color: #000000;
	text-decoration: none;
	}
.menu_top a:hover {
	text-decoration: underline;
	}
.path {
	height: 17px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
	background-color: #e1e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.path_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #db0500;
	font-weight: bold;
	font-size: 13px;
	}
.path a:active, .path a:visited, .path a:link {
	color: #000000;
	text-decoration: underline;
	}
.path a:hover {
	text-decoration: none;
	}
div.menu_left_main {
	margin-top: 5px;
	margin-bottom: 5px;
	}
table.mainmenu, table.submenu, table.box {
	width: 150px;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Verdana;
	border: 1px solid black;
}
.mainmenu th, .box th {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	border-bottom: 1px dashed black;
	background-image: url(../gfx/menu_bg1.jpg);
	font-weight: bold;
	}
.mainmenu .menu_inhalt {
	background-color: #c1d1d1;
	font-size: 13px;
	}
.mainmenu ul {
	padding: 0px;
	margin: 0px;
	}
.mainmenu li.level1-no {
	list-style: none;
	background-image: url(../gfx/punkt1.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	margin-left: 1px;
	}
.mainmenu li.level1-cur, .mainmenu li.level1-act {
	list-style: none;
	background-image: url(../gfx/punkt2.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	margin-left: 1px;
}
.mainmenu li.level2-no {
	list-style: none;
	background-image: url(../gfx/punkt1.gif);
	background-position: 15px 6px;
	background-repeat: no-repeat;
	margin-left: 1px;
	}
.mainmenu li.level2-act {
	list-style: none;
	background-image: url(../gfx/punkt2.gif);
	background-position: 15px 6px;
	background-repeat: no-repeat;
	margin-left: 1px;
}
.mainmenu a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 85%;
	padding-left: 20px;	
}
.mainmenu a:hover {
	background-image: url(../gfx/punkt2.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}
.mainmenu li.level2-no a, .mainmenu li.level2-act a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 79%;
	padding-left: 30px;	
}
.mainmenu li.level2-no a:hover, .mainmenu li.level2-act a:hover {
	background-image: url(../gfx/punkt2.gif);
	background-position: 15px 6px;
	background-repeat: no-repeat;
}
/* ---- Ende Menüs ---- */ 

/* ---- Anfang Boxen ---- */
table.box {
	border: 1px solid black;
	}
.box_inhalt {
	font-size: 13px;
	background-color: #c1d1d1;
	padding: 3px;
	}
.images {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
		
/* ---- Anfang PoKa ---- */
.poka-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
/* ---- Ende PoKa ---- */

/* ---- Anfang Newsletter-Plugin ---- */
.tx-melininterface-pi1 .meldung {
	font-weight: bold;
	}
.tx-melininterface-pi1 .meldung .fehler {
	color: #CC0000;
	}

/* ---- Ende Newsletter-Plugin ----- */

/* ---- Anfang Poll ---- */
.tx-jkpoll-pi1 p {
	margin: 0px;
	}
.tx-jkpoll-pi1 .box_inhalt, .tx-jkpoll-pi1 .error {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
.tx-jkpoll-pi1 .antworten {
	margin-top: 5px;
	margin-bottom: 10px;
	}
.tx-jkpoll-pi1 .pollsubmit, .suchbutton {
	border: 1px solid #999999;
	background-image: url(../gfx/submit_bg1.jpg);
	color: #0b5731;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	height: 25px;
	width: 100px;
	}
.tx-jkpoll-pi1 .votes {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
.tx-jkpoll-pi1 .result {
	margin-bottom: 5px;
}

/* ---- Ende Poll ---- */
/* ---- Ende Boxen ---- */

/* ---- Anfang User Registration ---- */
.tx-srfeuserregister-pi1 .tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	width: 150px;
	border: 1px solid black;
	font-size: 11px;
	top: 75px;
	left: 600px;
}

.tx-newloginbox-pi1 .tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	width: 150px;
	border: 1px solid black;
	font-size: 11px;
	top: 285px;
	left: 500px;
	}


.tx-srfeuserregister-pi1-text, .tx-srfeuserregister-pi1-password, .tx-srfeuserregister-pi1-submit, .tx-newloginbox-pi1-text, .tx-newloginbox-pi1-submit {
	height: 18px;
	border: 1px solid #999999;
	background-image: url(../gfx/submit_bg1.jpg);
	}
.tx-srfeuserregister-pi1-submit, .tx-newloginbox-pi1-submit {
	border: 1px solid #999999;
	background-image: url(../gfx/submit_bg1.jpg);
	color: #0b5731;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	height: 25px;
	}
	.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
	.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
	.tx-srfeuserregister-pi1 label span { color: #ff0000; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
	.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
	.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
	* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
	.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
	* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
	.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
	.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
	.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
	.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
	.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
	.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
	.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
	.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
	.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
	* html .tx-srfeuserregister-pi1 dd { float: none; }
	.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
	.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }

/* ---- Ende User Registration ---- */

/* ---- Anfang Inhalte ---- */
th.seite-o h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	}
th.seite-o {
	padding-top: 2px;
	padding-bottom: 2px;
	}
.inhalt {
	padding-top: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	}
	
table.bild-mit-bu_links {
	float: left;
	font-size: 11px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

table.bild-mit-bu_rechts {
	float: right;
	font-size: 11px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bild-mit-bu_links img, .bild-mit-bu_rechts img {
	margin-bottom: 3px;
	}
	
  a {color: #0b5731; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {text-decoration:none;}
  
  a img {
  	border: none;
	}
.csc-menu dd {
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	}
.csc-menu dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
.content p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
.content ul {
	list-style-image: url(../gfx/listenpunkt1.gif);
	}
.content li {
	margin-bottom: 10px;
	}	

.content h1 {
	font-size: 18px;
	color: #0b5731;
	font-weight: lighter;
	margin-top: 1em;
	}

.content h2 {
	font-size: 16px;
	color: #0b5731;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1em;
	margin-bottom: 5px;
	padding-left: 5px;
	}

.content h3 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 14px;
	color: #0b5731;
	}

.csc-textpic-caption {
	font-size: 10px;
	}

/* Postkartenformular */
.pk-formular .formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pk-formular .ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
	padding: 10px;
	background-color: #FFFFB3;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}
.poka1 {
	font-size: 30px;
	font-weight: bold;
	color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.pk-formular {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #999999;
}
.pk-formular .textfield {
	border: 1px solid #999999;
}

/* Ende Postkartenformular */

/* ---- Anfang Shoutbox ---- */
.shout_input form { margin: 0px;} 

#shout_container { 
  border: 0px dashed #B52021; 
  width: 100%;
}
   
#shout_contentwrap { 
  font: 8pt Arial; 
  height: 450px; 
  background-color: #DDDDDD; 
  overflow: auto;
} 
  
#shout_content { margin: 5px;} 

#shout_content .name { 
  color: #555555; 
  font-weight: bold; 
  padding-right: 5px;
}
   
#shout_inputwrap { font: 8pt Arial;} 

#shout_input { margin: 5px;}
 
#shout_input .text { 
  border: 1px solid #888888; 
  font: 8pt Arial; 
  width: 100%; 
  background-color: #f4f4f4;
}
 
#shout_input .button { 
  width: 50px; 
  margin-top: 4px; 
  background-color: #B52021; 
  font: bold 8pt Arial; 
  color: white; 
  border: 1px solid #888888;
}
  
#smilies{
  font: 8pt Arial; 
  height: 40px; 
  overflow: auto;
}	

/* ---- ENDE Shoutbox ---- */
	
/* ---- Anfang Newsletter-Plugin ---- */
div.tx-melininterface-pi1 {
	margin: auto;
	text-align: center;
	width: 60%;
	}
.tx-melininterface-pi1 .meldung {
	font-weight: bold;
	padding-left: 10px;
	}
.tx-melininterface-pi1 .meldung .fehler {
	margin-top: 3px;
	color: #CC0000;
	font-size: 12px;
	}

.tx-melininterface-pi1 .melininterface_formtext2 {
	font-size: 11px;
	padding-top: 5px;
	}
.tx-melininterface-pi1 table.melininterface td {
	padding: 2px;
	}

.tx-melininterface-pi1 div.formularbg  {
	text-align: left;
	}

.tx-melininterface-pi1 table {
	font-size: 13px;
	}

.tx-melininterface-pi1 input.textinput {
	border: 1px solid #999999;
	}
.tx-melininterface-pi1 input.radioinput {
	border: none;
	background: none;
	}
.tx-melininterface-pi1 input.checkboxinput {
	border: none;
	background: none;	
	}
.tx-melininterface-pi1 input.submitinput {
	border: 1px solid #999999;
	font-size: 13px;
	padding: 2px;
	}
input.imageinput {
	border: none;
	background: none;
	}

/* ---- Ende Newsletter-Plugin ----- */

/* ---- Anfang Download-Plugin ---- */ 
.tx-abdownloads-pi1 div {
	margin-top: 5px;
	margin-bottom: 5px;
	}

div.download {
	background-color: #FFFFCC;
	border: 1px dashed #CCCCCC;
	height: 30px;
	margin-bottom: 10px;
	margin-left: 40px;
	}
div.download:hover {
	background-color: #FFFFB7;
	}
div.download a {
	text-decoration: none;
	height: 30px;
	display: block;
	width: 80%;
	float: left;
	}
div.download a:hover {
	text-decoration: underline;
	}
div.download_icon {
	float: left;
	margin-right: 10px;
	}
div.tx_abdownloads_treeView_category {
	font-size: 14px;
	}
div.tx_abdownloads_treeView_downloads {
	width: 70%;
	}
/* ---- Ende Download-Plugin ---- */ 
