* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
   height: 100%;
   margin-bottom: 0.1px;
}


.csc-textpic-clear{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	float:none;
	clear:both;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	width:auto;
}

body {
	color: Black;
	font: 80%/1.6em "Lucida Grande", verdana, helvetica, arial, sans-serif;
	text-align: center;
	background-color: #283232;
}

#verlauf {
	background-image: url(../img/verlauf-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	width: 100%;
}

#rap {
	width: 966px;
	background-image: url(../img/rap-bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#container {
	width: 950px;
	background-image: url(../img/container-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto 0 8px;
	padding-top: 25px;
	float: left;
	display: inline;
}

#klar {
	clear: both;
	width: 966px;
	width/**/:/**/ 666px;
	height: 25px;
	background-image: url(../img/disc-bottom.jpg);
	background-repeat: no-repeat;
	font-size: 0.7em;
	color: #b1b4b4;
	text-align: right;
	padding-right: 300px;
}

#footer {
	height: 125px;
	width: 100%;
	background-image: url(../img/footer-bg.jpg);
}

#footer-content {
	background-image: url(../img/footer-content-bg.jpg);
	background-repeat: no-repeat;
	height: 125px;
	height/**/:/**/ 115px;
	padding-top: 10px;
	width: 966px;
	width/**/:/**/ 908px;
	padding-left: 58px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
	color: #b1b4b4;
}


#header {
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 966px;
	font-size: 0.85em;
	color: #9fa4a4;
	text-align: left;
}

#content {
	width: 700px;
	float: left;
	margin-bottom: 25px;
	text-align: left;
}

#menu {
	width: 225px;
	float: right;
	text-align: left;
	padding-bottom: 50px;
	margin-bottom: 25px;
}

#hmenu {
	height: 50px;
	width: 966px;
	width/**/:/**/ 950px;
	background-image: url(../img/hmenu-bg.jpg);
	border-left: 8px solid #f4f4f4;
	border-right: 8px solid #f4f4f4;
}

/* Horizontales Menu */

#hmenu ul {
	list-style-type: none;
	height: 50px;
	padding-left: 50px;
	width: 950px;
	width/**/:/**/ 900px;
	background-image: url(../img/hmenu-ul-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#hmenu ul li {
	display: inline;
	float: left;
}

#hmenu ul li a {
	display: block;
	width: 135px;
	height: 50px;
	height/**/:/**/ 35px;
	color: #505a5a;
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.85em;
	padding-top: 15px;
	margin-right: 25px;
	background-image: url(../img/hmenu-bg.jpg);
}



#hmenu ul li a:hover {
	background-image: url(../img/hmenu-button-over.jpg);
	color: black;
}

#hmenu ul li a.current, #hmenu ul li a.current:hover  {
	background-image: url(../img/hmenu-button-current.jpg);
	font-weight: bold;
	color: #505a5a;
}

/* VertikalesMenu */

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	color: #505a5a;
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding-top: 5px;
	padding: 20px 0 8px 25px;
	border-bottom: 1px solid white;
}

#menu ul li a:hover {
	background-color: #b1b4b4;
	color: black;
}

#menu ul li a.active, #menu ul li a.active:hover {
	background-position: top;
	background-repeat: repeat-x;
	font-weight: bold;
	color: White;
	background-color: #565d5d;
	border-bottom: 0px;
}

#menu ul li a.current, #menu ul li a.current:hover {
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../img/menu-ebene1-bg.jpg);
	font-weight: bold;
	color: white;
	background-color: #283232;
	border-bottom: 1px solid white;
}

#menu ul li ul {
	border-bottom: 5px solid #949899;
	border-top: 0px !important;
}

#menu ul li ul li a {
	background-color: White;
	background-image: none;
	font-size: 0.85em;
	width: 225px;
	width/**/:/**/ 200px;
	padding: 4px 0 4px 25px;
}

#menu ul li ul li a.current, #menu ul li ul li a.current:hover {
	color: white;
	background-color: #9fc000;
	border-bottom: 1px solid white;
	background-image: url(../img/menu-ebene2-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#menu ul li ul li a:hover {
	color: black;
}

/* Header/Footer/Copy */


