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

body{
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}
a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline;}
h1 {color: #666;}
img {
	border: 0;
	}

#container {
width: 100%;
background-color: #fff;
background: url(../Bilder/anja_bg-neu.jpg) left bottom no-repeat;}

#greenrow {
width: 100%;
margin-bottom: 10px;
margin: 0;
background-color: #b0ca33;}

#content {
width: 950px;
margin: 0 auto;
margin-bottom: 5px;
}
.info{
width: 800px;
color:#330033;
padding-left: 10%;
}
.hidden{display:none;
}

#footer {

color: #CCC;
padding: 0 10px;
background-color: #fff;
margin-bottom: 10px;
}
.toggleLink {
margin: 6px 0;
}
ul{
list-style: square;
margin: 0 5px;
padding: 0 10px;
}
li {
margin: 4px 0;
}
.navigation {font: Arial, Helvetica, sans-serif; font-size: 32px; color: #fff; list-style: none; display: block; float: left; margin: 0 20px 0 0; text-transform:uppercase; font-weight: bold; letter-spacing: -2px;}
.navigation a:hover {text-decoration: none; color: #000}