/* CSS Document */

body ,html{
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #97FF2f;
	margin: 0px;
	padding: 0px;
	SCROLLBAR-FACE-COLOR: #97FF2f;
	SCROLLBAR-TRACK-COLOR: #97FF2f;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #97FF2f;
	SCROLLBAR-3DLIGHT-COLOR: #99FF2f;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-DARKSHADOW-COLOR: #999999; 
}
a:link, a:visited{
	color #0000FF;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#projekt img{ cursor:pointer;}
#projekt{
	left: 10px;
	top: 10px;
	position:absolute;
	height:525px;
}
#projektBild {
	border: solid #333333 1px;
	position:absolute;
		
}
#vergroessern {
	position:absolute;
	z-index:100;
	left: 0px;
	top: 0px;
	visibility: hidden;	
	padding:0px;
	margin:0px;
}
#vergroessern img{
border: solid #333333 1px;
}
#projektText{
	position:absolute;
	width:300px;
	text-align:justify;
	bottom:0px;
	margin-left:535px;
	padding-left:20px;
}
#pfeile{
	bottom:0px;
	text-align: center;
}

a.pfeilZurueck, a.pfeilVor{
	height: 16px;
	width: 22px;
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
}
a.pfeilZurueck{
	background-image: url(../layout/pfeilZurueck.gif);
}
a.pfeilVor{
	background-image: url(../layout/pfeilVor.gif);
}
a.pfeilZurueck:hover, a.pfeilVor:hover{
	height: 16px;
	width: 12px;
	text-decoration: none;
}
a.pfeilZurueck:hover{
	background-image: url(../layout/pfeilZurueckRo.gif);
	
}
a.pfeilVor:hover{
	background-image: url(../layout/pfeilVorRo.gif);
}

#navigation{
	left: 570px;
	top: 550px;
	position:absolute;
	height:20px;
	font-size:11px;
	display:block;
	white-space:nowrap;
	z-index:1;
}
#navigation a:link, a:visited{
	color:#999999;
	text-decoration: none;
}
#navigation a:hover{
	color: #333333;
	text-decoration: underline;
}