		/** Basic CSS
------------------------------------------------------------ */
html {
	font-size: 62.5%; /* don't edit */
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
body {
	font-size: 1.21em; /* edit here global size for em, 1em = 10px */
	background: #FFFFFF;
	height: 100%;
    color: #6D686D;
    text-align: center;
}
html>body {
	font-size: 1.2em;
}
img {
	border: none;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #E8EAEB;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0;
	padding-bottom:5px;
}
a {
	color: #00978F;
	text-decoration: none;
}
a:hover {
	color: #CA8D3B;
}
a.linkarrow {
	background: url(../img/sprite.gif) 0 4px no-repeat;
	padding-left: 16px;
}
a.linkarrow:hover {
	background: url(../img/sprite.gif) 0 -103px no-repeat;
}
.align-right {
	text-align: right;
}
form {
	margin: 0px;
}
textarea, input, select {
	font-size: 1em;
	border: 1px solid #E8EAEB;
}
option {
    border: none;
}
fieldset {
	border: none;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	color: #CA8D3B;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.9em;	
}
h6 {
	font-size: 0.8em;	
}
h1, h2, h4, h5, h6 {
	color: #00978F;
	padding-bottom: 10px;
}
p {
	padding-bottom: 10px;
}
table {
	font-size: 1em;
}
#content_middle ul, #content-right ul {
	margin-left: 26px;
}
#content_middle ul li, #content-right ul li {
	padding: 2px 0 2px 10px;
	background: url(../img/point_green.gif) 0 7px no-repeat;
}
li {
    list-style-type: none;
}
blockquote {
	margin: 0 40px;
}
.clear {
	clear: both;
}
address {
	font-style: normal;
}
dfn {
	display: none;
}
#content_middle .contenttable {
	border-collapse: collapse;
	width: 100%;
	color: #6D686D;
}
#content_middle .contenttable th {
	text-align: left;
	padding: 6px;
	background: #E8EAEB;
	color: #6D686D;
}
#content_middle .contenttable td {
	padding: 6px;
}
#content_middle .contenttable tbody tr {
	background: url(../img/points.gif) bottom repeat-x;
}
#contact_box .contenttable {
	margin-left: -1px;
}
#contact_box .contenttable td {
	padding-right: 4px;
}
#contact_box .contenttable p {
	padding: 0;
}
		/** Wrap
------------------------------------------------------------ */
#wrap {
	width: 976px;
	margin: 0 auto;
	padding: 14px 6px 0 6px;
	text-align: left;
	position: relative;
	background: url(../img/wrap_bg.jpg) no-repeat;
}
		/** Header
------------------------------------------------------------ */
#headerimg {
	display: block;
	padding-top: 20px;
}
		/** Contentwrap
------------------------------------------------------------ */
#contentwrap {
	clear: both;
}
		/** Logo
------------------------------------------------------------ */
#logo {
	display: block;
	position: absolute;
	top: 24px;
	left: 15px;
}
		/** Servicenavigation and Languagemenu
------------------------------------------------------------ */
#servicenavi {
	position: absolute;
	right: 6px;
}
#servicenavi a {
	display: block;
	padding: 0 4px;
	color: #6D686D;
}
#servicenavi a:hover {
	text-decoration: underline;
}
#servicenavi li {
	float: left;
	border-left: 1px solid #6D686D;
}
#servicenavi .first {
	border-left: none;
}
.lmenu_active {
	display: none;
}
		/** Mainnavigation
------------------------------------------------------------ */
#mainnavi {
	clear: both;
	border-bottom: 16px solid #00978F;
	float: left;
	width: 100%;
}
#mainnavi li {
	float: left;
}
#mainnavi li a {
	display: block;
	padding: 2px 15px;
	color: #6D686D;
	font-weight: bold;
}
#mainnavi li a:hover, #mainnavi li .active {
	background: url(../img/sprite.gif) repeat-x 0 -529px;
	color: #FFFFFF;
}
		/** Subnavigation
------------------------------------------------------------ */
#subnavi {
	clear: left;
	float: left;
	width: 195px;
	padding-top: 10px;
	font-size: 0.9em;
	/* In IE the word breaks if it´s too long */
	word-wrap: break-word;
	/* All other browser just cut the word */
	overflow: hidden;
	height: 381px;
}
html>body #subnavi {
	height: auto;
	min-height: 381px;
}
#subnavi ul {
	margin-left: 14px;
}
#subnavi li {
	background: url(../img/points.gif) bottom repeat-x;
	height: 1%;
	padding-left: 4px;
}
#subnavi a {
	display: block;
	padding: 3px 0 3px 14px;
	color: #6D686D;
}
#subnavi a:hover {
	color: #CA8D3B;
}
#subnavi .active, #subnavi .cur {
	font-weight: bold;
	color: #00978F;
	background: url(../img/sprite.gif) 0 -311px no-repeat;
}
#subnavi .active:hover, #subnavi .active_sub:hover, #subnavi .cur:hover {
	background: url(../img/sprite.gif) 0 -206px no-repeat;
}
#subnavi .active_sub {
	font-weight: bold;
	background: url(../img/sprite.gif) 0 -416px no-repeat;
}
/* Second Level */
#subnavi ul li {
	background: none;
	padding-left: 0;
}
		/** Contentmiddle
------------------------------------------------------------ */
#content_middle {
	float: left;
	width: 554px;
	padding: 10px 10px 10px 18px;
	height: 381px;
}
html>body #content_middle {
	height: auto;
	min-height: 381px;
}
.two_cols #content_middle {
	width: 651px;
	padding: 10px 40px 10px 90px;
}
.one_col #content_middle {
	clear: left;
	float: none;
	width: auto;
	padding: 10px 14px 10px 30px;
}
#content_middle .print_page {
	text-align: right;
	display: block;
	margin-bottom: 8px;
}
		/** Contentright
------------------------------------------------------------ */
#content_right {
	float: left;
	width: 177px;
	height: 381px;
	padding: 12px 4px 0 18px;
	background: url(../img/sprite.gif) repeat-x 0 -764px;
}
html>body #content_right {
	height: auto;
	min-height: 381px;
}
		/** Teaserbox
------------------------------------------------------------ */
.teaserbox {
	width: 161px;
	float: left;
	padding: 0 35px 40px 35px;
	overflow: hidden;
}
.teaserbox_image {
	position: relative;
	height: 1%;
	padding-bottom: 0;
}
.teaserbox_image .headline {
	display: block;
	background: url(../img/teaserbg.png);
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	width: 153px;
	position: absolute;
	bottom: 0;
	left: 1px;
	cursor: pointer;
}
.teaserbox_image img {
	border: 1px solid #E8EAEB;
	display: block;
}
.teaserboxcontent {
	padding: 5px 5px 0 5px;
	font-size: 0.9em;
}
		/** Footer
------------------------------------------------------------ */
#footer {
	clear: both;
	text-align: center;
	padding: 46px 0 10px 0;
	height: 25px;
}
.three_cols #footer {
	background: url(../img/footer_sprite.gif) 0 20px no-repeat;
}
.two_cols #footer {
	background: url(../img/footer_sprite.gif) 0 -212px no-repeat;
}
.one_col #footer {
	padding: 8px 0 10px 0;
	border-top: 18px solid #00978F;
}
#footer li {
	display: inline;
	border-right: 1px solid #6D686D;
	padding: 0 4px;
}
#footer a {
	color: #6D686D;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .last {
	border-right: none;
}
#footer .print_page {
	background: url(../img/sprite.gif) 3px -648px no-repeat;
	padding: 2px 0 0 26px;
}
		/** News
------------------------------------------------------------ */
.news-more, .news-single-backlink {
	clear: both;
	display: block;
}
.news-more a, .news-single-backlink a {
	background: url(../img/sprite.gif) 0 4px no-repeat;
	padding-left: 16px;
	float: right;
}
.news-more a:hover, .news-single-backlink a:hover {
	background: url(../img/sprite.gif) 0 -103px no-repeat;
}
.news-list-container .news-list-item {
	background: url(../img/points.gif) bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-list-container .news-list-image, .news-single-item .news-single-img {
	float: left;
	margin-right: 15px;
	border: 1px solid #E8EAEB;
	background: #E8EAEB;
}
.news-list-container .news-list-image a {
	display: block;
}
.tx-ttnews-browsebox {
	text-align: center;
}
.tx-ttnews-browsebox span {
	padding-right: 4px;
}
.news-single-imgcaption {
	padding: 2px;
}
		/** Filelist
------------------------------------------------------------ */
#content_middle .filelinks, #content-right .filelinks {
	margin: 0;
}
#content_middle .filelinks li, #content-right .filelinks li {
	background: none;
	padding-left: 0;
}
.filelinks a {
	color: #6D686D;
	font-size: 0.9em;
}
.filelinks a:hover {
	text-decoration: underline;
}
/** Mailform
------------------------------------------------------------- */

#mailform .csc-mailform-field {
  width: 500px;
  padding-bottom: 10px;
}
#mailform .csc-mailform-field label{
  width: 200px;
  float: left;
}
#mailform .csc-mailform-submit {
  float: right;
}
* +html #mailform .csc-mailform-submit {
  margin-left: 405px;
  float: none;
}
* html #mailform .csc-mailform-submit {
  margin-left: 415px;
  float: none;
}



#mailformAnrede {
  width: 180px;
}

