html, body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	background-image: url(graphics/sitebg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
}

.shadow_left {
	/* background-image: url(graphics/shadow_left.jpg);*/
	background-repeat: repeat-y;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #818181;
}
.shadow_right {
	/* background-image: url(graphics/shadow_right.jpg);*/
	background-repeat: repeat-y;
	background-position: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #818181;
}
.foot {
	text-align: center;
	font-size: 9px;
	vertical-align: middle;
	padding-top: 10px;
	color: #666666;
	line-height: 14px;
	width: 710px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9CD77;
}
.news {
	border: 1px solid #D5D55E;
}

.contentarea {
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 710px;
	background-image: url(graphics/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.linkarea {
	padding-left: 20px;
}
.link_navi {
	padding-right: 4px;
	text-decoration: none;
	padding-left: 5px;
	background-image:url(graphics/navibg.jpg);
	background-repeat:repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFED;
}
.link_navi:hover {
	color: #840909;
}

.link_subnavi {
	text-decoration: none;
	color:#333333;
	padding: 4px 6px 6px;
}
.link_subnavi:hover {
    color: #840909;

}

.text10 {
	font-size: 10px;
	line-height: 14px;
}
.umrandung {
	border: 1px solid #666666;
}
.headline1 {
	font-size: 18px;
	color: #a8a868;
	font-weight: bold;
}
.headline2 {

	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.headline3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.headline4 {
	font-size: 12px;
	line-height:14px;
	color: #a8a868;
	font-weight: bold;
}
.link {
	color: #333333;
}

