/*****************************/
/*** Core html setup stuff ***/
/*****************************/ 

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial,sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #666;
	margin-bottom: 0px;
    height: auto;
    background: #FCFCFC url(../images/hg.png) no-repeat right bottom;
    background-size: 40% auto;
    background-attachment: fixed;
    text-align: justify; 
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
    font-size: 15px;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

input.button { cursor: pointer; }

p { 
  margin-top: 0; 
  margin-bottom: 10px;
  text-align: justify; 
}

.img { border: 2px solid #999: }

.bild {
    width: 100%;
    height: auto;
}

.search label {
    display: none;
}

.protectedby,
.accordion-toggle,
.mod-articles-category-group,
.muted {
   display: none;
}

h1 {
    font-size: 13pt;
    line-height: 22px;
    color: #8882B3;
    margin: 5px 0 15px 0;;
}

h2 {
    font-size: 13pt;
    line-height: 22px;
    color: #8882B3;
    margin: 10px 0 15px 0;;
}

#visformcontainer {
    width: 500px;
    border: 0px;
}

.visforms-form {
    border: 0px;
}

#field1, #field2, #field3, #field4, #field5, #field6 {
    width: 170px;
}

.scroll {}

ul {
   margin:0 0 10px 15px;
   padding:0;
   text-align:left;
   list-style-type:disc;
}

li {
   padding: 0 0 0 5px;
}



/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper {
    margin: 0px auto 30px auto;;
    width: 1000px;
    height: auto;
    overflow: hidden;
}

#oben {
    position: relative;
    margin: 20px auto 0 auto;
    width: 1000px;
    height: auto;
    overflow: hidden;
    border: 0px solid #000;
}   

#logo {
    float: left;
    width: 400px;
    height: 80px;
}

#link {
    width: 80px;
    height: auto;
    float: right;
    text-align: right;
    font-size: 13px;
    padding: 42px 0px 0 0;
}

#resizer {
    width: 150px;
    height: auto;
    float: right;
    text-align: right;
    font-size: 13px;
    padding: 48px 20px 0 0;
}

#flex {
    position: relative;
    margin: 20px auto 0 auto;
    width: 1000px;
    height: 300px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
} 

#inhalt {
    position: relative;
    margin: 0px auto;
    width: 998px;
    height: auto;
    min-height: 400px;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.left {
    z-index: 2;
    position: relative;
    margin: 15px 0 0 0;
    float: left;
    width: 180px;
    height: auto;
    background-color: #FBF7F4;
    border-radius: 3px;
    border: 1px solid #dcdcdc; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
    box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
}

.left2 {
    z-index: 2;
    position: relative;
    margin: 360px 0 0 -180px;
    float: left;
    width: 180px;
    height: auto;
    background-color: #FBF7F4;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
    box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
}

.left2 ul {
   margin:0 0 0 15px;
   padding:0;
   text-align:left;
   list-style-type: none;
}

.left2 li {
   padding: 6px 0 4px 0px;
   border-bottom: 1px solid #EBEAEA;
}

.left2 a {
    color: #8882B3; 
    text-align:left;   
}

.left2 a:hover {
    color: #999; 
    padding: 0 0 0 5px; 
    text-align:left;  
}

#content {
    z-index: 1;
    position: relative;
    margin: -340px 0 0px 160px;
    float: left;
    width: 752px;
    padding: 15px 30px 30px 50px;
    min-height: 400px;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
    box-shadow: 4px 4px 5px 0px rgba(186,182,186,1);
} 

#footer {
    position: relative;
    margin: 0px auto;
    float: right;
    padding: 0;
    width: 830px;
    height: auto;
    overflow: hidden;
    text-align: center;
} 

.btn {
    background: #fff;
    margin: 0px 10px 5px 0;
    border-radius: 3px;
    border: 1px solid #D4D5CF;
    float: left;  
    overflow: hidden; 
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.32);
-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.32);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.32); 
}

.btn a {
    font-size: 12px;
    line-height: 1.3em;
    color: #000;
}  

.btn a:hover {
    font-size: 12px;
    line-height: 1.3em;
    color: #999;
    transition: all .6s ease; 
}  


hr {
   background-color: #ddd; /* Farbe für Opera und Firefox */
   color: #ddd; /* Farbe für Internet Explorer (IE) */
   border: 0;
   margin: 20px 0;
   height: 1px;
} 

.cc_container .cc_btn {
font-size: 11px;
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}


