/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
}
body { 
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
	line-height: 20px;
    color: #555753;
    background: #fff no-repeat bottom right; 
    max-width: 1100px;
    margin: 0px auto;
    
}
p { 
	margin-top: 0; 
	text-align: justify;
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #024987;
}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #024987;
}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #ff5b5b;
}
abbr {
	border-bottom: none;
}
.nowrap     { 
    white-space:nowrap; 
}
.trennung {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.bold {
    font-weight:bold;
}
.left20px {
    margin-left: 20px;
}

#page-table {
    display: table;
    margin-left: auto;
    margin-right: auto;    
}

#page-wrapper { 
   display: table-cell;
}
header {
    background: transparent url(/pictures/PanormaaufnahmeMUC-1280.png) no-repeat top left;
    margin: 0px 20px 0px 10px; 
    padding: 5px 24px;
    min-height: 50px;
    width: 988px;    
}
header h1 { 
    background: transparent no-repeat top left;
    margin-top: 10px;
    /*overflow: hidden;*/
    font-size: 2.0rem;
    line-height: 2.0rem;
    color: #024987;    
}
header .bannertxt { 
    visibility: hidden;
    width: 900px;	
    color: #024987;
}
.main {
    margin: 20px 20px 0px 10px;
}
.textarea {	
    margin: 0 0 0 30px;
    padding: 0px 2px;
    width: 770px;
    float: left;
}
.textblock {
    padding-bottom: 10px;      
}

.textblock h2 {
    margin: 0 0 10px 1px;
    background: transparent left top no-repeat;
    color: #024987;
    line-height: 1.2em;
}
		
.textblock h3 {
    margin: 0 0 10px 1px;
    color: #024987;    
}

.textblock img.author {
    width: 200px;
}

.textblock p {
    padding: 0px 2px;
    background: transparent url(cont_img_01.jpg) 30px 0px no-repeat;
}

.tooltip {
  /*position: relative;*/
  display: inline;
  border-bottom: 1px double blue;
}
.textblock .tooltiptext {
    visibility: hidden;
    display: inline-block;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    right: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.textblock ul {
    text-align: left;
}

.textblock div.vorstand {
    margin-top: 20px;
    margin-left: 30px;
}
.textblock div.vorstandzeile {
    margin: 0 0 5px 10px;
    display: table;
    width: 550px;
}
.textblock div.vorstandzeile span.name {
    font-weight: bold;
}
.textblock div.vorstandsposition {
    padding: 0 10px;
	float: left;
    width: 160px;
    display: table-cell;
    font-weight: bold;
    color: #024987;    
}
.textblock div.vorstandkontakt {
    padding: 0px 10px;
 	float: left;
    display: table-cell;
}
.borderontop {
    border-top: 1px solid #353539; 
}

.beforefoot	{
	clear: both; 
}	
footer { 
    margin: 20px 5px 5px 5px;
    width: 1020px;
	text-align: center; 
    border-top: 2px solid #024987;
}
footer div.footer-info {
    color: #024987;
}
footer div.footer-links {
    
}
footer a:link, footer a:visited { 
	margin: 0 20px; 
	font-weight: bold; 
}

.menu {
	float: left;
	width: 208px; 
}
.wrapper-menu {
    padding: 0px 0px;
    display: inline;
}
.menu h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
    font-size: 1.2em;
	white-space: nowrap;
}
/* http://designmodo.com/css3-dropdown-menu/ */
.hmenu,
.hmenu ul,
.hmenu li,
.hmenu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.hmenu {
    height: auto;

    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: -moz-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: -o-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: -ms-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: linear-gradient(top, #036ecc 20%,#024987 90%);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hmenu a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
}
ul.hmenu {
    padding: 10px 10px 5px 10px;
}
.hmenu li {
    margin-left: 0px;
    list-style: none;
    display: block;
}
.hmenu li.mainmenu {
    margin: 0px 0px 20px 0px;
}
a.mainmenu {
    display: block;
    padding-bottom: 10px;
    font-size: 1.1em;
    color: aliceblue;  
    text-decoration: none;
    cursor: auto;
}
.hmenu ul li a {
    margin-left: 8px;
    margin-right: 8px;
    padding: 4px 0 4px 0px;
    width: 152px;
    display: block;
    color: aliceblue;
    text-decoration: none;
    border: none;
    border-top: 1px solid #353539;
}
li.mainmenu {
    
}
li.mainmenu li:hover {
    background-color: #42a2f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.infobox {
    margin-top: 20px;
    padding: 8px;
    width: auto;
    height: auto;
    color: aliceblue;
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: -moz-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: -o-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: -ms-linear-gradient(top, #036ecc 20%,#024987 90%);
    background: linear-gradient(top, #036ecc 20%,#024987 90%);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.infobox h1 {
    margin: 2px 2px 8px;
    text-align: center;
    font-size: 1em;
}
.infobox p {
    margin: 0 14px;
    font-size: 0.9em;
}
/* FAQ ein ausblendbare Antworten */
.FAQ { 
    margin: 0 2px;
    vertical-align: top; 
    height:auto !important; 
}
.show_switch, .hide_switch {
    padding-left: 10px;
    border-left: 2px solid #024987;    
    display:block; 
    white-space: nowrap;
}
.show_switch {
    display: none; 
}
.hide_switch:target + .show_switch {  /* mit Klick auf hide_switch wird show_switch eingeblendet */
    display: block; 
}
.hide_switch:target {  /* mit Klick auf hide_switch wird dieses ausgeblendet */
    display: none; 
}
.hide_switch:target ~ .answer {
    display: block; 
}

.question {
    margin-top: 10px; 
    /*float: left;*/
    height: auto;
    width: 100%;
    display:block;    
    line-height: 1.4em;
    padding-left: 0px;
    margin-bottom: 5px;
    font-style:normal;
}
.question p {
    margin: 0px;
    padding: 0px;
    display: inline;
}
.answer {
    display:none; 
    height:auto;
    margin:0px 0px 4px;
    padding: 4px 0px 0px 10px;
    /*float: left;*/
    border-left: 2px solid #024987;
    font-style: italic;
}

.collapsible {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #555753;
    cursor: pointer;
    padding: 8px 0px 8px 2px;
    margin-bottom: 1em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
.collapsible:hover {
    background-color: #42a2f5;
    color: aliceblue;  
}
.active {
    background-color: #42a2f5;
    color: aliceblue;  
    margin-bottom: 0.5em;
}
.content {
    padding: 2px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
