/* ***************  IMPORTS  ************************ */
/* RTE */
@import url('/fileadmin/templates/css/rte.css');
@import url('/fileadmin/templates/css/menu.css');


/* ************************************************** */
/* fix Styles */
/* ************************************************** */
body {
  /*background-color:#e5edd7;*/
  font-size:14px;
  font-family:Arial, Helvetica, Sans-Serif;
  color:#000;
	background:#e8e8e9 url('../../images/bodybackground.gif') repeat-y center center; /*#e8e8e9*/
}

#allinone {
	background:url('../../images/background.gif') repeat-x left 9px;
}	

#wrapper {
	background-color:#fff;
  background-image:url('../../images/body_bg_white.png');
  background-repeat:repeat-y;
  background-position:left top;
}

p, p.bodytext {
  margin-top:0.5em;
  margin-bottom:0em;
  line-height:1.3em;
}

p a, 
p a:link, 
p a:active, 
p a:visited, 
p a:focus,
p.bodytext a, 
p.bodytext a:link, 
p.bodytext a:active, 
p.bodytext a:visited, 
p.bodytext a:focus {
  text-decoration:none;
  color:#67a300;
  background-image:url('../../images/arrow_right_green.gif');
  background-repeat:no-repeat;
  background-position:0 5px;
  padding-left:7px;
  text-decoration:none;
} 
p a:hover,
p.bodytext a:hover {
  text-decoration:none;
}

hr {
  border:none;
  border-top:1px solid #ccd3e4;
  height:1px;
  margin-top:1.5em;
  margin-bottom:1.5em;
  clear:both;
}

span.invisible {
  display:none;
}

div#content ul {
  /*list-style-type:square;*/
  list-style-image:url('../../images/bullet.gif');
}

/* Headlines */
h1 {
  font-size:20px;
  font-weight:bold;
  color:#9c9e9f;
  margin:0px;
  margin-top:1.5em;
  margin-bottom:1.5em;
  text-align:left;
}

h2 {
  font-size:18px;
  font-weight:bold;
  margin-top:1.5em;
  margin-bottom:1.5em;
  text-align:left;
}

h3 {
  font-size:16px;
  font-weight:bold;
  text-align:left;
}

h4 {
  font-size:14px;
  font-weight:bold;
  text-align:justify;
}

div#content ul,
div#content li {
  text-align:justify;
  line-height:1.3em;
}


/* Formulare */
input, textarea {
  border:1px solid #000;
  background-color:#fff;
  color:#000;
}

input.button {
  border:2px solid #000;
  background-color:#ccd3e4;
}

input.checkbox {
  border:none;
  background-color:transparent;
}


/******************************************/
/* HEAD */
/******************************************/
div#head {
  text-align:right;
  background-color:#fff;
  position:relative;
}
div#head img {
  position:absolute;
  top:25px;
  left:820px;
}

div#teaserbild {
  position:absolute;
  top:0;
  left:0px;
  width:815px;
  height:220px;
  /*height:226px;*/
  z-index:1000;
  overflow:hidden;
  display: none;
}

div#content_head {

}

div#content_head img {
  position: absolute;
  left: 0px;
  width:815px;
  height:220px;
}

div#content_head a, 
div#content_head a:focus, 
div#content_head a:active, 
div#content_head a:visited, 
div#content_head a:hover {
  background-image:none;
  padding-left:0;
}

div#sublogoslogan {
	position:relative;
	left:835px;
	width:150px;
	top:1px;
	text-align:center;
	color:#666;
}


/******************************************/
/* CONTENT */
/******************************************/
div#content {
  color:#000;
  font-size:14px;
  padding:0px;
  padding-top:40px;
  padding-left:20px;
  padding-right:0;
  margin:0px;
  text-align:justify;
}

/* linke Spalte unter dem Menue */
div#content_left {
  color:#fff;
  font-size:15px;
  padding:10px;
  padding-left:40px;
  letter-spacing:0.1em;
}


/******************************************/
/* FOOTER */
/******************************************/
div#alt_footer_wrapper {
  padding-left:260px;
}

div#alt_footer {
  padding:0;
  font-size:11px;
  width:555px;
  margin-top:40px;
  padding-bottom:40px;
  clear:both;
}

div#alt_footer div.copyright {
  text-align:right;
}


/* **************************************** */
/* CSC-Mailform */
/* **************************************** */
form#mailform {
  margin:0;
}

form#mailform fieldset.csc-mailform {
  border:none;
  padding:0;
  margin:0;
}

form#mailform div.csc-mailform-field {
  margin-bottom:8px;
}

form#mailform div.csc-mailform-field label {
  width:200px;
  display:block;
  float:left;
}

form#mailform div.csc-mailform-field input {
  width:260px;
}

form#mailform div.csc-mailform-field textarea {
  width:260px;
}

form#mailform div.csc-mailform-field input.csc-mailform-submit {
  background-color:#77b321;
  color:#fff;
  margin-left:200px;
}

/* CSC-Image */
dd.csc-textpic-caption {
  color:white;
  padding:4px;
  background-color:#A1C317;
}

div.csc-textpic-imagewrap {
  margin-bottom:20px;
}



