body  {
background: #ffffff;
margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
padding: 0;
text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
color: #000000;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
line-height: 18px;
}

img {
display: block;
}

a:link, a:visited, a:focus  {
color: #0a82b9;
text-decoration: none;  
}
  
a:hover, a:active{
color: #000000;
text-decoration: none;
}

/*HIER BEGINNEN DIE ANWENDBAREN KLASSEN*/
.headline {
font-family: "Courier New", Courier, monospace;
font-size: 13px;
font-weight: bold;
color: #000000;
}

.sub_headline {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.weiter  {
text-align: left;
padding-top: 10px;
}

.blau {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
color: #0a82b9;
}

.bold  {
color: #000000;
font-size: 12px;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}

.klasse_links  {
text-align: right;
letter-spacing: 1px;
}

.klasse_links {
text-align: right;
letter-spacing: 1px;
}

.klasse_rechts {
font-size: 11px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align: left;
}

/*HIER ENDEN DIE ANWENDBAREN KLASSEN*/

#container {
position: relative;
width: 900px;
background: #FFFFFF;
margin: 0 auto;
text-align: left;
}
	
#logo {
height: 130px;
background-image: url(../img/WS_Logo.jpg);
background-repeat: no-repeat;
background-position: 87px;
} 

#header {
height: 106px;
}

#menu {
height: 25px;
width: 715px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #000000;
padding-left: 180px;
}

#content {
position: relative;
width: 425px;
height: auto;
text-align: left;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-right: 255px;
padding-left: 240px;
padding-top: 50px;
}

#sidebar_links  {
margin-top: 2px;
padding-top: 79px;
padding-right: 15px;
position: absolute;
top: 0;
left: 0;
width: 147px;
height: 100%;
border-right: 1px dotted #000000;
}

#sidebar_rechts {
position: absolute;
top: 0px;
right: 0;
width: 220px;
height: 100%;
margin-top: 80px;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #000000;
padding-left: 15px;
}

#footer {
background: green;
height:20px;
bottom: 0px;
} 

.linie_fett {
background-color: #000000;
height: 2.5px;
width: 900px;
border-top-width: 0px;
border-top-style: dotted;
border-top-color: #FFFFFF;
}

.linie {
height: 5px;
width: 900px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #000000;
border-bottom-color: #000000;
}
