html {
margin: 0; padding: 0;}

body {
margin: 0; 
padding: 0; 
background: #663366 url(hintergrund.jpg) top left repeat-y;
background-attachment:fixed;
color: #bc8f8f;
font: normal 105% Georgia, "Times New Roman", serif;
letter-spacing: 0.8px;
line-height: 1.8em;
}

a {
color: #996699;
text-decoration: underline;
}

a:hover {
color: #bc8f8f;
}

p {
padding: 0 0 0 80px;
}

h1 {
padding: 20px 0 0 80px;
color: #bc8f8f;
font-weight: lighter;
font-style: italic;
}

h2 {
padding: 100px 0 0 80px;
text-align:right;

}

h3 {
padding: 20px 0 0 80px;
color: #996699;
font-weight: lighter;
font-style: italic;
font-size: 130%;
}

img { 	

padding: 0;
border: 0;
margin: 0;
}	

.imagefloat { 	
padding: 0;
border: 0;
margin: 10px 20px 10px 0;
float: left;
}	


div#leftbox {
/*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
left: 10px;
width: 220px;
padding-top: 10px;
}

#middlebox {
margin: 0 34% 0 236px;
border: 0;
padding: 0;
}

div#rightbox {   
/*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right: 25px;
/*** IE5/mac will show a horizontal scrollbar if this is less than 16px ***/           
width: 30%;
color: #000;
padding-top: 10px;
}






.navigation ul {
margin: 0;
padding: 0;
font: normal 0.89em Georgia, "Times New Roman", serif;
font-style: italic;
font-weight: bold;
}

.navigation li {
background-color: #000;
color: #bc8f8f;
border-top: 3px solid #663366;
border-bottom: 3px solid #663366;
border-right: 3px solid #663366;
list-style: none;
width: 109px;
}

.navigation li a {
background-color: #996699;
color: #663366;
display: block;
text-decoration: none;
width: 109px;
}

.navigation li a:hover {
background-color: #bc8f8f;
color: #663366;
width: 129px;
}

 

 
