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

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Calibri,sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #666;
	margin-bottom: 0px;
    height: 101%;
    background-color: #F4F5F9;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3E6376;
}

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

input.button { cursor: pointer; }

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

.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: 28px;
    line-height: 22px;
    color: #C63350;
    margin: 0 0 20px 0;
    font-weight: lighter;
}

#visformcontainer {
    max-width: 700px;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#wrapper {
    position: relative;
    margin: 0px auto;
    max-width: 1100px;
    min-height: 100%;
    overflow: hidden;
    background-color: #fff;
}  

#oben {
    position: relative;
    margin: 0px auto;
    max-width: 1100px; 
    height: 145px;

} 

.oben_left {
    float:left; 
    width: 20%; 
    padding: 5px 0 0 20px;
}

.oben_right {
    float: right; 
    width: 75%; 
    padding: 0;
}

/* Menu Oben */

#menu1 {
   position: relative; 
   float: right;
   margin: 0px;
   padding: 0 10px 0 0;
   text-align: right;
   
}

#menu1 li {
   display: inline;
   list-style-type: none;
   padding: 5px;
   font-size: 14px;
   
}

#menu1 li a {
   color: #ffffff;
   font-weight: normal;
   padding: 0;
}

#menu1 li a:hover {
   color: #999;
   font-weight: normal;
}  

#menu1 ul li.active a {
   color: #000;
} 

#mob_menu {
    position: relative;
    margin: 0;
    float: right;
    height: auto;
    margin: 100px 10px 0 0;
}


/* EOF Menu Oben */

#flex {
    position: relative;
    width: 100%;
    height: 347px;
    z-index: 1;
    margin: 2px auto;
    padding: 0;    
} 

.flexheader {
    position: relative;
    margin: 0;
    padding: 0;
    
}

.slideshowcontainer {
    position: relative;
    margin: 0;
    padding: 0;
}

#main {
    position: relative;
    margin: 0px auto;
    max-width: 1100px;
    height: auto;
    overflow: hidden;
    padding: 30px 30px 30px 30px; 
} 

.left {
    float: left;
    width: 46%;
} 

.right {
    float: right;
    width: 46%;
} 


/**** Farbe Cookie ***/

.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" */
}

