* {
 padding: 0;
 margin: 0;
 width: auto;
 font-family: verdana;
 }
 
#projekt {
 width: 800px;
 margin: auto;
}

 #kopf {
 height: 125px;
 margin-bottom: 10px;
 }
 #spalten {
 clear: both;
 }
 #spalte_links {
 float: left;
 width: 190px;
 }
 #menu_left {
 background-color: #47BF4C;
 }
 #menu_left ul li {
 list-style-type: none;
 }
 #menu_left ul ul li {
 margin-left: 20px;
 }
 #spalte_rechts {
 width: 600px;
 float: right;
 }
 .inhalt_eins {
 border: blue 1px solid;
 background-color: #ffc;
 }


body {}
#content {text-align: center;}
#rgrm {border: 1px solid red;width: 100%;}
#start {padding-top: 40px;text-align: right; font-size: 9px;width: 200px;color: #566917;margin:auto;}
#produced {text-align:left;margin-top:30px;margin-left: 10px;}

.note {color: #838383;}
.grey {color: #AAA;}

a:link, a:visited, a:hover, a:active {color: #566917; text-decoration:none;}
a:hover { border-bottom: 1px dotted #566917;}

a.imagelink:hover { border:0;}
img {border:0;}