* {
 margin: 0;
 padding: 0;
 }
body {
 font: normal 0.9em verdana, arial, sans-serif;
 line-height: 1.5em;
 background: #99CBFE;
 color: #0E4255;
 text-align: center;
 }
#logo {
 height: 310px;
 background: url(img/logo03.jpg) no-repeat top left;
 border-bottom: 5px solid #E1EDFB;
 }
#wrapper {

 width: 760px;
 margin: 20px auto;
 border: 0px solid black;
 text-align: left;
 }
h1 {
 font: bold 2.0em tahoma, sans-serif;
 margin: 0 0 0 0;
 border-bottom: 5px solid #fff;
 color: #fff;
 }
h2 {
 font: bold 1.4em tahoma, sans-serif;
 color: #E1EDFB;
 margin: 24px 0 24px 0;
 padding: 8px 0 24px 0;
 border-bottom: 0px dashed #0E4255;
 }
p {
 padding: 8px 0 8px 0;
 }
.clearing {
 clear: both;
 line-height: 0;
 height: 0;
 display: none;
 }

#basicnav ul {
 display: inline;
 
 }
#basicnav  li {
 float: right;
 padding-right: 24px;
 /*padding-top: 16px;*/
 list-style-type: none;
 }
#basicnav  li a {
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 }
 
#nav {
 padding: 50px 0 0 32px;
 }

#nav  li {
 list-style-type: none;
 }
#nav  li a {
 font-weight: bold;
 color: #0E4255;
 text-decoration: none;
 }
#nav  li a:hover {
 text-decoration: underline;
 }
 div.hr {
  height: 6px;
  background: #fff url(hr1.gif) no-repeat scroll center;
  background-color: #E1EDFB;
  margin-top: 16px;
  margin-bottom: 24px;
}
div.hr hr {
  display: none;
}
.imglt {
 width: 250px;
 line-height: 1.4em;
 font-size: 80%;
 margin: 6px 30px 10px 0;
 float: left;
 }

 

.imgrt {

 width: 360px;
 line-height: 1.4em;
 font-size: 80%;
 margin: 6px 0 10px 50px;
 float: right;
 background: #fff;
 padding: 4px;
 border: 1px solid #333399;
 }

.nachoben {
 text-align: right;
 }
.nachoben a {
 padding-right: 20px;
 text-decoration: none;
 background: url(img/arrow_up01.gif) no-repeat top right;
 color: #0E4255;
 }
.nachoben a:hover {
 padding-right: 20px;
 text-decoration: underline;
 background: url(img/arrow_up.gif) no-repeat top right;
 color: #0E4255;
 }
.nachoben a img {
 border: none;
 }
#footer {
 text-align: center;
 }
#footer a{
  color: #0E4255;
 }



