/* Stylesheet by Thomas Haid */

html {
  color: #cccccc;
  font-family: verdana, sans-serif; 
  overflow-x:hidden;
}
#body {
  background-color: #053063;
  height: 100%;
}
  

/* Header */

#header {
	background-color: #053063;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
  	padding: 15px;
}
#headercell {
	background-color: #053063;
	width: 100%;
	float: left;
}
#logo {
	float: left; 
}
#headerright {
	float: right;
}
#searchbox {
  border: 1px solid #89a8e6;
  margin: 30px;
  float: right;
}
#searchbox input {
  background: #053063;
  border: none;
  color: #88a8e6;
  margin: 0;
}

/* Firefox-Button-Fix */
input[type="submit"]::-moz-focus-inner {border:0;}


/* Ueberschriften, Schriftarten, Schriftfarben */
h1, h2, h3 {
  color: #333; 
  font-size: 24px; 
  line-height: 1.2em; 
  font-weight: 100; 
  letter-spacing: 1px; 
  padding: 0 0 6px 0; 
  margin: 6px 0 10px 0;
}
h4 {
  font-family: verdana, sans-serif; 
  color: #333; 
  font-size: 20px; 
  line-height: 1.4em; 
  font-weight: 100; 
  letter-spacing: 1px; 
  margin: 15px 0 10px 0;
}
h5 {
  font-family: verdana, sans-serif; 
  color: #333; 
  font-size: 18px; 
  line-height: 1.4em; 
  font-weight: 100; 
  letter-spacing: 1px; 
  margin: 15px 0 10px 0;
}
h6 {
  font-family: verdana, sans-serif; 
  color: #333; 
  font-size: 16px; 
  line-height: 1.4em; 
  font-weight: 100; 
  letter-spacing: 1px; 
  margin: 15px 0 10px 0;
}
body {
  font-family: verdana, sans-serif; 
  font-size: 14px; 
  line-height: 1.4em; 
  color: #444;
/*  background-color: #e5edf6;*/
}

  
  
/* Layout */
#sidebar {
  width: 100%; 
  text-align: left; 
  margin: 0 auto;
}
#maincell {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e5edf6;
  text-align: left; 
  margin-left: 15px; 
  margin-right: 15px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
#content {
  text-align: justify; 
  padding-top: 20px;
}
iframe {
  background: #ffffff
}
hr {
  border: none;
  border-bottom: 1px solid #333333;
}


/* Sidebar */

#leftmenu {
  float: left; 
  width: 220px;
  padding-bottom: 30px;
}
#ad1 {
	padding-top: 20px;
}
#tplge_sidebarnews {
  float: right; 
  width: 22%;
}
.menulevel1 span, .menulevel2 span, .menulevel3 span {
	display: block;
}
.menulevel2 > span, .menulevel3 > span {
	padding-left: 20px;
}
ul.menulevel1 {
  padding-left: 0px;
}
ul.menulevel1 span {
  font-weight: bold;
}
ul.menulevel2 {
  padding-left: 30px;
}
li {
  list-style-type:none;
}  
  
/* Footer */
#pp_last_update {
  padding-top: 15px;
}
#footer {
  font-family: verdana, arial; 
  font-size: 10px; 
  line-height: 1.4em; 
  color: #c0c0c0;
  padding: 20px;
}
#footer a {
  color: #83aee3;
} 
  
  
  
/* Druckansicht+Sitemap ausblenden */
/*ul.subnav {
  display: none;
}*/

/* Zu grosse Bilder */
#content {
overflow-x: auto;
overflow-y: hidden;
}
  
  
/* Linkfarbe */
a:link, a:visited {
  color: #0958B6;
  text-decoration: none;
}
a:hover, a:active {
  color: #0958B6;
  text-decoration: underline;
}

/* Tabellenrahmen */
table {
  border-collapse: collapse;
}
  

/* Dropdownmenu-Checkbox ausblenden */
#dropdownmenu {
	visibility: hidden;
}

/* Bilder an Browsergroesse */
img {
	max-width: 100%;
	height: auto;
}

/* IE8 Workarounds */
a img {
  border: none;
}


#ie6 {
  display: none;
  border: 1px solid #000000;
  background: #fffc86;
  padding: 5px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

  
/* Responsive-Design fuer Handy und Tablet */
/*@media all and (max-width: 800px) {*/
@media all and (orientation:portrait) {

 
#body {
  padding: 0;
  margin: 0;
}

#sidebarnav {
  padding: 14px;
  display: block;
}
#maincell {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
#content {
  clear: both;
  width: 100%; 
  margin: 0px;
  padding-top: 60px;
}

h1, h2, h3 {
  font-family: verdana, sans-serif;
  color: #333;
  line-height: 1.2em;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 0 0 6px 0;
  margin: 6px 0 10px 0;
}
h4 {
  font-family: verdana, sans-serif;
  color: #333;
  line-height: 1.4em;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 15px 0 10px 0;
}
h5 {
  font-family: verdana, sans-serif;
  color: #333;
  line-height: 1.4em;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 15px 0 10px 0;
}
h6 {
  font-family: verdana, sans-serif;
  color: #333;
  line-height: 1.4em;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 15px 0 10px 0;
}

/* "Sie sind hier:" im mobilen Style ausblenden */
#sidebarin span:first-of-type {
  display: none;
}


/* Dropdownmenue */
#sidebarnav {
  display: none;
  z-index: 2;
       }
#dropdownmenu:checked + span {
  display: block;
  background: #E5EDF6;
  border: 1px solid #0958B6;
  float: right;
  width: auto;
  position: absolute;
  top: 80px;
  left: 0px;	
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.5);
  z-index: 5;
  overflow-y: auto;
}
#sidebarnav > span {
  height: auto;
  font-size: 24px;
}
.menulevel1 > span, .menulevel2, .menulevel2 > span, .menulevel3, .menulevel3 > span {
	display: block;
	padding: 10px;
}
nav {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 28px;
}

#leftmenu {
  float: none;
}

#leftmenu label {
  font-size: 70px;
  color: #0958B6;
  display: block;
  background-color: #E5EDF6;
  position: absolute;
  margin-top: -30px;
  padding-top: 30px;
  top: 0px;
  left: -12px;
  border: 1px solid #0958B6;
  width: 80px;
  height: 50px;
  background-image: url("/userfiles/images/Logos/menu.png");
}
#bordertop {
	background-color: #056330;
}
#sidebar {
	padding-left: 100px;
	width: auto;
}


/* Logo und Werbung verkleinern, Blutspende ausblenden */
/*.tplge_logo, #ad0 {
      width: 50%;
   }*/

#ad1, #ad1 img, #ad2, #ad2 img, #ad3, #ad3 img, #ad4, #ad4 img{
	display: none;
}
}


