/****************DIVS*****************/
#topDIV{

	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:131px;
	z-index:2;
	background-image:url('/dev/images/top.gif');
	background-repeat:no-repeat;
	background-position:top;

}

#leftADIV{

	position:absolute;
	left:0px;
	top:131px;
	width:184px;
	height:30px;
	z-index:1;
	background-image:url('/dev/images/leftA.gif');
	background-repeat:no-repeat;
	background-position:top;

}

#leftMenuDIV{

	position:absolute;
	left:0px;
	top:161px;
	bottom:0px;
	width:184px;
	height:673px;
	z-index:1;
	background-color:#74af43;
	background-image:url('/dev/images/leftB.gif');
	background-repeat:no-repeat;
	background-position:bottom;

}

#contentDIV{

	position:absolute;
	left:184px;
	top:134px;
	bottom: 0px;
	width:771px;
	height: 700px;
	z-index:1;
	background-color:#ffffff;
	overflow:auto;

}

#startDIV{

	position:absolute;
	left:184px;
	bottom:0px;
	top:134px;
	height:509px;
	width:771px;
	z-index:3;
	background-image:url('/dev/images/startseite.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: none;
	background-color:#e7e3e5;
	vertical-align: bottom;

}


#startDIVB{

	position:absolute;
	left:20px;
	top:20px;
	width:400px;
	height: 228px;
	overflow: auto;
	z-index:1;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: none;
	/*background-color:#ede9ea;*/
	vertical-align: bottom;

}


/* LINKS */
picLink{
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: none;
}

a.picLink:link{
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: none;
}
a.picLink:visited{
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana;
	color: #000000;
	border: none;
}
a.picLink:hover{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: none;
}
a.picLink:active{
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: none;
}

naviLink{	
	font-family:Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	display: block;
	height: 18px;
	vertical-align: middle;
}
a.naviLink:active{
	font-family:Verdana;
	font-size: 9pt;
	display: block;
	width: 180px;
	height: 18px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	background-color: #65963c;
}
a.naviLink:visited{
	font-family:Verdana;
	font-size: 9pt;
	display: block;
	width: 180px;
	height: 18px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	background-color: #99b852;
}
a.naviLink:link{
	font-family:Verdana;
	font-size: 9pt;
	display: block;
	width: 180px;
	height: 18px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	background-color: #99b852;
}
a.naviLink:hover{
	font-family:Verdana;
	font-size: 9pt;
	display: block;
	width: 180px;
	height: 18px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	background-color: #99b852;
	font-weight:bold;
}