﻿#aussen {
	background-color: #610B0B;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	margin-top: -350px;
	z-index: 1;
	height: 500px;
}

#innen {
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	left: 449px;
	width: 750px;
	height: 500px;
	margin-left: -350px;
	margin-top: -150px;
	z-index:2;
}

/*Fuer extra grosse Bereiche mit Scrollen*/
#innenspec {
	background-color: #cccccc;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 750px;
	height: 550px;
	margin-left: -350px;
	margin-top: -150px;
	z-index:2;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 15px;
	scrollbar-base-color:#990000;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#990000;
	scrollbar-highlight-color:#990000;
	scrollbar-shadow-color:#990000;
	scrollbar-track-color:#420000;
}

#logo {
	position:absolute;
	left:628px;
	top:100px;
	width:221px;
	height:300px;
	z-index:3;	
}

#navig {
	position: absolute;
	bottom: -175px;
	left: 99px;
	width: 700px;
	height: 35px;
	z-index: 2;
}

#bottom {
	position: absolute;
	bottom: 2px;
	left: 100px;
	width: 700px;
	height: 30px;
	z-index: 2;
}

/* 
Spezielle Layer fuer Uebergroessen: Mehr Inhalt, feste Groesse, kein scrollen.
*/   

/* 
NOT IN USE
*/

#bestaussen {
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 500px;
	margin-left: -450px;
	margin-top: -250px;
	z-index: 1;
}

/*
#ausseneisgott1 {
	background-color: #990000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 1000px;
	margin-left: -450px;
	margin-top: -250px;
	z-index: 1;
}



#inneneisgott1 {
	background-color: #FFFFCC;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 700px;
	margin-left: -350px;
	margin-top: -411px;
	z-index:2;
	overflow: visible;
}

*/


/*
#randunten {
	background-color: #420000;
	position: absolute;
	bottom: -75px;
	left: 100px;
	width: 700px;
	height: 50px;
	z-index: 2;
}

*/
