
/*
  Deviniton der Container
*/

body{
background-color:#E6F2A6;
margin:0px;
padding:0px;
font-family: helvetika,verdana,arial;
font-size: small;
line-height: 150%}

h2 {font-size:large;color:#B6D902;margin-bottom:5%;}
h3 {font-size:medium;color:#000000;font-weight:bold;margin-bottom:5%;}
h4 {font-size:medium;color:#B3B3B3;font-weight:bold}
h5 {font-size:small;color:red;font-weight:bold}




.box1{
text-align:center;
background:#B3B3B3;
padding:5px;
border:1px transparent;
height:85px;}

.box2{
background:#E6F2A6;
float:left;
padding:5px;
border:1px transparent;
width:170px;
height:450px;
margin:5px;}

.box3{
background:#ffffff;
padding:5px;
margin:5px 5px 0 195px;
border:1px transparent;}


/*
  Menue in Box 2
*/

#menu{
width:150px;
color:black;
background:#E6F2A6;
padding:10px;
border-top:0px solid #837C6B;
border-right:0px solid #E4D9C0;
border-bottom:0px solid #E4D9C0;
border-left:0px solid #837C6B;}

#menu a{
color:#B6D902;
font:bold 13px helvetika,verdana,arial;
margin:5px 0 5px 0;
padding:1px 3px 1px 4px;
text-decoration:none;
background:#E6F2A6;
display:block;
border-top:0px solid #99917d;
border-right:0px solid #e4d9c0;
border-bottom:0px solid #e4d9c0;
border-left:0px solid #99917d;
width:140px;}

#menu a:hover{
color:red;
background:transparent;
border-top:1px solid #e4d9c0;
border-right:1px solid #837c6b;
border-bottom:1px solid #837c6b;
border-left:1px solid #e4d9c0;}

/*
  Liste Aufzhaelungszeichen rot, Schraft schwarz
*/

#liste1 {
color:red;
}

#liste2 {
color:red;
}

#liste3 {
color:red;
}


