#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 521px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(graphics/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    /*padding: 20px;
    height: 210px;*/
    width: 522px;
}

.panel a{
	text-align: center;
}

.panel .par{
	width: 522px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation a {
	font-size: 14px;
	color: #787878;
	font-weight: normal;
	margin-bottom: 0px;
}

ul.navigation a:hover {
	text-decoration: none;
	color: #0092D0;
}

ul.navigation a:focus {
    outline: none;
}

li.teilNav{
    /*background: no-repeat url(../list-style.gif);
    height: 24px;*/
    list-style: none;
    /*margin-left: 20px;*/
    padding-left: 10px;
	padding-bottom: 5px;
	/*padding-top: -3px;*/
}

li.teilNav a {
	color: #787878;
    text-decoration: none;
}

li.teilNav a:hover {
	text-decoration: none;
	color: #0092D0;
}

li.teilNav a:focus {
    outline: none;
}

#examen .teilNav, #person .teilNav, #lehre .teilNav{
    list-style: none;
	padding-bottom: 5px;
	padding-left: 0px;
}

.hide {
    display: none;
}