/* CSS Document */

html {
	/overflow: hidden;
}

#maske_top {
	xxxborder: 1px solid red;
}

body {
	margin: 0;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	}
	
h1 {
	font-size: 16px;
	color: #666;
	}
		
a:active, a:focus { 
	outline:0;
	color:#929292;
	} 

a {
	color: #929292;
	text-decoration: none;
	}

a:hover {
	color: #000;
	}
	
	
.scale {
	left: -2000px;
	position: absolute;
	}

	
#maske_left {
	position: absolute;
	background: #000;
	height: 610px;
	background-color: #434748;
	z-index: 1000;
	left: 0;
	}
	
#maske_top {
	background: #000;
	position: absolute;
	z-index: 1000;
	width: 100%;
	left: 0;
	top:0;
	background-color: #434748;
	}
	
#maske_bottom {
	background: #000;
	position: absolute;
	z-index: 1000;
	width: 100%;
	left: 0;
	bottom:-10px;
	background-color: #434748;
	}
	
#maske_right {
	position: absolute;
	background: #000;
	height: 610px;
	background-color: #434748;
	z-index: 1000;
	right: 0;
	}

#corner-top, #corner-bottom {
	xxxmargin-top: -11px;
	left: 0;
}


#corner-bottom {
	position: absolute;
	top: -11px;
	xxxborder: 1px solid red;

}


#navi-outer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2000;
	}
	
#navi-inner {
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 110px;
	bottom: 76px;
	right: 0;
	}

#navi-control {
	height: 75px;
}
	
#navi-control a {
	width: 29px;
	height: 22px;
	margin: 3px 4px 0 0;
	background: url(../img/navi-button.png) no-repeat;
	display: block;
	float: left;
}

#navi-control a.active {
	background: url(../img/navi-button-active.png) no-repeat;
}

#navi-control.innerNav a {
	background: url(../img/navi-button-inner.png) no-repeat;
}

#navi-control.innerNav a.active {
	background: url(../img/navi-button-inner-active.png) no-repeat;

}

#navi-inner a.info {
	display: block;
	width: 95px;
	height: 22px;
	margin-top: 4px;
	xxxbackground: url(../img/navi-button-long.png) no-repeat;
	}
#navi-inner a.info.seele {
	background: url(../img/navi-button-long-seele.png) no-repeat;
}

#navi-inner a.info.seele.active {
	background: url(../img/navi-button-long-seele-active.png) no-repeat;
}

#navi-inner a.info.roland {
	background: url(../img/navi-button-long-roland.png) no-repeat;
}

#navi-inner a.info.roland.active {
	background: url(../img/navi-button-long-roland-active.png) no-repeat;
}

#navi-inner a.info.kontakt {
	background: url(../img/navi-button-long-kontakt.png) no-repeat;
}

#navi-inner a.info.kontakt.active {
	background: url(../img/navi-button-long-kontakt-active.png) no-repeat;
}

#navi-inner a.info.freunde {
	background: url(../img/navi-button-long-freunde.png) no-repeat;
}

#navi-inner a.info.freunde.active {
	background: url(../img/navi-button-long-freunde-active.png) no-repeat;
}


#aligner {
	position: relative;
	}
	
.block {
	position: absolute;
	overflow: visible;
	background: #009966;
	height: 1821px;
	width: 2445px;
	left: 815px;
	top: 607px
	}

.img_outer {
	width: 815px;
	height: 607px;
	overflow: hidden;
	position: relative;
	}
	
.img_outer:hover {
	cursor: pointer;
	}
	
.txt {
	width: 2445px;
	height: 1821px;
	position: absolute;
	z-index: 100;
	}
	
.txt_inner {
	float: left;
	width: 815px;
	height: 607px;
	position: relative;
	}
	
.txt_inner div {
	margin: 30px;
	display: none;
	position: relative;
	height: 536px;
	color: #999;
	}
	
.txt_bottom {
	padding: 510px 9px 0 9px;
	width: 738px;
	}
	
.txt_left {
	padding: 20px 0 0 20px;
	}

#fourth_row .txt-inner {
	margin: 20px 40px 20px 40px;
	width: 580px;
	float: left;
	line-height: 1.5em;
	}

#fourth_row .txt-inner h1 {
	font-size: 24px;
}
	
.price {
	position: absolute;
	bottom: 0;
	left: 0;
 	}

.price_bottom {
	position: absolute;
	right: 0;

	}
	
	
.img_outer img {
	cursor: pointer;
	}
	
img {
	position: relative;
	}
	
.break {
	clear: left;
	}

#first_row div, #second_row div, #third_row div, #fourth_row div {
	float: left;
	}
	
#fourth_row div {
	width: 815px;
	height: 607px;	
	}

