@charset "iso-8859-1";
#wrapper {
	border: 1px solid #808080;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 950px;
	background-color: #FFFFFF;
}
#content {
	min-height: 500px;
	_height: 500px;
	background-position: left;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url('../images/navi.jpg');
	background-repeat: repeat-y;
}
#rootline {
	padding: 0px 0px 22px 0px;
	margin: 0px;
	color: #999999;
	font-size: 110%;
	font-weight: normal;
}
#rootline a {
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-size: 100%;
	text-decoration: underline;
}
#rootline a:hover {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #333333;
}
#content_box_left {
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;
	background-color: #DCDCDC;
}
#content_box_right {
	padding: 0px 20px 0px 0px;
	margin: 0px;
	width: 649px; /* 650 */
	float: right;
}

#content_box_right ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#content_box_right ul li {
	font-size: 130%;
	line-height: 20px;
	list-style-type: disc;
}
.weiter_link {
	font-size: 130%;
	background-image: url('../images/pfeilre.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
}
.weiter_link:hover {
	text-decoration: underline;
	color: #000000;
}

.text_link {
	/* font-size: 130%; */
	background-image: url('../images/pfeilre.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 2px;
	text-decoration: none;
}
.text_link:hover {
	text-decoration: underline;
	color: #000000;
}

.text_link_indent {
	/* font-size: 130%; */
	background-image: url('../images/pfeilre.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 25px;
	text-decoration: none;
}
.text_link_indent:hover {
	text-decoration: underline;
	color: #000000;
}
