/* Import the styles used both in web site and text editor */
@import url(textstyles.css);
html, body {
  height: 100%;
}
body {
  margin: 0px;
  color: #58585a;
  background-color: white;
  padding: 10px;
	background-image: url(../images/bg_main.jpg);
  background-repeat: repeat-all;
}
#main {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  left: 0;
}
#head {
  height: 240px;
  background-image: url(../images/bg_head.jpg);
}
img#logo {
	margin-left: 10px;
  margin-top: 10px;
  border: none;
}
#menu {
  background-image: url(../images/buttonhg_rot.gif);
  background-repeat: repeat-x;
  height: 35px;
  margin-right: 10px;
	margin-left: 0px;
  margin-top: -35px;
  width: 930px;
}
#menu ul {
  background-image: url(../images/buttonhg_grau.gif);
  background-repeat: repeat-x;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: bold;
}
#menu ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#menu ul {display: inline-block;}

/* Hides from IE-mac \*/
* html #menu ul {height: 1%;}
#menu ul {display: block;}
/* End hide from IE-mac */

#menu ul li {
  display: block;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  border-right: 1px solid #eeeeee;
}
#menu ul li.active {
  background-color: #c4cbd8;
}
#menu ul li a {
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  color: #ffffff ;
}
#menu ul li.active a {
  color: #58585a;
}
/* 2. Menüebene, linke Spalte */
#menu ul li ul {
	position: absolute;
	top: 240px;
	left: 0px;
  width: 200px;
	margin: 0;
  border: none;
	background: none;
	height: auto;
	border: none;
}
#menu ul li ul li {
	float: none;
  padding-left: 18px;
	height: 35px;
  line-height: 35px;
  vertical-align: middle;
	border: none;
	border-bottom: 1px solid #c6c7c8;
}
#menu ul li ul li.active {
  background: none;
	color: #3fb6e6;
}
#menu ul li ul li a {
  vertical-align: middle;
	display: inline;
	padding: 0;
}
#menu ul li ul li.active a {
	color: #3fb6e6;
}

#maincolumn {
}
#maincolumn1 {
  background-image: url(../images/bg_main_top.gif);
  background-repeat: repeat-y;
	padding-left: 235px;
	padding-right: 50px;
	padding-top: 35px;
	padding-bottom: 35px;
	min-height: 305px;
}
#content {
  color: inherit;
}
#footer {
  clear: both;
	height: 35px;
  line-height: 35px;
  color: #9c9e9f;
  font-size: 12px;
}

#footer span {
  margin-left: 15px;
  margin-right: 15px;
}

#footer a{
  text-decoration: none;	
  color: #9c9e9f;
}

div.Tx-Formhandler label {
  display: block;
  float: left;
  width: 80px;
}

div.Tx-Formhandler fieldset {
  border: none;
}

div.csc-mailform-field {
  padding-bottom: 6px;
  padding-top: 6px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
