*
{
    margin: 0;
    padding: 0;
    border: 0;
}

html
{
    overflow: auto;
}

html, body
{
    height: 100%;
}

body
{
    background-color: White;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    text-align: center;
}

html > body #container
{
    height: auto;
    min-height: 100%;
}

* html #container
{
    height: 100%;
}
a
{
    text-decoration: none;
}
a:hover
{
    color: #FDB813;
}
h1, h2, h3, h4
{
    font-weight: normal;
}
h2
{
    font-size: 16px;
}
h3
{
    font-size: 14px;
}
h5, h6
{
    font-size: 14px;
}
#container
{
    position: relative;
    width: 950px;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-position: left top;
}

#header
{
    height: 188px;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: left top;
}
#menu_oben
{
    position: absolute;
    top: 20px;
    right: 40px;
    color: White;
    text-align: right;
}
#menu_oben a
{
    color: White;
}
#menu_oben a:hover, #menu_oben a:hover.act, #menu_oben a.act
{
    color: #58595B;
}
#logo
{
    position: absolute;
    top: 84px;
    left: 190px;
}
#footer
{
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: White;
}
* html #footer
{
    bottom: -1px;
}
#content
{
    padding-bottom: 20px;
    text-align: left;
}
#menu_wrapper
{
    float: left;
    width: 190px;
    padding-top: 75px;
}
#menu_wrapper ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu_wrapper li
{
    padding: 0;
    margin: 0 0 3px 0;
}
#menu_wrapper a
{
    display: block;
    padding: 5px 10px 5px 20px;
    background-color: #8D8F91;
    border-left: solid 5px #8D8F91;
    color: White;
    font-size: 14px;
    margin: 0px;
}
* html #menu_wrapper a, * html #menu_wrapper a:hover
{
    width: 188px;
}
#menu_wrapper a.act, #menu_wrapper a:hover.act, #menu_wrapper a:hover
{
    border-left: solid 5px #FDB813;
    color: #FDB813;
}
#menu_wrapper ul
{
    margin-bottom: 20px;
}
#menu_wrapper ul ul
{
    margin-bottom: 3px;
}
*:first-child + html #menu_wrapper ul ul
{
    margin-top: -16px;
}
* html #menu_wrapper ul ul
{
    margin-top: -16px;
}
#menu_wrapper ul ul li
{
    margin: 0;
}
#menu_wrapper ul ul a
{
    display: block;
    padding: 2px 10px 2px 40px;
    background-color: Transparent;
    border: 0;
    color: White;
    margin: 0;
}
#menu_wrapper ul ul a.act, #menu_wrapper ul ul a:hover.act, #menu_wrapper ul ul a:hover
{
    color: #FDB813;
    border: 0;
}
#inhalt_wrapper
{
    float: left;
    position: relative;
    padding-top: 75px;
    width: 510px;
}
#inhalt, #inhalt-start
{
    padding: 4px 50px 20px 50px;
    color: White;
    font-size: 13px;
}
#inhalt-start
{
    padding: 0 20px 20px 20px;
}
#inhalt
{
    margin-top: -52px;
}
#inhalt h1, #inhalt-start h1
{
    font-weight: normal;
    font-size: 25px;
}
#inhalt-start h1
{
    font-size: 20px;
}
#inhalt ul
{
    list-style-position: outside;
    margin-left: 25px;
    margin-bottom: 15px;
}
#inhalt li
{
    margin-bottom: 15px;
}
#inhalt ul.list
{   
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0;
    margin-bottom: 0;
}
#inhalt ul.deep1
{
    list-style-type: circle;
    margin-left: 25px;
}
#inhalt li.item, #inhalt li.first, #inhalt li.last
{
    margin-bottom: 3px;
    padding: 3px 10px;
    border: solid 1px #8D8F91;
}
#inhalt ul.deep1 li.item, #inhalt ul.deep1 li.first, #inhalt ul.deep1 li.last
{
    border: 0;
    margin-bottom: 0;
}
#inhalt div.table
{
    position: relative;
}
#inhalt div.table table.daten, #inhalt table.contenttable
{
    position: absolute;
    margin-top: 20px;
    border: solid 1px #95B5DF;
    border-collapse: separate;
    empty-cells: hide;
    width: 100%;
    background-color: #ADC5E7;
    text-align: center;
    color: rgb(51, 51, 51);
}
#inhalt table.contenttable
{
    position: relative;
    width: 410px;
}
#inhalt div.table table.daten td p, #inhalt table.contenttable td p
{
    margin: 0;
    font-size: 13px;
}
#inhalt div.table table.daten td, #inhalt table.contenttable td
{
    border: solid 1px #95B5DF;
    padding: 4px 3px;
    font-size: 13px;
}
#inhalt p, #inhalt-start p, #inhalt_rechts p
{
    margin-bottom: 15px;
    line-height: 18px;
}
#inhalt_rechts p
{
    line-height: 16px;
}
#inhalt a, #inhalt-start a, #inhalt_rechts a, #inhalt .tx-indexedsearch-res table a
{
    color: Orange;
}
#inhalt .tx-indexedsearch-res table a
{
    font-weight:bold;
}
#inhalt .tx-indexedsearch-res table strong
{
    color: Orange;
}
#inhalt .tx-indexedsearch-res table td.tx-indexedsearch-info
{
	background-color:#aaa;
	padding:5px;
}
#inhalt a:hover, #inhalt-start a:hover, #inhalt_rechts a:hover, #inhalt .tx-indexedsearch-res table a:hover
{
    color: Orange;
    border-bottom: dotted 1px Orange;
}
#inhalt table a
{
    color: #333;
}
#inhalt table a:hover
{
    color: #D3641A;
    border-bottom: dotted 1px #D3641A;
}
#inhalt img, #inhalt_rechts img
{
    border: solid 1px #8D8F91;
    padding: 2px;
    margin-bottom: 10px;
}
#inhalt .csc-header img, #inhalt_rechts .csc-header img
{
    border: 0;
    padding: 0;
    margin: 0;
}
#inhalt-start .csc-textpic-imagewrap a, #inhalt-start .csc-textpic-imagewrap a:hover
{
    border-bottom: 0;
}
#inhalt-start .csc-textpic-imagewrap img
{
    border-left: solid 5px #8D8F91;
}
#inhalt-start .csc-textpic-imagewrap img:hover
{
    border-left: solid 5px #FDB813;
}
#inhalt-start .csc-textpic-text
{
    padding-left: 20px;
}
#inhalt-start .csc-textpic
{
    border: solid 1px #8D8F91;
    padding: 10px;
    min-height: 100px;
    margin-bottom: 15px;
}
* html #inhalt-start .csc-textpic
{
    height: 122px;
}
*:first-child + html #inhalt-start .csc-textpic
{
    height: 100px;
}
#inhalt_rechts_wrapper
{
    float: left;
    margin-top: 75px;
    width: 220px;
    background-repeat: repeat-x;
    background-position: left top;
    margin-bottom: 20px;
    min-height: 150px;
}
* html #inhalt_rechts_wrapper
{
    height: 150px;
}
#inhalt_rechts
{
    padding: 5px 25px 10px 25px;
    color: White;
    font-size: 12px;
}
#inhalt_rechts h1
{
    font-weight: normal;
    font-size: 18px;
}
.clear
{
    clear: both;
}

