/*--------------------------------------------------------------------- standard elements */
html {
font-family: Arial, tahoma, sans-serif;
}

body{
background: #335836;
}

* {
margin: 0;
padding: 0;
}

/*--------------------------------------------------------------------- wrapper for content */
#Wrapper {
float: left;
width: 940px;
background: none;
}

/*--------------------------------------------------------------------- standard header */
#Header {
float: right;
width: 940px;
height: 170px;
background: url(../img/header.jpg);
}

/*--------------------------------------------------------------------- left area */
#Left {
position: relative;
float: left;
width: 229px;
height: 600px;
background: none;
z-index: 0;
}


/*--------------------------------------------------------------------- mainmenu */
#MainMenu {
position: absolute;
background: none;
width: 229px;
z-index: 100;
}

.MainMenu-Item {
clear: both;
float: right;
line-height: 30px;
height: 30px;
color: #feeac7;
margin-right: 20px;
text-decoration: none;
font-size: 14px;

}

.MainMenu-Item_act,
#MainMenu a:hover {
clear: both;
float: right;
line-height: 30px;
height: 30px;
color: #fff;
margin-right: 20px;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}

.MenuLine {
clear: both;
background: url(../img/line.jpg) no-repeat;
height: 2px;
margin-left: 54px;
font-size: 2px;
}

#MenuImage {
position: absolute;
width: 225px;
height: 600px;
background: url(../img/flower.gif) no-repeat;
z-index: 10;
bottom: 0;
left: 0;
}

/*--------------------------------------------------------------------- addmenu */
#AddMenu {
float: right;
width: 711px;
background: url(../img/bg.jpg);
text-align: center;
color: #808080;
padding-top: 3px;
height: 33px;
}

.AddMenu-Item {
display: inline;
text-decoration: none;
color: #808080;
font-size: 14px;
margin-right: 20px;
font-weight: bold;

}

.AddMenu-Item_act,
#AddMenu a:hover {
display: inline;
text-decoration: none;
color: #386147;
font-size: 14px;
margin-right: 20px;
font-weight: bold;
}


/*--------------------------------------------------------------------- content */
#Content {
float: right;
width: 711px;
background: url(../img/bg.jpg);
}

#TypoContent {
margin-left: 50px;
width: 611px;
}

#Content h1 {
font-size: 19px;
font-style: italic;
color: #386147;
letter-spacing: 2px;
margin-bottom: 10px;
}

#Content h2 {
font-size: 15px;
color: #333;
font-weight: bold;
margin-bottom: 10px;
}

#Content p {
margin: 0 0px 10px 0px;
font-size: 14px;
line-height: 19px;
color: #4d4d4d;
}

#Content a {
margin: 0 0px 10px 0px;
font-size: 14px;
line-height: 19px;
color: #4d4d4d;
}

.internal-link {
color: #4d4d4d;
font-weight: bold;
text-decoration: none;
}

#Content table p {
margin: 0 10px 0 0;
}

/*--------------------------------------------------------------------- footer */
#Footer {
clear: both;
float: right;
width: 711px;
height: 25px;
background: url(../img/footer.jpg);
}



div.csc-textpic-intext-left-nowrap {
height: 120px;
margin-bottom: 20px;
}

div.csc-textpic-imagerow {
margin-bottom: 20px;
}
