body {
    background: #ffffff url(/img/body.background.png) top left repeat-x;
	height: 100%;
}
#frontend {

}
#frontend #container {
    width: 900px;
	margin: 0 auto;
	background: url(/img/content.background.png) bottom left no-repeat;
}
#frontend #container #header {
    width: 900px;
    height: 71px;
}
#frontend #container #header #line1 {
    width: 900px;
    height: 10px;
}
#frontend #container #header #line1 a {
    float: right;
	font-size: 9px;
	color: #cccccc;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
#frontend #container #header #line2 {
    width: 900px;
    height: 13px;
}
#frontend #container #header #line3 {
    width: 900px;
    height: 49px;
	background: url(/img/logo.background.png) top left no-repeat;
}
#frontend #container #headerzwo {
    width: 900px;
    height: 271px;
}
#frontend #container #headerzwo #menu {
    width: 234px;
    height: 221px;
	float: left;
	padding: 50px 0 0 30px;
}
#frontend #container #headerzwo #menu .folder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    padding-left: 25px;
}
#frontend #container #headerzwo #menu .folder_active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #33cc33;
    padding-left: 25px;
}
#frontend #container #headerzwo #menu a.item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
	color: #999999;
	display: block;
	padding-left: 25px;
}
#frontend #container #headerzwo #menu a.item:hover,
#frontend #container #headerzwo #menu a.item_active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    padding-left: 25px;	
    font-weight: bold;
    color: #33cc33;
    text-decoration: none;
	background: url(/img/mousehover.background.png) no-repeat 0px 2px;
}
#frontend #container #headerzwo #menu a.subitem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    display: block;
	padding-left: 34px;
}
#frontend #container #headerzwo #menu a.subitem:hover,
#frontend #container #headerzwo #menu a.subitem_active {
    color: #33cc33;
    text-decoration: none;
	background: url(/img/mousehover.background.png) no-repeat 0px 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    display: block;
    padding-left: 34px;
}


#frontend #container #headerzwo #flash {
    width: 636px;
    height: 271px;
	float: left;
}
#frontend #container #contentleft {
    float: left;
	width: 489px;
	padding: 43px 25px 75px 23px;
}
#frontend #container #contentright {
    float: left;
    width: 363px;
}

#frontend .box {
    width: 180px;
    float: left;
}
#frontend .box .box_title {
    width: 177px;
	height: 18px;
	background:transparent url(/img/content/box.background.png) no-repeat scroll left top;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:bold;
	padding: 2px 0 0 3px;	
}
#frontend .box .box_header {
    width: 180px;
    height: 17px;
    font-size:14px;
    padding: 21px 0 0 0;   
}
#frontend .box .box_img {
    width: 180px;
    height: 100px;
}
#frontend .box .box_content {
    width: 180px;
	padding-top: 9px;
}





#frontend #box_a {
    margin-top: 94px;
}
#frontend #box_b {
    margin-top: 7px;
	margin-left: 3px;
}












.contenttext ol li {
    list-style-type: decimal;
	list-style-position: inside;
}

.contenttext ul li {
    list-style-type: circle;
    list-style-position: inside;
}

.contenttext ul, .contenttext  li {
    border-spacing:     0;
    margin:             0;
    padding:            0;
}

.contenttext li {    
    margin-left:        10px;
	line-height:        1.5em; 
}
