body {
  margin:0;
  padding:0;
  color: #555;
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 62.5%;
  background-color: #fff5f5;
}
html {
	/*background-image:url(../img/html_bg.gif);*/
	color: red;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #d54718;
}
a:hover {
  text-decoration: underline;
}
.selected a {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
p.bodytext {
  padding-bottom: 10px;
}
.logout {
  padding-top: 10px;
}
.logout a {
  font-weight: bold;
  font-size: 1.1em;
}
h1 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  /*color:#D54718;*/
  font-size:1.5em;
  font-weight:normal;
  padding:4px 2px;
}

/* Formdesign - START */
fieldset#mailformAnrede,
fieldset.csc-mailform {
  border: 0;
  padding: 0;
}
fieldset#mailformAnrede {
  margin-bottom:5px;
}
fieldset.csc-mailform {
  width:550px;
}
#mailformAnrede legend {
  display: none;
}
input#mailformname,
input#mailformemail,
select#mailformbetreff,
textarea#mailformtext {
  display: block;
  margin: 1px 0 10px 20px;
  width: 550px;
  border: 1px solid #ddd;
}
input#mailformAnredeFrau,
input#mailformAnredeHerr {
  margin-left: 20px;
}
input.csc-mailform-submit {
  background-color: #AAAAAA;
  border: 1px solid #666;
  color:#FFFFFF;
  cursor: pointer;
  padding: 2px 5px;
  float:right;
  margin-top:10px;
  font-weight:bold;
  margin-bottom: 40px;
}
label {
  font-weight: bold;
}
.csc-mailform-radio label {
  font-weight: normal;
}
.info {
  font-size:0.9em;
  font-style:italic;
  text-align:right;
}
/* Formdesign - END */

#breadcrumbs a {
  font-style: italic;
  font-size: 0.9em;
  color: #333333;
}
#header {
	background-image: url(../img/header_bg.png);
	height:149px;
}
#lyt,
#header_lyt {
  width: 950px;
  margin: 0 auto;
  font-size: 1.2em;
}
#lyt {
  padding-bottom: 20px;
}
#logo {
  padding-top:20px;
  float: left;
  width: 152px;
}
#language {
  float:right;
  padding-top:70px;
}
#language ul,
#footer ul,
ul#subnavigation,
#mainnavigation ul{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;  
}
#mainnavigation {
  position:absolute;
  top:120px;
}
#mainnavigation li {
  display: inline;
  float: left;
  font-size: 1.1em;
  padding-right: 4em;
}
#mainnavigation a {
  color: #fff;
}
#language ul li,
#footer ul li{
  display: inline;
  padding-left:15px;
}
lytcols:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.lytcols {
  padding: 20px 0 0 210px;
}
.lytcol-1 {
  float:left;
  margin:0 0 0 -210px;
  width: 210px;
}
.lytcol-2 {
  padding-left: 25px;
}
ul#subnavigation li {
  height: 25px;
  line-height: 25px;
  margin-bottom:10px;
  padding: 1px;
  font-size: 1em;
  border: 1px solid #D65B34;
}
ul#subnavigation li a{
  background: url(../img/navigation_bg.png) repeat-x;
  display: block;
  padding: 0 5px;
  color: #fff;
  padding-left:3px;
}
#mainnavigation .selected a,
#footer_inner .selected a{
  /*color: #ccc;*/
}
ul#subnavigation li a:hover{
  background: url(../img/navigation_bg_hover.png) repeat-x;
}
ul#subnavigation li.cur a {
  background: url(../img/navigation_bg_hover.png) repeat-x;
  text-decoration: underline;
}
ul#subnavigation li.cur {

}
ul#subnavigation li.selectet_sub {
  margin-bottom:0;
}
ul#subnavigation li.selectet_sub a {
  text-decoration:underline;
}
ul#subnavigation li.sub,
ul#subnavigation li.selectet_sub_sub {
  border:0 none;
  margin-left: 7px;
  margin-bottom:0;
  height:22px;
  line-height:22px;
}
ul#subnavigation li.sub a,
ul#subnavigation li.selectet_sub_sub a {
  background: 0;
  color:#D54718;
}
ul#subnavigation li.selectet_sub_sub a {
  text-decoration: underline;
}
#headline{
  color:#D54718;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 7px;
}
#footer {
  background: #f0e8d9 ;
  border-top: 1px solid #dbc49d;
  bottom: 0;
  clear: both;
  color :#98A285;
  font-size: 11px;
  padding: 10px 0 11px;
  position: fixed;
  text-align: center;
  width: 100%;
}
#footer {
  clear: both;
}
#footer_inner {
  margin: 0 auto;
  text-align: right;
  width: 950px;
}

