/* ### Styles für den mitleren Content-Bereich ### */

/* ### Der Hauptbehälter des Content-Bereichs ### */
#contentlinks {
	float: left;
	display: inline-block;
	width: 430px;
        max-height:701px;
        _height:701px;  /* ### IE6-Hack für max-height ### */
        overflow-y:auto;
	margin-bottom: 15px;
	line-height: 20px;
	margin-top: 130px;
        margin-left:20px;
        padding-left: 10px;
	padding-right: 10px;
}

#contentlinks a,
#contentlinks a:link,
#contentlinks a:visited {
	text-decoration:none;
	color:#990000;
}

#contentlinks a:hover {
	color:#000000;
}

