/* basic elements 

IMAGE gelb: #ffce00 */

body { 
	background: transparent url(../images/bg_body.gif) repeat-y top left;
  color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}


p, tr, td { 
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

p.klein { 
	font-size: 0.8em;
}

tr p, td p { 
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 0em 0em;
}

table.contenttable td {
  vertical-align: top;
}

.tr-odd {
 	background-color: #f0eee5;
}
a:link { 
	text-decoration: none; 
	color: #0066cc;
	}
a:visited { 
	text-decoration: none; 
	color:#c0bfb3;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#0066cc;
	}

h1 {
	color: #b5e74a;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.4em;
	margin: 1.6em 0em 0.2em 0em;
	font-weight: bold;
	color:#333333;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;	
	}
h3 {
	font-size: 1.1em;
	margin: 1.2em 0em 0em 0em;
	padding: 0;
	line-height: 1.8em;
	font-weight: bold;
	color:#868486;
	text-transform:uppercase;
	}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
	
 
ol, ul, li {

	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}
	


strong, b {
	font-weight: bold;
	}

/**************** specific divs ******************************************************************************/
#container{ 
  width : 800px !important;
  width : 800px;
  text-align : left;
  float:left;
	}

/*###################### pageheader ###############################*/
#pageheader { 
	height: 200px;
	}

#pageheader h1 {
	border-bottom: none;
}

#pageheader h1 span {
	display:none
	}

/*###################### Banner Links ###############################*/
#banner_oben { 
	text-align: left;
	float:left;
	font-size:0.8em;
	width: 140px;
	height: 199px;
	padding-left:10px;
  border-bottom:1px solid #c0bfb3;
	}
#banner_oben img{
	border:1px solid #cccccc;
	}
#banner_oben a:hover img{
	border:1px solid #000000;
	}


/*###################### Suchbox ###############################*/


#searchbox label, #searchbox input, #searchbox select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}

#searchbox fieldset {
  border: 1px dotted #ffffff;
}


#searchbox input#submit { /* den Submit-Button */
  float: right;
  width: auto;
  padding-right:5px;
}


/*###################### Kontaktformular ###############################*/

#mailform form {
  padding:0px;
  margin:0px;
  border:none;
}


#mailform label, #mailform input, #mailform select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  width: 200px; /* Breite.*/
  padding-top:10px;
}

#mailform fieldset {
  padding:0px;
  margin:0px;
  border:none;
}

#mailform textarea { /* Alle Labels UND Formularelemente auswählen */
  margin-bottom:10px;
}

#mailform input#submit { /* den Submit-Button */
  width: auto !important;
  padding-top:0px !important;
}

/*###################### Menu Oben ###############################*/

#menu_oben { 
  width: 140px;
	text-align: left;
	float:left;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#f1eaca;
	height: 144px;
	padding: 40px 0px 15px 10px;
	line-height: 1.8em;
  border-bottom:1px solid #c0bfb3;
	}
#menuoben_nav p{
  margin:0px;
  padding: 0px;
	line-height: 1.4em;
}
	
#menu_oben a{ 
	color:#999999;
	margin: 0;
	text-decoration: none;
	}

#menu_oben a:link, a:visited{ 
	color:#999999;
	}

#menu_oben a:hover{ 
	color:#000000;
	}

/*###################### Logo Oben ###############################*/
#logo { 
	float:right;
	width: 500px;
	height: 200px;
	}

/*###################### Klickpfad ###############################*/
#klickpfad {
	text-align: left;
	font-size: 0.8em;
	background-color: #c0bfb3;
	padding: 11px 0 10px 5px;
	color: #ffffff;
 	border-bottom: 3px solid #c0bfb3;                              
}
	
#klickpfad a:link { 
	text-decoration: none; 
	color: #ffffff;
	}
#klickpfad a:visited { 
	text-decoration: none; 
	color:#ffffff;
	}
#klickpfad a:hover, a:active { 
	text-decoration: underline; 
	color:#ffffff;
	}



/*###################### Inhalt ###############################*/
#content {
  width : 800px !important;
  background-color:transparent;

}


/*###################### Spalte_Menu ###############################*/

#spalte_menu {
  padding-top:2px;
	width: 150px;
	float:left;
}
/*###################### Spalte_Links ###############################*/

#spalte_links {
	width: 150px;
	float:left;
	padding: 0px 0px 0px 0px;
}


.news-latest-additional-info p.bodytext,.news-latest-additional-info p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

