body, html, #container, #navigation1, #content, #rightcolumn {
margin: 0;
padding: 0;
}

body {
background:url(img/background.gif) repeat-y top center #fff; 
color:#404040;
font: 76% Verdana,Tahoma,Arial,sans-serif;
text-align: center;
line-height:1.4em; 
}

h1 {
line-height:1.2em;
color: blue;
}

h2 {
line-height:1.2em;
color: blue;
}

#container {
width: 960px;
margin: 0 auto;
text-align: left;
}

#logo {
}

#navigationleft {
width: 200px;
list-style-type: none;
padding: 30px 0 0 0;
float: left;
font: Tahoma;
color: 000;
}

.menulevel1-no a {
display: block;
background:url(img/bgn01.jpg);
text-decoration: none;
font-weight: bold;
margin: 0 0 5px;
padding: 0 5px 0 5px;
color: #000;
}

.menulevel1-act a {
display: block;
background:url(img/bgn01.jpg);
text-decoration: none;
font-weight: bold;
margin: 0 0 5px;
padding: 0 5px 0 5px;
border-left: 5px solid #000;
color: #000;
}

.menulevel1-no a:hover {
border-left: 5px solid #ff4500;
}

.menulevel2-no a {
display: block;
background:url(img/bgn01.jpg);
text-decoration: none;
font-weight: bold;
margin: 0 0 5px 20px;
padding: 0 0 0 5px;
width: 170px;
color: #000;
}

.menulevel2-act a {
display: block;
background:url(img/bgn01.jpg);
text-decoration: none;
font-weight: bold;
margin: 0 0 5px 20px;
padding: 0 0 0 5px;
border-left: 5px solid #000;
width: 170px;
color: #000;
}

.menulevel2-no a:hover {
border-left: 5px solid #ff4500;
}

#maincontent {
width: 560px;
float: left;
padding: 10px;
}

#maincontent a {
color:#ffac00;
font:Arial;
font-weight: bold;
font-size:1.1em; 
text-decoration:none;
}

#maincontent a:hover {
font-size:1.2em;
}

#rightcolumn {
background:url(img/gradientgelbweiss.jpg) repeat-y;
width: 170px;
float:left;
margin: 0;
padding: 5px;
}

#rightcolumn a {
color:green;
font:Arial;
font-weight: bold;
font-size:1.1em; 
text-decoration:none;
}

#footer { 
border-top:2px solid #dadada; 
clear:both; color:#666; 
font-size:0.9em; 
margin:5px auto; 
padding:8px 0; 
text-align:center; 
width:960px;
}
#footer a {color:#666; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

