/* Based on a layout from Jeena Paradies http://jeenaparadies.net/ */

/* -- Allgemeines -- */
body {
  background: #e7f3f7; /* set background color, to control appearance if if user disables image rendering */
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 800px; /* width smaller than this -> scrollbar */
  font-size: 100.01%; /* workaround for Font-Size-Bug in Safari, old Operas and IE */
  font-family: verdana, arial, sans-serif ;
}
a { color: #0B4D8C; text-decoration: underline; } /* non-visited links */
a:visited { color: black; } /* visited links */
.skip { /* for screeen reader */
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 { 
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 0;
  margin: 0;
  border-bottom: 1px dashed #283576;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #283576;
  font-family: verdana, arial, sans-serif;;
}
img { 
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; 
}
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}
p.ref {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  padding: 1.5em 0 0.6em 0;
  margin: 0;
  border-bottom: 1px dashed #283576;
  color: #283576;
}
a.ref { color: #283576; } /* non-visited links */
a.ref:visited { color: #283576; } /* visited links */


/* -- Layout spezifics -- */
#container { 
  font-size: 0.8em; 
  max-width: 70em; 
  margin: auto; /* center page */
  border: 1px solid #aaa; /* small border */
  border-top: 0; /* no border on top */
  background: white;
}

#footer {
  margin: 1em 0 0.2em 0;
  padding: 0.3em 0 0.2em 0;
  font-size: 8pt;
  text-align: center;
}

/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/blau.jpg) 0 0 no-repeat black; 
  height: 64px; 
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 44px; 
  overflow: hidden; /* Mozilla: cut off what exceeds the background */
  letter-spacing: -3px; /* Typography - make the logo text look better */
  margin: 0; /* some browser have this as default but not all */
}
#logo a {
  color: white; 
  text-decoration: none;
}

img.nofrm { 
  border:0px solid red;
  padding: 1px;
  max-width: 95%; 
}

/* - Menü - */
#menu {
  background: #283576;
  padding: 5px 5%; /* the smaller the window the smaller the border left and right */
  margin: 0;
  text-align: right;
  color: yellow; /* menu item without link (current page) */
}
#menu li {
  font-size: 1em;
  display: inline; /* side by side instead of one below the other */
  list-style-type: none; /* no bullets in menu */
  border-left: 1px solid white; /* separating line */
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white; /* link color is white */
  text-decoration: none;
}
#langswitch {
  float:left;
  width:80px; 
  font-size:1em; 
  color:white; 
  padding: 5px 0px 5px 20px;
  font-weight: bold;
  vertical-align:middle;
}
#langswitch a {
  color: white; /* link color is white */
  text-decoration: none;
}


#main {
  background: no-repeat 100% 0 white; 
  padding: 5px 20px 10px 20px; 
  line-height: 1.5em; 
  min-height: 300px;
}