/*Arbeiten */

div#slide {
	width: 500px;
	height: 500px;
}

div#arbeitenmenu {
	position:absolute;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 400px;
	top: 135px;
	left: 610px;
	overflow: hidden;
	display: block;
	float:left;
}

div#arbeitenmenu a {
		width: 110px;
		height: 85px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-top: 10px;
	}

div#subnavi {
	position:absolute;
	width: 130px;
	height: 300px;
	margin: 0;
	top: 130px;
	left: 0px;
}

div#subnavi h1, div#subnavi h2 {
	font-size: 11px;
	font-family: arial;
	color: #000;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	}
	
		div#subnavi  a {
			display: block;
			float: left;
			width: 12px;
			height: 8px;
			background-color: #999;
			margin-right: 5px;
			margin-bottom: 5px;
			font-size: 1px;
			line-height: 10%;
			}
			
			div#subnavi  a:hover{
				background-color: #000;
				}
				
			div#subnavi  a:active{
				background-color: #000;
				}
				
			div#subnavi  a:focus{
				background-color: #000;
				}
				
.cross-link a:hover {
	color: #000000;
}

.active-sub a:hover {
	color: #000000;
}

/* // Arbeiten */
