/****Layout by www.einfache-internetseiten.de***/

*{
margin:0;
padding:0;
}
body{
font-family: Verdana, Arial, sans-serif;
font-size:14px;
background:#5B91FF;
}

a{
color:black;
}
a:hover{
text-decoration:none;
}
p{
margin:6px 0;
}

/*********POSITIONING****************/
#wrapper{
margin:10px auto;
width:1000px;
background:#ffffff /*url(/uploads/vegetable/banner.gif) no-repeat;  repeat-y top left */
}
#header{
position:relative;
width:1000px; /*added*/
height:121px;
background:#eee(/uploads/vegetable/banner.gif) repeat-y top left; /* repeat-y top left */

}
#menu {
float : left;
width : 240px;
}
#content{
margin-left:260px;
width:730px; /*690px  */
background:#ffffff;

}
#footer{
clear:both;
background:#003399;
height:40px;
text-align:center;
line-height:40px;
font-size:13px;
color:#ffffff; /*added*/
}


/* #header h1{
position:absolute;
left:500px;
top:75px;
line-height:50px;
font-size:30px;
color:#de8a44;
}*/
/*#header h2{
position:absolute;
left:500px;
top:125px;
line-height:30px;
font-size:20px;
color:#5d824c;
font-style:italic;
}*/



#menu ul {
width : 240px;
margin : 20px 0;
border-top : 1px dotted #C0C0C0;
}
#menu ul li {
list-style-type : none;
border-bottom : 1px dotted #C0C0C0;
margin : 0;
}
#menu ul li a {
display : block;
text-decoration : none;
color : black;
background-color : #ffffff; /* fbd9b8 */
padding : 4px;
border-left : 12px solid #003399; /* b83731 */

}
#menu ul ul {
margin : 0;
}
*html #menu ul ul li {
padding:0;
margin-bottom:-16px;
      }
#menu ul ul li {
border-bottom : none;
}

#menu ul ul li a {
display : block;
text-decoration : none;
color : black;
background-color :#ffffff; /* fbd9b8 */
padding : 4px;
border-left : 24px solid #003399;/* b83731 */

font-size : 80%;
}

#menu ul li a:hover, #menu li .menuactive{
color : black;
background-color : white;
border-left-color : #FFCC00; /* 75DB1A*/
border-bottom : none;
}

#content h1{
font-size:28px;
color:#de8a44;
line-height:32px;
padding-left:6px;
border-bottom:1px dotted #C0C0C0; /*2px dotted #5d824c;*/

}

#content h2{
font-size:22px;
color:#de8a44;
line-height:26px;
padding-left:6px;
border-bottom:1px dotted #C40000; /*2px dotted #5d824c;*/
}




.inner{
margin:16px 10px;
}

/* Stylesheet: vegetable : vegetable Modified On 2012-09-20 09:45:51 */
