* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #888; 
}

#header {
width: 750px;
height: 300px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top right;
}

#header-Impressum {
width: 750px;
height: 300px;
background: #000 url("images/2006-05-21_153159-GB-S.jpg") no-repeat;
background-position: top right;
}

#header-Science {
width: 750px;
height: 300px;
background: #000 url("images/2004-04-07_001739-GB_S.jpg") no-repeat;
background-position: top right;
}

#header-atmosphere {
width: 750px;
height: 300px;
background: #000 url("images/2005-12-12_004829-GB_S.jpg") no-repeat;
background-position: top right;
}

#header-kitesurf {
width: 750px;
height: 300px;
background: #000 url("images/2007-03-10_GBJump-WM_S.JPG") no-repeat;
background-position: top right;
}

#header-snowkite {
width: 750px;
height: 300px;
background: #000 url("images/2006-02-05_112801-GB_S.jpg") no-repeat;
background-position: top right;
}

#header-stormy {
width: 750px;
height: 300px;
background: #000 url("images/2007-01-14_122339-GB_S.jpg") no-repeat;
background-position: top right;
}

#header-poweredPG {
width: 750px;
height: 300px;
background: #000 url("images/2006-06-11_191053-GB_S.JPG") no-repeat;
background-position: top right;
}

#header-paraglider {
width: 750px;
height: 300px;
background: #000 url("images/2006-06-10_105721-OFGB_S.jpg") no-repeat;
background-position: top right;
}

#header-paraglider {
width: 750px;
height: 300px;
background: #000 url("images/2006-06-10_105721-OFGB_S.jpg") no-repeat;
background-position: top right;
}

#header-aerial {
width: 750px;
height: 300px;
background: #000 url("images/2007-05-01_084910-GB_S.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 750px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
/* color: #f00; */
text-decoration: underline;
}

h2 {
width: 589px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 300px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 10px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 585px;
height: 380px;
margin: 10px 0 0 10px;
}

#imgtxt {
float: left;
padding-left: 10px;
padding-right: 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 600px;
margin-left: 163px;
}


