* {
    padding: 0;
    margin: 0;
} 

// Scrollbalken vertikal
html, body {
  height:100%;
  padding-bottom:1px;
}


body {
background: #999; 
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}


a { color: #51971D; }
a:hover { text-decoration: none; color : #8DCA3F; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #333; }

#wrap {
background: #fff;
padding: 10px;
width: 740px;
margin: 0 auto;
}

#header {
height: 100px;  
border-bottom: 1px dotted #039;
}

#header h1 {
color: #039;
font-size: 28px;
font-weight: 600;
letter-spacing: -2px;
padding: 20px 33px 0 3px;
text-align: left;
}

#header h2 {
font-size: 22px;
padding: 20px 33px 0 3px;
text-align: left;
}

#content { 
padding: 0 20px;
}

#right {
margin-top: 25px;
width: 520px;
float: right;
font-size: 12px;
text-align: justify;
}

#right h1 {
font-size: 20px;
padding: 0 0 0 0;
text-align: left;
}

#right h3 { border-bottom: 1px dotted #039; }

#right p { padding: 0 0 0 0; }

#right a.red { color: red; 
text-decoration: none;
}

#right a.black { color: black; 
text-decoration: none;
}

#right a { 
color: #039;
text-decoration: none;
}

#right a:hover {
color: #000; 
text-decoration: none; 
}

#right td.text {padding: 0 0 2px 35px; }



#left {
margin-top: 25px;
width: 160px;
float: left;
}

#left a { 
color: #000;
text-decoration: none;
}

#left a:hover {
color: #039; 
text-decoration: none; 
}


#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 70px 0 0 0;
border-top: 1px dotted  #039;
}

