@charset "UTF-8";
/* CSS Document */

/* allgemeines styles */
document { text-align: center; }
body { background: black; display: inline; float: center; text-align: center; }
.main { border: 1px solid white; width: 648px; margin: 0px; padding: 0px;  display: block; margin-top: 20px;  text-align: left; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.line { font-size: 3px; margin: 0px; padding: 0px; border: 0px; border-top: 1px solid white; } 

.language { font-size: 12px; color: #cccccc; padding-left: 5px;  } 
.language a { text-decoration: none;  color: #cccccc;   } 

.navigationcontainer { border: 0px; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; padding-right: 10px;   }
.navigation {  }
.navigation a { text-decoration: none;  color: white;   }

h1 { font-size: 18px; border: 0px; border-bottom: 1px solid white; padding-left: 10px; } 
h2 { font-size: 16px; border: 0px; border-bottom: 1px solid white; padding-left: 10px; } 
h3 { font-size: 14px; border: 0px; border-bottom: 1px solid white; padding-left: 10px; } 
h4 { font-size: 12px; border: 0px; border-bottom: 1px solid white; padding-left: 10px; } 

.content { padding: 0px; margin: 0px; border: 0px; padding-left: 5px; pading-top: 10px; min-height: 400px; }
.content a { text-decoration: none;  color: #777777;   }

.contentimage { border: 0px; margin: 0px; padding: 0px; float: right; padding-left: 40px; } 

.footer { padding: 0px; margin: 0px; border: 0px; padding: 5px;  padding-top: 12px; margin-top: 40px;  background: #222222; } 
.footer a { text-decoration: none;  color: white;   }

