

html,
body {
	background: #c9c1ad url('images/startseite_bg.png') 0px 0px repeat-x !important;
	overflow-x:hidden; 
	overflow-y:hidden;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#headerbox {
	float:left; 
	width: 100%;
	height: 170px;
	z-index: 20;
	position: relative;
}

#logobox {
	float: left;
	width: 163px;
	height: 149px;
	margin: 18px 0px 0px 143px;
	position: relative;
}

#sloganbox {
	float: right;
	width: 433px;
	height: 64px;
	margin: 98px 10px 0 0;
	position: relative;
}

#maincontainer {
	float: left;
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#cal1,
#cal2,
#newscontainer2,
#newscontainer1 {
	position: absolute;
	top: 180px;
	z-index: 200;
}

#bannerbox {
	float: left;
	width: 100%;
	heigth: 140px;
	z-index: 1;
	position: relative;
}

#linkbox,
#newsbox,
#datesbox {
	float: left;
	width: 33.33%;
	position: relative;
}

#newsbox {
	z-index: 1;
	
}

#datesbox {
	background: #b0ce4a url('images/termine.png') 100% 12px no-repeat;
	height: 140px;
	overflow: hidden;
	position: relative;
	padding: 0;
}

#datesbox_inner {
	float: left;
	height: 130px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	width: 80%;
	z-index: 10;
}

#newsbox {
	background: #e6a434 url('images/aktuelles.png') 100% 6px no-repeat;
	height: 100px;
	overflow: hidden;
	position: relative;
}

#newsbox_inner {
	height: 90px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

#linkbox {
	background-color: #8a2431;
	height: 95px;
	padding-top: 5px;
}

*+html #linkbox {
	padding-top: 15px;
	height: 85px;
}

#linkbox ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

#linkbox a {
	display: block;
	color: #ffffff;
	font-family: arial;
	font-weight: bolder;
	font-size: 12px;
	/* padding: 5px; */
	margin: 10px 0 0 20px;
}

#linkbox a:hover {
	color: #d7b3b7;
}

#maincontent {
	float: left;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: relative;
}

.news-latest-container,
.tx-cal-controller {
	float: left;
	font-family: arial;
	font-size: 13px;
	margin-left: 20px;
}

.news-latest-item,
.tx-cal-controller dt {
	margin: 5px 0 5px 0;
	padding: 0px 0px 5px 0;
	border-bottom: 1px dotted white;
	color: #ffffff;
	z-index: 2;
}

.news-latest-item a,
p.cal a,
p.cal {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.news-latest-item a,
p.cal a {
	font-weight: bold;
	text-decoration: none;
}

.news-latest-item h3 {
	margin: 0;
	padding: 0;
}

.news-latest-item h3 a {
	margin: 0;
	padding: 0;
	font-size: 13px;
}


#maincontent_inner {
	float: right;
	width: 496px;
	height: 100%;
	margin: 50px 70px auto 0;
	position: relative;
	/* background: url('images/bg_images.png') -73px -24px no-repeat; */ 
}

.linkitem,
.linkitem a {
	float: left;
	width: 124px;
	height: 231px;
	text-decoration: none;
}

#link_1 a {
	background: url('images/LebeninRenchen_small.png') 0px 0px no-repeat;
}

#link_1 a:hover {
	background: url('images/LebeninRenchen_big.png') 0px 0px no-repeat;
}


#link_2 a {
	background: url('images/KulturTourismus_small.png') 0px 0px no-repeat;
}

#link_2 a:hover {
	background: url('images/KulturTourismus_big.png') 0px 0px no-repeat;
}

#link_3 a {
	background: url('images/WirtschaftBusiness_small.png') 0px 0px no-repeat;
}

#link_3 a:hover {
	background: url('images/WirtschaftBusiness_big.png') 0px 0px no-repeat;
}

#link_4 a {
	background: url('images/Service_small.png') 0px 0px no-repeat;
}

#link_4 a:hover {
	background: url('images/Service_big.png') 0px 0px no-repeat;
}


#imagecache {
	display:none;
}


