* {	
padding: 0px;
margin: 0px;
}


body { 
    background-color: rgb(178, 225, 0);
}



 
 /* Layout
----------------------------------------------- */
 
#inhalt { 
	visibility: visible;
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;	
}

#menu_1 {
	position: absolute;
	left:0px;
	top:0px;
	width:182px;
	padding-left:8px;
	padding-top:8px;
	background-color:#d6ec1a;
	
	font-family: verdana, geneva, sans-serif; 
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	height: 260px;
	line-height: 1.3em;
}
 
#menu_2 {
	position: absolute;
	left:190px;
	top:0;
	width:182px;
	padding-left:8px;
	padding-top:8px;
	background-color:#d6ec1a;
	height: 260px;
	
	font-family: verdana, geneva, sans-serif; 
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	height: 260px;
	line-height: 1.3em;
	}

#kategorie {
	position: absolute;
	left:0px;
	top:268px;
	width:380px;
	background-color:#d6ec1a;
}

#kategorie img {
	display:block;
}
 
#inhalt_oben {
	position: absolute;
	left:380px;
	top:0px;
	width:380px;
	height:380px;
	background-color:#d6ec1a;
}
  
#inhalt_unten {
	position: absolute;
	left:400px; 
	top:380px; 
	width:60px; 
	background-color:#d6ec1a;
}
   
 
  
#ornament   { 
	visibility: visible; 
	
}

#ornamenttext { 
	visibility: visible; 
	position: relative; 
	z-index: 1; 
	top: -200px; 
	left: 180px 
}

#sprachauswahl {
	visibility: visible;
	position: relative;
	top: 14px;
	left: 400px;
	overflow: visible;
	width: 60px;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	height: 40px;
	line-height: 1.3em;
}

#sprachauswahl a {
	font-family: verdana, geneva, sans-serif; 
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	height: 260px;
	line-height: 1.3em;
}
 
#sprachauswahl a:hover { 
 	color: rgb(102, 153, 0); 
}
 
/* Startseite
----------------------------------------------- */ 
 
#begruessungstext {
	position: absolute;
	left:0px;
	top:0px;
	width:380px;
	height:380px;
	padding-left:8px;
	padding-top:8px;
	background-color:#d6ec1a;
}

#inhalt_start {
	position: absolute;
	left:0px;
	top:0px;
	width:380px;
	background-color:#d6ec1a;
	background-color:blue;

}
 
 
/* Slideshow
----------------------------------------------- */
 
#imageContainer {
	position:absolute;
	overflow:visible;
	left:380px;
	width:380px;
	top: 0px;
}




/* Typo
----------------------------------------------- */

 a { 
	font-family: verdana, geneva, sans-serif; 
 	color: rgb(102, 153, 0); 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	font-size: 12px;

}


#menu_1 a:hover { 
	color: white; 
}


#menu_2 a { 
	font-family: verdana, geneva, sans-serif; 
 	color: rgb(119, 89, 97); 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	font-size: 12px;

}

#menu_2 a:hover { 
 	color: white; 
}

/* E-Mailverschlüsselung
----------------------------------------------- */

.backwards { 
unicode-bidi: bidi-override; 
direction: rtl; 
}



/* Scroll Aktivierer
----------------------------------------------- */

  #scroll-aktivierer {
	border: 0px solid navy;
	position: relative;
	z-index: 1;
	width: 100px;
	height: 800px;
    }

