@charset "UTF-8";


body#home #content {
	padding-left: 35px;
	width: 700px;
	padding-right: 6px;
}

#message {
	height: 109px;
	width: 274px;
	padding: 0 6px 4px 15px;
	overflow: hidden;
	background-color: #fff;
	font-size: 0.88em;
	color: #666;	
}

/* Übersichtsliste */

ul#homeview {
	list-style: none;
	margin-left: 0;
}

ul#homeview li {
	margin: 0;
	list-style-image: none;
}

ul#homeview li.highlight {
	display: block;
	background-image: url(../img/part_homeview_bg_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

ul#homeview li.highlight:last-child {
	background-image: none;	
}

ul#homeview li.highlight:hover {
	background-color: #cae3fb;
	color: inherit;
}

ul#homeview li.highlight:hover div.divider {
	background-image: url(../img/part_homeview_bluedivider.gif);
	background-repeat: repeat-y;
	background-position: 194px top;
}

ul#homeview h2 {
	float: left;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0;
}

ul#homeview h2 a{
	display: block;
	width: 240px;
	padding: 20px 0 4px 212px;
	background-image: url(../img/part_homeview_doppelpfeil.gif);
	background-repeat: no-repeat;
	background-position: 159px 25px;
}

ul#homeview h2 a:hover {
	text-decoration: none;
}

ul#homeview li.highlight:hover h2 a {
	color: #003399;
	background-image: url(../img/part_homeview_doppelpfeil_over.gif);
}

ul#homeview div.pbox {
	width: 242px;
	float: right;
}

ul#homeview p {
	_color: #666;
	color: #000;
	margin-bottom: 10px;
}

ul#homeview div.buffer {
	height: 20px;
}


ul#homeview h3 {
    font-size: 1em;
    margin-top: 4px;
	margin-bottom: 0;
	padding: 0;
	color: #000 !important;
}