/*****************************/
/*** Grundkonfiguration "normale" HTML - Tags ***/
/*****************************/

/*****************************/
/******editor_content wird Importiert****/

@import url("editor_content.css");

/*****************************/


html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000;


}

a:link, a:visited {
	text-decoration: none;
  font-weight: bold;
  color: #045385;

}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0; }

a img, .blog img, #page img, #component-contact img {
  border: 0px solid #fff;
}


/* Heading */

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0em 0 1em 0;
	padding: 0;
}

ul {
  padding: 10px;
  margin: 10px;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
    border:0px solid green;
}

div.search-suche {
  line-height: 10px;
}


form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: tahoma,  Helvetica, sans-serif;
	font-size: 100%;
}



.button {
  margin:3px 3px 0px 3px;
	padding: 0px;
	border: 1px solid #333333;
    font-weight:bold;
	background:  #eee;   /*GRAFIK EINBINDEN????*/
	color: #333;
	font-size: 100%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background:  #eee;   /*GRAFIK EINBINDEN????*/
	color: #333;
        font-weight:bold;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #fbfbfb;
}
/*Normale HTML Tags -- ENDE --*/

/*****************************************/
/*** Template Layout Elemente ***/
/*****************************************/
#page_bg {
	padding: 0px 0;
	margin-bottom: 1px;
  background: #dfe0e1;
}

div.container980 {
width:980px;
margin: 0 auto;
border:0px solid green;
}
div.container930 {
width:950px;
margin: 0 auto;
border:0px solid green;
}


#container_seite {
  min-width: 980px;
  max-width: 1400px;
  border:0px solid red;
  margin: 0px auto 20px auto;

  background: #fff url(../bilder/jh_bg_1.jpg) repeat-y center;
}


#container_kopf {
    min-width: 980px;
    max-width: 1400px;
    height: 569px;
  border: 0px solid red;
  margin: 0px auto 0px auto; /*negativer Margin wert zur �berlappung*/
  background: url(../bilder/jh_header_1.jpg) no-repeat top center;

}

#container_links {
  width: 200px;
border: 0px solid green;
margin: 0px 10px 0px 17px;
float:left;

}

#main_inhalt {
  clear:both;
  margin: -10px 0 0 0;
  height: 15px;
  border:0px solid red;
}


#container_haupt {
  width: 668px;
border: 0px solid #eee;
margin: 0px 5px 0px 15px;
float:left;
padding-left: 15px;
}
/*2 Spalten-- AUSKOMMENTIEREN!*/
#container_rechts {
  width: 195px;     /*FORMEL -->  Width von #container_seite minus Paddings! minus #container_links width minus paddings; #container_haupt width minus paddings  */
border: 0px solid purple;
margin: 24px 20px 0px 0px;
float:right;

}



#container_footer
{
    min-width: 980px;
    max-width: 1400px;
  height: 77px;
  border: 0px solid #686461;
  margin: 0px 0px 0px 0px;   /*negativer Margin wert zur �berlappung*/
  color: #686461;
  background:#fff url(../bilder/jh_footer_1.jpg) no-repeat bottom center;

}
div#footertext-links {
  float:left;
  width: 33%;
  border:0px solid red;
padding: 30px 0px 0px 20px;
font-size: : 10px;
font-weight: bold;
   color: #045385;
}
div#footertext-copy {
  float:left;
  width: 200px;
  border:0px solid red;
padding: 30px 0px 0px 20px;
font-size: : 10px;
font-weight: bold;
   color: #045385;
   text-align:left;
}


div#footertext-links a:link,
div#footertext-links a:visited {
  font-weight:bold;
}


div#footertext-rechts {
  float:right;
  width: 60%;
  border:0px solid red;
padding: 30px 20px 0px 0px;
font-size: : 10px;
font-weight: bold;
   color: #045385;
text-align:right;
}


/*****************************************/
/*** Template Layout Elemente -- ENDE -- ***/
/*****************************************/




.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
color:#333; /*#fff*/
font-style: normal;  /**/
font-size: 30px;
text-align:center;
display:block;
border-bottom:0px solid #686461;
font-weight:bold;
color: #045385;
}

.contentheading-referenzen {
 text-align:left;
 margin: 0px;
}



h2 {
  font-size:18px;
}
h3 {
  font-size:16px;
  text-align: left;
  margin: 1em 0 1em 0;

}
h4 {
  font-size:14px;

}
h5 {
  font-size:12px;

}
h6 {
  font-size:10px;
}


.moduletable-rechts h3{
  color:#000;
  font-weight:bold;
  padding-top: 0px;
}
.moduletable-rechts ul {
  width: 150px;
  border:0px solid red;
  list-style-type: none;
  padding:0;
  margin:0;
}
.moduletable-rechts ul li{
    padding-left: 0px;
    margin-bottom: 8px;

}

table#blue td {
  background: #e0edf5;
}
.module_banner {
padding: 160px 0 0 0;
}
.module {
  clear:both;
}

#container_links .moduletable {
  padding: 0px 3px 10px 3px;
background: url(../bilder/menue.png) repeat-y left center;
margin-bottom: 15px;
}
#container_links .moduletable h3 {
padding: 3px 0;
  font-size: 12px;
  background: url(../bilder/module_h3_bg.jpg) repeat-y top center;
}


.zitat_tages {
  border:1px solid #ff8633;
  padding: 0px;
  margin: 10px auto 10px auto;
  width: 70%;


  }
.zitat_tipp {

    border:1px solid #ff8633;
  float:right;
  padding: 0px;
  margin: 10px auto 10px auto;
  width: 40%;
}
.zitat_tipp h3,
.zitat_tages h3
 {
   background: #ffca5c;
  display:block;
  padding: 2px;
  text-align:center;
  border-bottom:1px solid #045385;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: #045385;
  margin: 0;
}
.zitat_tipp h3 {
  border:0;
  font-family: arial;
  font-size: 12px;
  font-style: normal;
}


.zitat_tipp div,
.zitat_tages div
{
  background: #ffad44 url(../bilder/quote_1.jpg) no-repeat top left;
}


.zitat_tipp div div,
.zitat_tages div div
{
background: url(../bilder/quote_2.jpg) no-repeat bottom right;

border:0px solid red;
   text-align: center;
   padding: 10px 50px ;
   margin: 0;
 }

.article_separator {
  display:block;
    border: 0px solid #ffca5c;
	margin:10px 0px;
    padding-bottom: 10px;
    background: url("/cms2/images/stories/design_bilder/orange_balken.png") no-repeat scroll center 5px transparent
}
.row_separator {
  height: 1px;
}
.acymailing_footer {
  display:none;
}

.moduletable-fcg {

}

/************************************************/
/********************UMFRAGE*******************/
/************************************************/

div#pollxtIntro [
color: #000;
]

div#sectiontableheader {
  margin-top: 10px;
}


/************************************************/
/********************UMFRAGE*******************/
/************************************************/

.module-video {
  border: 0px solid red;
  text-align: center;
  padding-left: 90px;
}