#header ul {
	list-style: none;
	list-style-type: none;
	padding-left: 35px;
	padding-top: 20px;
}

#header ul li {
	display: inline;
	padding-left: 5px;
}

#header a {
	color: #9fa4a4;
	text-decoration: none;
	border-bottom: 1px solid #949899;
}

#header a:hover {
	color: #949899;
	text-decoration: none;
	border-bottom: 2px solid #9fc000;
}

#header ul a.active {
	color: black;
}

/* Content */

h1 {
	margin: 30px 0 10px 0;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #283232;
}

h2 {
	margin: 30px 0 10px 0;
	color: #9fc000;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

.csc-textpic h2 {
	margin: 0px !important;
}

.tx-relatedpages-pi2 {
	margin-bottom: 15px !important;
}

#content p {
	margin: 10px 0 0 0;
	line-height: 1.8em;
}

#content img {
	margin: 0px;
}

#content ul, #content ol {
	margin: 10px 25px;
}

#content ul li {
	list-style: circle;
	line-height: 1.8em;
	margin: 10px 0;
}

#content a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#content a:hover {
	color: #949899;
	text-decoration: none;
	border-bottom: 2px solid #9fc000;
}


#footer-content a {
	color: #b1b4b4;
	text-decoration: none;
	border-bottom: 1px solid #949899;
}

#footer-content a:hover {
	color: #949899;
	text-decoration: none;
	border-bottom: 2px solid #9fc000;
}

/* Tables */

#content table {
	margin: 15px 0;
}

th {
	font-weight: bold;
	padding: 5px 0;
	vertical-align: top;
}

td {
	padding: 5px;
	vertical-align: top;
}

/* form */

form {
	margin: 15px 0;
	clear: both;
}

form p, form h1, form h2 {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

form br { /* Alle Zeilenumbr?che in Formularen ausw?hlen */
  clear: left;  /*das floating der labels und inputs aufheben */
}

 fieldset {
	 margin: 25px auto 25px auto;
	 display: block;
	 background-color: white;
	 clear: both;
	}
	

 legend {background: #e2e8f9;
   padding: 4px 10px;
   border: 1px solid #324678;
   font-weight: bold;
   }

 label {
	display: block;
	width: 100%;
 	margin: 10px 0 0 0;
	float: left;
 } 
 
 input,textarea,select {
 	margin: 3px 0;
	width: 450px;
	border-bottom: 1px solid silver;
	background: white;
	padding: 3px 0;
	float:left;
	background-color: #f1f1f1;
		  }  
		  

 
 .csc-textpic-caption {
	text-align: right;
	padding: 5px 10px 0 0;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5em;
}

.toplink {
	border-bottom: 0px !important;
	margin: 0 0 0 500px;
	display: block;
	padding-top: 50px;
}

/* Startseite */

#content_right {
	font-size: 0.85em;
}

#content_right h2 {
	color: #283232;
	margin-top: 15px !important;
}

#content_right a {
	color: #283232;
	text-decoration: none;
	border-bottom: 1px solid #949899;
}

#content_right a:hover {
	color: #949899;
	text-decoration: none;
	border-bottom: 2px solid #9fc000;
}

#galerie {
 text-align: center;
 width: 700px;
 margin: 0px auto;
}


#galerie img {
 border: 0px;
 margin-top: 35px;
 background-color: White;
}

#galerie ul {
 height: 200px;
}

#galerie ul li {
 list-style-image: none;
 list-style: none;
 margin: 5px;
 display: inline;
}

#galerie ul li a {
 background-image: url(http://thavis.com/b2d/messe-button-all.jpg);
 background-position: bottom left;
 background-repeat: no-repeat;
 width: 200px;
 height: 200px;
 display: block;
 float: left;
 border-bottom: 0px !important;
}

#galerie ul li a:hover {
 background-image: url(http://thavis.com/b2d/messe-button-all.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}


/*
	Related Pages
*/
.pi_related_pages_pi2{
	text-align:right;
}

.pi_related_pages_pi2 a{
	font-size:10px;
}

.pi_related_pages_pi2 h3{
	color:#949899;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	border-bottom:1px solid #d4d6d5;
}
