body {
    background: #000000;
}
#frontend #top-container {
    width: 100%;
	height: 185px;
	background: #000000 url(/img/top.background.gif) top center no-repeat;
}
#frontend #top-second-container {
    width: 100%;
    height: 185px;
    background: transparent url(/img/footer.background.gif) bottom left repeat-x;
}
#frontend #top-middle-container {
    width: 900px;
    height: 185px;
    margin: 0 auto;
}
#frontend #top-left-container {
    width: 641px;
    height: 185px;
	float: left;
}
#frontend #top-left-container .inner {
    padding-top: 68px;
}
#frontend #top-right-container {
    width: 259px;
    height: 185px;
    float: left;
}
#frontend #top-right-top-container {
    width: 259px;
    height: 149px;
}
#frontend #top-right-top-container .inner {
    padding-top: 51px;
	padding-left: 199px;
}
#frontend #top-right-bottom-container {
    width: 259px;
    height: 36px;
	background: transparent url(/img/tabs_1b.background.png) top left no-repeat;
}
#frontend #middle-container {
    width: 100%;
    background: #ffffff url(/img/middle.background.gif) top center repeat-y;
}
#frontend #middle-second-container {
    width: 100%;
    background: transparent url(/img/middlesecond.background.gif) top center no-repeat;
}
#frontend #middle-middle-container {
    width: 900px;
    margin: 0 auto;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;	
}
#frontend #middle-left-container {
    width: 641px;
    float: left;
}
#frontend #middle-left-container .pagetitle {
    font-size: 16px;
    color: #666666;
	padding: 20px 0 20px 0;
}
#frontend #middle-left-container .item {
    padding: 20px 16px 20px 0px;
    border-bottom: 1px solid #cbcbcb;
}
#frontend #middle-left-container .last{
    border-bottom: none !important;
}
#frontend #middle-left-container .item .left {
    width: 184px;
	padding-right:10px;
    float: left;
}
#frontend #middle-left-container .item .title {
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
	padding-top: 5px;
}
#frontend #middle-left-container .item .title a {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}


#frontend #middle-left-container .item .right {
    width: 430px;
    float: left;
}
#frontend #middle-left-container .item .right img {
    border: 1px solid #444444;
}


#frontend #middle-right-container {
    width: 259px;
    float: left;
}
#frontend #middle-right-container .inner {
    padding: 0px 0px 0px 0px;
}
#frontend #middle-right-container .inner .item {
    padding: 20px 0 20px 20px;
	border-bottom: 1px solid #cbcbcb;
}
#frontend #middle-right-container .inner .last{
    border-bottom: none !important;
}
#frontend #middle-right-container .inner .item .title {
    padding-bottom: 5px;
}
#frontend #middle-right-container .inner .item .description {
}
#frontend #middle-right-container .inner .item .title a {
    font-size: 12px;
	font-weight: bold;
	color: #666666;
}



#frontend #chooselang-container {
	position:relative;
	width:259px;
	height:17px;
}
#frontend #chooselang {
	position:absolute;
	right:1px;
	top:1px;
}
#frontend #chooselang .bereich {
	float:left;
	width:118px;
}
#frontend #chooselang .bereich .tree {
	background:transparent url(/img/chooselang.background.png) no-repeat scroll right top;
	height:17px;
	padding-left:15px;
	padding-top:5px;
	width:103px;
	font-size: 9px;
	color: #616161;
}
#frontend #chooselang .bereich .menu {
	width:118px;
}
#frontend #chooselang .bereich .menu a {
    color: #616161;
}






#frontend #name {
    width: 300px;
    height: 45px;
    background: transparent url(/img/name.png) top left no-repeat;
}
#frontend #logo {
    width: 61px;
    height: 52px;
    background: transparent url(/img/logo.gif) top left no-repeat;
}


#frontend #footer-container {
    width: 100%;
    height: 150px;
    background: transparent url(/img/footer.background.gif) top left repeat-x;
}
#frontend #footer-middle-container {
    width: 900px;
    height: 150px;
    margin: 0 auto;
}
#frontend #footer-middle-container .inner {
    padding-top: 54px;
	color: #616161;
}
#frontend #footer-middle-container .inner a {
    color: #616161;
}










.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; 
}
