/*

--> Firefox
Logo-Schriftfarbe grün: #50B657
Logo-Schriftfarbe pink: #E459C5


*/

body{
 padding:0px;
 margin:5px auto;
 font:11px  sans-serif,tahoma,verdana;
 background:#E2EED0;
 color:#291F0A;

}

a{
  text-decoration:none;
  border: 0;
}

h4{
   font-size:12px;
}

img{
  border: 0;
}

.error{
   font-weight:bold;
   color:#FF0000;
}

.row{
   display:inline;
   height:10px;
   width:10px;
   cursor:pointer;
}

.rechts{
   text-align:right;
}

.fett{
   font-weight:bold;
   letter-spacing:2px;
}

.field{
   border:1px solid #E459C5;
}

#content{
   width:980px;
   margin:auto;
}

#logo{
   height:230px;
   width:980px;
   clear:both;
   margin:auto;
   border-top:3px solid #E459C5;
   border-bottom:3px solid #E459C5;
}

#menue{
   float:right;
}

#picture{
   margin:5px 0 5px 10px;
   float:left;
}

#write{
   overflow:hidden;
   width:450px;
   height:200px;
   float:left;
}

#comment{
   overflow:auto;
   width:450px;
   height:200px;
   float:right;
}


