body {
	background-image: url(back.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
a:link, a:visited, a:active {
	color: #6a858d;
}
a:hover {
	color: #a5b8b7;
	text-decoration: none;
}

/* MainTable */
.maintable {
	width: 970px;
	background-image: url(back_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

/* Header */
#header {
	width: 100%;
	height: 125px;
	background-color: #6a858d;
	background-image: url(header_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}
#header .keywords {
	padding-top: 100px;
	margin-right: 10px;
	color: #bcc9cd;
	font-size: 9px;
}

/* Links + Icons */
#links {
	float: left;
	width: 282px;
}
#navmain {
	height: 133px;
	margin-left: 141px;
	font-size: 12px;
	border-right: 8px solid #FFFFFF;
	background-color: #c1a789;
}
#navmain a:link, #navmain a:visited, #navmain a:active {
	display: block;
	padding: 1px 0px 1px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navmain a:hover {
	color: #f0eee3;
}
#navmain a.aktiv:link, #navmain a.aktiv:visited, #navmain a.aktiv:active {
	color: #000000;
}
#pics {
	border-bottom: 8px solid #FFFFFF;
}
#pics img {
	border-right: 8px solid #FFFFFF;
	border-top: 8px solid #FFFFFF;
}
#icons {
	width: 119px;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 14px;
	font-size: 10px;
	color: #FFFFFF;
}
#icons a:link, #icons a:visited, #icons a:active {
	display: block;
	padding: 1px 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#icons a:hover {
	color: #dbe4e2;
}
#neben_icons {
	float: right;
	padding-right: 8px;
}

#subnavi {
	margin: 0px 0px 0px -15px;
	padding-bottom: 15px;
}
#subnavi a:link, #subnavi a:visited, #subnavi a:active {
	display: block;
	padding: 2px 0px 2px 25px;
	margin-bottom: 8px;
	width: 113px;
	color: #000000;
	background-color: #f0eee3;
	background-image: url(../../_images/teaser_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
* html #subnavi a:link, * html #subnavi a:visited, * html #subnavi a:active {
	width: 133px;
}
#subnavi a:hover, #subnavi a.aktiv:link, #subnavi a.aktiv:visited, #subnavi a.aktiv:active {
	background-color: #f8f7f2;
	color: #c1a789;
}

/* Content */
#content_container {
	float: left;
	width: 488px;
}
#content {
	padding: 0px 35px 25px 15px;
	background-color: #FFFFFF;
	height: 423px;
}
#content[id] {
    height: auto;
    min-height: 398px;
}

#content_image {
	clear: right;
	float: right;
	margin: 0px -25px 0px 0px;
	padding: 4px 0px 4px 25px;
}
#content_image .pic, #content_image a:link, #content_image a:visited, #content_image a:active {
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#content_image a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
#content_image a div, #content_image div div {
	position:absolute;
	bottom:1px;
	left: 5px;
}
#content .messe {
	margin-bottom: 25px;
	padding-top: 5px;
	border-top: 1px dotted #6a858d;
	background-color: transparent;
}
#content .messe:hover {
	background-color: #edf5f3;
}
.news_teaser {
	margin-bottom: 25px;
	padding-top: 5px;
	border-top: 1px dotted #6a858d;
	background-color: transparent;
}

/* Rechts */
#rechts {
	float: left;
	width: 200px;
	position: relative;
}
#teaser_rechts {
	position: absolute;
	left: -32px;
	top: 6px;
	color: #6a828d;
}
#teaser_rechts[id] {
	left: -29px;
}
#icons_rechts {
	margin: 138px 0px 0px 18px;
	color: #6a828d;
}
#teasernavi_rechts {
	margin: 50px 0px 0px 18px;
}
#teasernavi_rechts a:link, #teasernavi_rechts a:visited, #teasernavi_rechts a:active {
	display: block;
	padding: 1px 0px 1px 25px;
	margin-bottom: 8px;
	color: #000000;
	background-image: url(../../_images/teaser_link.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	text-decoration: none;
}
#teasernavi_rechts a:hover {
	color: #6a828d;
	filter:Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}