#spalte_links .news-single-address {
  border-top:none;
	border-bottom: 1px solid #c0bfb3;
	margin-bottom: 10px;
	padding:5px 5px 5px 10px;
	background-color:transparent !important;
}

/*###################### Navigation ###############################*/

#navcontainer ul
{
	margin-left: 0;
	padding-left:0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#navlist li { 
	margin: 0 0 0 0;
  padding-left:0; 
}

#navcontainer a
{
	display: block;
	padding: 3px 0px 0px 0px;
	margin: 0;
	width: 140px;
	height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #c0bfb3;
}

#navcontainer a:link, #navlist a:visited
{
	color:#000000;
	text-decoration: none;
	padding-left:10px;
}

#navcontainer a:hover
{
	color: #000000;
  background-color: #e9e5d4;
}

#navcontainer a.currentnav
{
  background-color: #e9e5d4;
	color: #000000 !important;
	font-weight:bold !important;
}




/*###################### Spalte_inhalt ###############################*/

#spalte_inhalt {
	margin: 0 0 0 0;
	width: 500px;
	float:left;
	background-color:transparent;
	padding-bottom:10px;
}

#spalte_inhalt .einzug {
	margin: 10px 10px 0px 15px;
}
	
#spalte_inhalt h1{
	margin: 0 0 1em 0;
}


#spalte_inhalt table{
	border-collapse:collapse;
	width: 100%;
}

#spalte_inhalt tr{
	border-bottom: #eaeaea solid 1px;
}

#spalte_inhalt th{
	text-align: left;
}

#spalte_inhalt li {
	list-style-type:square;
	margin-left: -20px;
	border-bottom:#eaeaea solid 1px;
}


#spalte_inhalt table.csc-searchform tr{
	border-bottom: none;
}


#spalte_inhalt .tx-thmailformplus-pi1 tr{
	border-bottom: none;
}

#spalte_inhalt .csc-sitemap li {
	border-bottom: none;
}

#spalte_inhalt .csc-textpic-caption{
	font-size: 0.8em;
	color:#868486;
	padding-bottom: 20px;
}

/*###################### Spalte Inhalt links ###############################*/
#spalte_inhalt_links {
	padding:0px;
	margin-bottom:0px;
	border:none;
	border-bottom: none;
	float:left;
	width:290px;
}


/*###################### Spalte Inhalt rechts ###############################*/

#spalte_inhalt_rechts {
	padding-left:10px;
	margin-top:16px;
	margin-bottom:0px;
	margin-right:-5px;
	border:none;
	border-bottom: none;
	float:right;
	width:170px;
}

#spalte_inhalt_rechts a{
	margin: 0px;
	padding: 0px;
}
/*###################### Indexed Search ###############################*/

#tx-indexedsearch-searchbox-button-submit {
  margin-left: 133px;
  margin-top: 5px;
}

.tx-indexedsearch-browsebox {
  padding: 0px;
  margin: 0px;
  background-color:#ffffff !important;
}

.tx-indexedsearch-browsebox ol, ul, li, a{
  border:none;
}

.tx-indexedsearch-sec li {
  display: inline;
  list-style-type: none;
  padding-right: 40px;
}

ul.browsebox  {
  border:none;
}

.browsebox li {
  display: inline;
  list-style-type: none;
  padding-right: 40px;
  border:none;
}

.tx-indexedsearch-res h3 {
  background-color: #ffffff;
}

p.tx-indexedsearch-descr {
  font-size: 0.9em;
}

p.tx-indexedsearch-info {
  font-size: 0.9em;
  background-color:#f0eee5 !important;
  padding:2px;
}

.tx-indexedsearch-icon {
  float:left;
  display:block;
  width: 20px;
  padding:5px 0px 20px 0px;
}

.tx-indexedsearch-title a:link{
  padding: 0px;
  margin: 0px;
}

tx-indexedsearch-percent{
  float:right;
  padding:5px 0px 20px 0px;
}




/*###################### toTop Link ###############################*/
.totop {
	text-align:right;
	font-size:0.8em;
}

/*###################### Banner rechts ###############################*/
#skycraper {
	position: absolute;
	top:0px; 
  left:810px;
	font-size:0.8em;
	width: 180px;

}

/*###################### Footer ###############################*/

#footer {
  clear:both;
  font-size: 0.8em;
}

#footer a{
  color:#ffffff;
}

#footer1{
  width:150px;
  float:left;
}
#footer2{
  width:150px;
  float:left;
}
#footer3{
  width:500px;
  float:right;
  text-align:right;
  background-color: #c0bfb3;
  height:20px;
  padding-top:5px;
}

