/* CSS COMARA KG Content */
hr.keepBG {
	background-color: #f5b800;  /* Color Firefox */
	color: #f5b800;	/* Color IE */
	border: 0 none;
	height: 1px;
	clear: both;
	display: block;
	width: 1px;
	margin: 0;
	text-align: left;
}
#containerinhalt{
	width: 1000px;
	background: url("../img/bg_subnavi.gif") repeat-y top left;
}
#menue{
	float: left;
	width: 216px;
	margin: 10px 0 0 0;
}
#center{
	margin: 40px 0 0 20px;
	float: left;
	width: 500px;
}
#center ul{
	margin: 10px 0 10px 0;
}
#center li{
	list-style-type:disc;
	margin: 4px 0 0 20px;
}
#center .box{
	width: 200px;
	float: left;
}
#center h3{
	margin: 20px 0 6px 0;
	background: #ebebeb;
	border-bottom: 1px solid #838383;
	padding: 3px 0 3px 4px;
}
th{
	text-align: left;
}
th{
	text-align: left;
}
tr.row1{
	background-color: #fee491;
}
tr.row2{
	background-color: #fdeebf;
}

#right{
	margin: 40px 0 0 45px;
	float: left;
	width: 194px;
}
#right .boxadresse{
	background: url("../img/box_adresse.gif") no-repeat top left;
	width: 190px;
	height: 190px;
	padding: 10px;
}
#right .boxmap{
	background: url("../img/box_map.gif") no-repeat top left;
	margin: 10px 0 0 0;
	width: 145px;
	height: 75px;
	padding: 12px 0 0 65px;
}
#right .boxmail{
	background: url("../img/box_mail.gif") no-repeat top left;
	width: 145px;
	height: 75px;
	padding: 12px 0 0 65px;
}
#right .boxmail a:link, #right .boxmail a:hover, #right .boxmail a:visited,
#right .boxmap a:link, #right .boxmap a:hover, #right .boxmap a:visited{
	color: #000;
}

/* Navigation */
/* Hauptmenue Ebene 1*/

#menue ul { padding-top: 0px; } /* nicht entfernen */

* html #menue li { display: inline; }

#menue li a,
#menue li strong {
  display: block;
  line-height: 1em;
  padding: 5px 2px 5px 7px;
  border-bottom: 0px solid #ababab;
  margin-top: 0.9em;
}

* html #menue li a,
* html #menue li strong {
  height: 1em;
}

#menue li strong a,
#menue li li strong a {
  background-image: none !important;
  font-size: 100% !important;
  padding: 0 !important;
  border: none !important;
  margin-top: 0;
}

#menue a:link,
#menue a:visited,
#menue strong {
  color: #000;
  font-weight: bold;
}

#menue a:link,
#menue a:visited {
  text-decoration: none;
}

#menue a:focus,
#menue a:hover,
#menue a:active {
  color: #1e1e1e !important;
  text-decoration: none;
}


/* Hauptmenue Ebene 2 */

#menue li li a,
#menue li li strong {
  font-size: 100% !important;
  font-weight: normal !important;
  text-transform: none !important;
  padding: 5px 2px 5px 24px !important;
  border-bottom: 0px solid #dfdfdf;
  margin: 1px 0 0 0;
}

#menue li li a:link, #menue li li a:visited{
  color: #333;
  background: #f5ca4a url("../img/pfeil_black.gif") 0.6em 0.7em no-repeat;
  text-decoration: none;
}

#menue li li a:focus, #menue li li a:hover, #menue li li a:active {
  background: #f9d466  url("../img/pfeil_black.gif") 0.6em 0.7em no-repeat;
  text-decoration: none;
}


/* On-Zustand */
#menue li li.on a:link, #menue li li.on a:visited,
#menue li li.on strong {
  color: #000 !important;
  background: #fff url("../img/pfeil_black.gif") 0.6em 0.7em no-repeat !important;
}


/* Formular */
form{
	margin: 0 0 0 0;
	width: 500px;
}
fieldset{
	border: 0px;
}
fieldset legend{
	display: none;
}
.txtinput{
	width: 280px;
	border: 1px solid #999999;
	padding: 2px;
	margin: 0 0 4px 0;
}
.txtinputarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 280px;
	border: 1px solid #999999;
	padding: 2px;
}
.warnung{
	color:#af1414;
	font-weight: bold;
}

.btn{
	margin: 4px 0 0 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 2px 8px 2px 8px;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
}
/*  BILDGALERIE */
.imgshow{
	width: 100%;
	clear: both;
	margin: 20px 0 20px 0;
}
.imgshow-img{
		float: left;
		width: 200px;
		height: 200px;
		margin: 0 20px 20px 0;
}
.imgfull-img{
		float: left;
		margin: 0 0 20px 0;
}