/* -----------------Reset--------------------- */


*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,#content {
	width:absolute;
	height:absolute;
	overflow: auto;
}

body {
	font-family:Arial;
	font-size:10px;
	color:#000;
}





/* -----------------Navigation ZP--------------------- */




.zp_link{
	text-decoration: none;	
	font-family:Arial;
	font-size:9px;
	color: #000;
}

.zp_link:hover{	
	color: #999;
}






/* -----------------Navigation--------------------- */




#menu{
	position: absolute;
	z-index:12;
}


.menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.menu li {
    display:block;
    float:none;
    margin-right:30px; /*or some such*/
}
.menu li a{
    display:inline-block;
}


#menu a{
	font-family: Times New Roman, "Arial", Times, serif;
	font-size: 17px;
	text-decoration: none;	
	line-height: 0.8;
	color: #80bfd9;
}

#menu a:hover{	
	color: #000;
}


/* -----------------Sub Navigation--------------------- */


#submenu{
	position: absolute;
	z-index:12;
}


.submenu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.submenu li {
    display:block;
    float:none;
    margin-right:30px; /*or some such*/
}
.submenu li a{
    display:inline-block;
}


#submenu a{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;	
	/*line-height: 0.8;*/
	color: #000;
}

#submenu a:hover{	
	color: #80bfd9;
}







/* -----------------Inhalt--------------------- */



#bg {
	position:absolute;
	width:100%;
	height:100%;
}

#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}

.slideshow-images {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}	

.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}	
	


#logo {
	position:absolute;
	top:20px;
	left:20px;
	z-index:13;
}


#slogoback {
	position:absolute;
	bottom:60%;
	width:100%;
	height:45px;
	z-index:11;
}


#content{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	position:absolute;
	top: 200px;
	width: 60%; 
   	left: 300px; 
	overflow: hidden;
	z-index:4;

	}


#titelgross{
	font-family: Times New Roman, "Arial", Times, serif;
	font-size: 45px;
	color: #ddd;
	position:absolute;
	top: 90px;
	width: 60%; 
   	left: 300px; 
	z-index:4;

	}


#titelklein{
	font-family: Times New Roman, "Arial", Times, serif;
	font-size: 15px;
	color: #ddd;
	position:absolute;
	top: 133px;
	width: 60%; 
   	left: 300px; 
	z-index:4;

	}



#menu {
	position:absolute;	
	font-family:Arial;
	font-size:11px;
	top:160px;
	left:27px;
	z-index:11;
}


#submenu {
	position:absolute;	
	font-family:Arial;
	font-size:11px;
	top: 200px;
	width: 60%;
   	left: 300px;
	z-index:11;
}




#navigation {
	position:absolute;	
	font-family:Arial;
	width:100%;
	right: -100px;
	z-index:11;


}


/* -----------------Hot Art--------------------- */



#special {
	position:absolute;
	bottom: 20px;
	right:40px;
	z-index:15;
}	