/*Kontakt-Formular*/

.csc-mailform-field {
    width:100%;
}
	
* html .csc-mailform-field {
    padding-bottom:10px;
}

*:first-child + html .csc-mailform-field {
    padding-bottom:10px;
}

.csc-mailform-field label {
    display:block;
    float:left;
    width: 80px;
    text-align:left;
}
	
.csc-mailform-field input,  .csc-mailform-field textarea{
    display:block;
    float:left;
    width: 270px;
	height:auto;
    margin-bottom:12px;
    text-align:left;
	vertical-align: middle;
	
	background-color:#aaa;
    border-left: solid 1px #FFF;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
	
    color:#58595B;
    font-family:Arial, Sans-Serif;
    font-size:13px;
    font-style:normal;
    padding:2px;
}
.tx-indexedsearch td
{
	vertical-align:top;
	font-size:13px;
	color:#FFF;
}
.tx-indexedsearch-searchbox input, .tx-indexedsearch-searchbox select{

	color:#333;
    font-family:Arial, Sans-Serif;
    font-size:13px;
    font-style:normal;
    padding:0px;
	
	background-color:#aaa;
    border-left: solid 1px #FFF;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
	margin-bottom: 13px;
	margin-left: 4px;
}
.formfield  {
	color:#333;
    font-family:Arial, Sans-Serif;
    font-size:13px;
    font-style:normal;
    padding:2px;
	
	background-color:#aaa;
    border-left: solid 1px #FFF;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	margin-left: 4px;
}
input.formfield[type=submit] {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	
}
#thisform td {
	font-size:13px;
	color:#FFF;
}

.tx-indexedsearch-searchbox input
{
	padding:2px;
}
.tx-indexedsearch-searchbox input.submit
{
	font-weight: bold;
	padding:2px 5px;
}
.tx-indexedsearch-redMarkup 
{
	color:orange;
}
* html .csc-mailform-field input, * html .csc-mailform-field textarea
{
    margin-bottom:0;
}
*:first-child + html .csc-mailform-field input, *:first-child + html .csc-mailform-field textarea {
    margin-bottom:0;
}
#mailform input, #mailform select, #mailform textarea
{	color:#333;
}

input#mailformformtype_mail {
    clear:both;
    float:none;
    margin-left:80px;
    width: 276px;
    text-align:center;
    border-left: solid 1px #c3c3c3;
    border-top: solid 1px #c3c3c3;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    font-size:14px;
    font-style: normal;
    font-weight:bold;
}
	
* html input#mailformformtype_mail  {
    width: 270px;
}
