/* CSS Document */


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

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

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

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

sub,sup {
	font-size:90%;
}

p {
  padding: 0.1em;
  margin-bottom: 1em;
}

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

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

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

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

body
{
  width: 1024px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin-left:auto;
  margin-right:auto;
  background:#F1F4F9;
  min-height:100%; 
}
h1 {
  color : #0F286A;
  font-size: 150%;
  font-weight: bold;
  padding: 0.0em;
  margin-left: 0.0em;
  line-height: 0.0em;
  margin-bottom: 0.4em;
  margin-top: 0.5em;
  
}

h2 {
  font-size: 130%;
  padding: 0.0em;
  margin-left: 0.0em;
  margin-bottom: 0.4em;
  line-height: 1em;
  margin-top: 1.5em;
}

h3 {
color : #0F286A;
  font-size: 110%;
  font-weight: bold;
  padding: 0.0em;
  margin-left: 0.0em;
  margin-bottom: 0.4em;
  line-height: 1.0em;
  margin-top: 0.5em;
}

/* Header-Styles */

.header {
  float: left;
  width: 100%;
}

.header_logo {
  float:left;
  height: 121px;
  width: 1024px;
  text-align: center;
  background-image: url("../images/questheader3.png");
  background-repeat: no-repeat;
    border-right: solid 1px #5B5A5B;
  
}
  


#header_content {
  float: left;
  height: 7.5em;
  width: 50em;
  padding-left: 12.5em;
  padding-right: 1em;
}

#header_title {
  padding-left: 0;
  padding-right: 0;
}

#header_title h1 {
  font-size: 250%;
  font-weight: bold;
  padding: 0;
  margin-left: 0;
  color: white;
  margin-bottom: 0.1em;
  margin-top: -2.25em;
  line-height: 1em;
}

#header_title_shadow h1 {
  font-size: 250%;
  font-weight: bold;
  padding: 0;
  margin-left: 0;
  color: black;
  margin-bottom: 0.1em;
  margin-left: 0.15em;
  margin-top: 1.2em;
  line-height: 1em;
}

#header_title h2 {
  color: black;
  font-size: 150%;
  padding: 0;
  margin-left: 0.1em;
  margin-bottom: 0.3em;
  margin-top: 0.1em;
  line-height: 1em;
}

#kontakt {
  float: left;
  margin-left: 2.5em;
  margin-top: 0em;
  padding: 0.5em;
  font-weight: bold;
}

#kontakt a {
   text-decoration: none;
   color: black;
   margin-top:0.5em;
   margin-left:0em;
   padding-right:0em;
   margin-right:0em;
}

#kontakt a:hover {
  text-decoration: underline;
}

.kontaktitem_aktiv{
  color: #0F286A;
 
}

#hintergrund {
  float: left;
}

#bar {
  width: 100%;
  font-size: 10%;
  background: black;
  float: left;
}

#link_container {
  float:left;
  width: 17.25em;
  height: 47px;
 border-right: solid 1px #5B5A5B;
}

#navigation {
  padding:0;
  margin:0;
  list-style-type: none;
  width: 100%;
  float: left; 
  border-bottom: solid 1px grey;
  background-color: #EC921A;
}

#navigation_container {
  width: 1023px;
  float: left;
  border-bottom: solid 1px #5B5A5B;
  border-right: solid 1px #5B5A5B;
  border-left: solid 1px #5B5A5B;
}

#navigation li {
    float: left;
    text-align: center;
    width: 170px;
    /*background-color: white; */
    list-style-type: none;
}

#navigation li .schicht1 {
    display: block;
    text-decoration: none;
    color: black;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    
   font-size: 110%;
   height: 40px;
   border-right: solid 1px #5B5A5B;
   
    
}

.schicht1_aktiv { 
  color: white;
  font-size: 100%;
  font-weight: bold;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-right: solid 1px white;
  display: block;
  text-decoration:none;
  padding-left:0.5em;
  padding-right:0.5em;
  height: 40px;
  background-color: #C76E00;
}

#navigation li a:hover {
  color: white;
  background-color: #C76E00;
}

.linksmenue {
  width: 17.20em;
  min-height: 35em;
  float: left;
  padding: 0;
  background:lightgrey;
 
}

.linksmenue ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #CBCBCB;
}	


.linksmenue li {
  margin: 0;
}

.linksmenue a {
  display: block;
  text-decoration: none;
}

.linksmenue a.group {     
  padding: 0.2em 0.5em 0.2em 0.4em; 
  color: #383838;
  font-size: 100%;
  text-decoration: none;
  border-bottom: solid 1px white ;
  font-weight: bold;
}
#body-container {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: grey;
}


#body-container .linksmenue ul li a:hover {
  background-color: #5B5A5B;
  color: white; 
}

.linksmenue .linksmenue_aktiv {
  background-color: grey ;
  color: white ;
  font-size:110%; 
  font-weight: bold;
  padding: 0.3em;
  border-bottom: solid 1px white; 
  margin-bottom: 0;
}


/* Level 2 im linken Men? (Level 3 insgesamt)*/
.linksmenue .linkssubmenue  a.linkssubitem {
  padding: 0.3em 0.2em 0.3em 1em; 
  border-bottom: solid 1px white; 
  color: #333333;
  font-size: 95%;
  text-decoration: none;
  background: #ebebeb;
  border-bottom: solid 1px black;
}

.linksmenue .linkssubmenue ul {
  background: #5B5A5B;
}

.linksmenue .linkssubmenue ul li {
}

.linksmenue .linkssubmenue ul li a {
  display: list-item;
  list-style: disc inside;
  padding-left: 3em;
}

.linksmenue .linkssubmenue a:hover{
  background-color: #333333;
  color: #00418E; 
}

.linksmenue .linkssubmenue .linkssubitem-aktiv {
  margin: 0;
  background-color: #ebebeb;
  color: #333333;
  font-size:95%;
  padding: 0.2em 0.5em 0.2em 1em;  
  font-weight: bold;
  border-bottom: solid 1px #5B5A5B;
}

#body-container{
  float: left;
  width: 100%
}

#content_box {
  border-left-width: 17.3em;
	border-left-style: solid;
  border-left-color: lightgrey;
  background-color: white;
  border-right: solid 1px #5B5A5B;
}

div#menu_border_color {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: grey;
	min-height: 35em;
}

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

.content {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.content li {
  margin-left:2em;
}
/*.content a{
  color: #c76e00;
}*/

.footer {
  float:left;
  height: 112px;
  width: 1023px;
  text-align: center;
  background-image: url("../images/footer_en2.jpg");
  background-repeat: no-repeat;
  border-left: solid 1px #5B5A5B;
  border-right: solid 1px #5B5A5B;
  border-bottom: solid 1px #5B5A5B;
}

.footer  span.footertext

{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: smaller;
	color: white;
}
.footer  a
{
	color: #f7901c;
}

.copyright a {
  color: black;
}

.lenkung_spalte_links {
  float:left;
  width:38%;
  height: 19em;
}

.lenkung_spalte_mittel {
  float:left;
  width:30%;
  height: 19em;
}

.lenkung_spalte_rechts {
  float:left;
  width:30%;
  height: 19em;
}



.csc-frame-indent3366 {
  margin-left: 0;
  width: 59em;
}

.csc-frame-indent {
  margin-left: 2em;
  width: 57em;
}

table p {
	padding: 0;
	margin: 0;
}

table th {
	text-align: left;
}

div.news-single-item hr{
	display: none;
}

div.news-single-item h2{
	margin-top:13px;
}

div.news-single-rightbox{
	margin-bottom: 20px;
}


h2{
	font-weight: normal;
}