/* Sonderdefinitionen Laufbox GID-Startseite */



.projekticon
{ float: left;
  margin: 1px 5px 10px 0px; }

div.proScroller {
	position:relative;
	overflow:hidden;	
	height: 172px;
	width: 182px;
	margin: 0 0 0 0;
}
div.proScroller ul {
	position:absolute;
	height:20000em;
	margin: 0px;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

div.proScroller ul li {
	float:left;
	border-bottom:1px solid #D4D4D4;
	line-height:14px;
	padding: 7px 0 0 0;
	width:172px;
	height: 49px;
}

.proZurueck, .proVor, .proZurueck a, .proVor a{
	float: none;
	display: block;
	background: none;
	position: relative;
	cursor: pointer;
	height: 18px;
	width: 172px;
}

.proZurueck{
	background: url(http://www.goethe.de/bilder3/symbole/scroll_vert_btn.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #D4D4D4;
	padding:0;
	line-height:14px;
	margin:0;
}
.proVor{
	background: url(http://www.goethe.de/bilder3/symbole/scroll_vert_btn.gif) no-repeat scroll 0 -40px;
	border-top:1px solid #D4D4D4;
	border-bottom:medium none;
	margin:-2px 0 0;
	padding:0;
}
.proZurueck a:hover{
	background: url(http://www.goethe.de/bilder3/symbole/scroll_vert_btn.gif) no-repeat scroll 0 -20px;
}
.proVor a:hover{
	background: url(http://www.goethe.de/bilder3/symbole/scroll_vert_btn.gif) no-repeat scroll 0 -60px;
}
.proAktuell{
	width: 172px;
	border-color: #D4D4D4;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	display:block;
	margin:0 0 4px;
	padding: 5px 4px 3px 4px;
	overflow:hidden;
}
.proAktuell ul li{
	margin: 0;
}
#proAktuellHeader{
	width:170px;
}


