div#main{
	background-color:#F5EACD;
}

/**** Header *************************************************************/

div#headerLayer{
	position: relative;
	z-index:2;
	top:20px;
	left:30px;
	width: 780px;
	overflow:visible;
	
}

div#headerLayerBackGround{
	height: 285px;
	width: 780px;
	background-image:url(images/page_header.png);
	background-repeat: no-repeat;
}

* html div#headerLayerBackGround {
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/page_header.png', sizingMethod='crop');
}

/**** Top and Bottom Elements ******************************************************/

div#subLayer_main{
	position:relative;
	top:-140px;
	left:105px;
	width:599px;
	width:600px;
	/*height:333px;*/
	z-index:10;
}

div.topWhite {
	height:72px;
	width:600px;
	background-image:url(images/content_header_white.png) !important;
	background-repeat:repeat-x;
	z-index: 2;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_header_white.png', sizingMethod='crop');
}


div.bottomWhite{
	height:49px;
	width:600px;
	background-image:url(images/content_area_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;

	filter:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_area_bottom.png', sizingMethod='crop');
}

div.topELearning {
	height:72px;
	width:100%;
	background-image:url(images/content_header.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_header.png', sizingMethod='crop');
	background-repeat:no-repeat;
}

div.topCountertrophy {
	height:72px;
	width:100%;
	background-image:url(images/content_header_countertrophy.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_header_countertrophy.png', sizingMethod='crop');
	background-repeat:no-repeat;
}

div.topHotelsResorts {
	height:62px;
	width:100%;
	background-image:url(images/content_header_hotels_resorts.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_header_hotels_resorts.png', sizingMethod='crop');
	background-repeat:no-repeat;
}

div#subLayer_main .middle {
	height:auto;
	width:600px;
	
	/*background-repeat:no-repeat;
	
	background-color:#8E6009;
	background-image:url(images/yellow_layer_main.png);
	background-position:bottom;
	overflow:visible;*/
}

div.bottomELearning {
	height:81px;
	width:100%;
	background-image:url(images/content_footer_e_learning.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_footer_e_learning.png', sizingMethod='crop');
	background-repeat:no-repeat;
	position:relative;
}

div.bottomCountertrophy {
	height:81px;
	width:100%;
	background-image:url(images/content_footer_countertrophy.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_footer_countertrophy.png', sizingMethod='crop');
	background-repeat:no-repeat;
	position:relative;
}

div.bottomHotelsResorts {
	height:91px;
	width:100%;
	background-image:url(images/content_footer_hotels_resort.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_footer_hotels_resort.png', sizingMethod='crop');
	background-repeat:no-repeat;
	position:relative;
}

/**** Content Layer ******************************************************/

div#contentLayer{
	position: relative;
	width: 600px;
	min-height:300px;
	z-index:5;
	top: -140px;
	left:105px;
	background-color: transparent;
}

/**** Contentheader ******************************************************/

div#contentHeader {
	height:72px;
	width:600px;
	background-color: transparent;
	z-index: 1;
}

/**** Breadcrumb ****/

div#navigationsPfad{
	position: relative;
	top: 20px;
	left: 40px;
	height:18px;
	width:520px;
	display:block;
	font-size:10px;
	color: #FFF;
	z-index: 10;
}

/**** Content Area ******************************************************/

div#contentMain{
	z-index: 0;
	position: relative;
	top: 0px; /* wird überschrieben */
	left: 0px; /* wird überschrieben */
}


div#contentAreaTop{
	height:49px;
	width:600px;
	background-image:url(images/content_area_top.png);
	background-repeat:no-repeat;
	background-position:top;
	display: none;  /* wird überschrieben */
}

* html div#contentTop {
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/content_area_top.png', sizingMethod='crop');
}


div#contentArea{
	background-color: #FFF;
	width: 600px;
	padding-top: 20px;
	font-weight:normal;
}

div#contentSpacer{
	height: 300px;
	float: left;
	width: 40px;
}

div#content{
	width: 520px;
	float: left;
}

/* Spalten */
div#textLeft, div#textRight{
	float: left;
	width: 250px;
}

div#textRight{
	margin-left: 20px;
}


/****  Footer *********************************************************/


div#footerLayer {
	position: relative;
	height:240px;
	width:930px;
	z-index:1;
	top: -180px;
	left:25px;
}


div#footerBackground{
	height:213px;
	width:930px;
	background-image:url(images/page_bottom.png);
	background-image:url(/css/images/eta_sponsoren_web.jpg);
	background-repeat:no-repeat;
}

div#footerContent{
	position: relative;
	top: 4px;
	height: 34px;
	text-align: left;
	font-size: 10px;
	color: #4C1F02;
	margin-left: 80px;
	padding-top: 24px;
	padding-left: 387px;
	background-image:url(/css/images/poweredby321x27.gif);
	background-repeat:no-repeat;
}

div#copyright {
	margin-top: -1px;
}


/**** Topnavigation ******************************************************/

div#topNav{
	height: 10px;
	
}

/**** Navigation Wählen ******************************************************/

div#navLayerOption {
	position: absolute;
	left: 366px;
	top: 80px;
	
	height:49px;
	width: 187px;
	
	clear:left;
	
}

div#navLayerOptionActive {
	position: relative;
	left: 0px;
	top: 0px;
	
	height:44px;
	width: 60px;
	
	float:left;
}

div#navLayerOption a {
	float:left;
}

div#navLayerOption a.option1 {
	height:49px;
	width:85px;
	background-image:url(images/main_nav_button1.gif);
	background-repeat:no-repeat;
	background-position:22px 15px;
	border:0px;
}

div#navLayerOption a.option2 {
	height:49px;
	width:85px;
	background-image:url(images/main_nav_button2.gif);
	background-repeat:no-repeat;
	background-position:22px 15px;
	border:0px;
}

div#navLayerOption a.option3 {
	height:49px;
	width:85px;
	
	background-image:url(images/main_nav_button3.gif);
	background-repeat:no-repeat;
	
	background-position:22px 15px;
	border:0px;
}

div#navLayerOptionActive a.option1 {
	height:44px;
	width:60px;

	background-image:url(images/main_nav_button1_active.png) !important;
	background-image:none;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/main_nav_button1_active.png', sizingMethod='crop');
	background-repeat:no-repeat;

	border:0px;
	
	background-position:left top; 
	display:block;
	
	top:10px;
	left:30px;
	
	float:left;
}


div#navLayerOptionActive a.option2 {
	height:44px;
	width:60px;
	
	background-image:url(images/main_nav_button2_active.png) !important;
	background-image:none;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/main_nav_button2_active.png', sizingMethod='crop');
	background-repeat:no-repeat;
	
	border:0px;
	
	background-position:left top; 
	display:block;
	
	top:10px;
	left:30px;
	
	float:left;
}

div#navLayerOptionActive a.option3 {
	height:44px;
	width:60px;
	
	background-image:url(images/main_nav_button3_active.png) !important;
	background-image:none;
	filter:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/main_nav_button3_active.png', sizingMethod='crop');
	
	background-repeat:no-repeat;
	
	border:0px;
	
	background-position:left top; 
	display:block;
	
	top:10px;
	left:30px;
	
	float:left;
}

/**** Navigation *********************************************************/

div#navLayer{
	position: absolute;
	left: 520px;
	top: 70px;
	width: 500px;
	z-index: 10;
}

div#navLayerTop{
	height:55px;
	width:380px;
	background-image:url(images/nav_header.png);
	background-repeat:no-repeat;
	z-index:3;
}

* html div#navLayerTop {
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/nav_header.png', sizingMethod='crop');
}

div#navMain{
	color:#000;
	width: 380px;
	background-image:url(images/nav_center.png);
}


div#navMainSpacer{
	height: 150px;
	float: left;
	width: 1px;
	background-color: red;
}

div#nav{
 /* siehe : navi.css */
}

div#navLayerBottom{
	height:55px;
	width:380px;
	background-image:url(images/nav_footer.png);
	background-repeat: no-repeat;
}

* html div#navLayerBottom{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/nav_footer.png', sizingMethod='crop');
}


* html div#navBottom {
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/nav_footer.png', sizingMethod='crop');
}

/* BLUE-LAYER START */

div#blueLayer{
height:auto;
position: relative;
top: -50px;
left: 110px;
left: 120px;

width:268px;
z-index:4;
}

#blueLayer .layer_top {
position:relative;
top:0px;
left:0px;
width:100%;
height:51px;
background-repeat:no-repeat;

background-image:url(images/blue_layer_top.png) !important;
background-image:none;
filter:none !important;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/blue_layer_top.png', sizingMethod='crop');
}

#blueLayer .layer_middle {
position:relative;
width:100%;
background-color:#21BFFF;
background-image:url(images/blue_layer_main.png);
background-repeat:no-repeat;
}

#blueLayer .layer_bottom {
position:relative;
bottom:-50px !important;
left:0px;
width:100%;
height:51px;
background-repeat:no-repeat;

clear:left;


background-image:url(images/blue_layer_bottom.png) !important;
background-image:none;
filter:none !important;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/blue_layer_bottom.png', sizingMethod='crop');
overflow:visible;
background-repeat:no-repeat;
}

#blueLayer .layer_middle .contentSpacer {
height:175px;
width: 10px;
width: 35px;
overflow:visible;
float:left;
}

#blueLayer .layer_middle .content {
width: 210px;
height:auto;
font-size:11px;
color:#FFF;
margin:0px 0px 0px 0px;
padding:0px;
text-align:left;
line-height:12px;
float:left;
}


/* BLUE-LAYER ENDE */

/* BLACK-LAYER START */

div#blackLayer{
position: relative;
top: -50px;

left: -29px;
left: 0px;
height:auto;
width:424px;
z-index:5;
}

#blackLayer .layer_top {
position:relative;
top:0px;
left:0px;
width:100%;
height:51px;
background-repeat:no-repeat;

background-image:url(images/black_layer_top.png) !important;
background-image:none;
filter:none !important;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/black_layer_top.png', sizingMethod='crop');
}

#blackLayer .layer_middle {
position:relative;
width:100%;

background-color:#1c1c1c;
background-image:url(images/black_layer_main.png);
background-position:bottom;
background-repeat:no-repeat;

}

#blackLayer .layer_bottom {
position:relative;
bottom:-50px !important;
left:0px;
width:100%;
height:51px;
background-repeat:no-repeat;
clear:left;
background-image:url(images/black_layer_bottom.png) !important;
background-image:none;
filter:none !important;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/black_layer_bottom.png', sizingMethod='crop');
overflow:visible;
background-repeat:no-repeat;
}

#blackLayer .layer_middle .contentSpacer {
height: 140px;
width: 184px;
width: 155px;
overflow:visible;
float:left;
}

#blackLayer .layer_middle .content {
width: 240px;
/*width: 269px;*/
height:auto;
font-size:11px;
color:#FFF;
margin:0px 0px 0px 119px;
margin:0px 0px 0px 0px;
padding:0px;
text-align:left;
line-height:12px;
float:left;
}


/* BLACK-LAYER ENDE */

/* YELLOW-LAYER START */

div#yellowLayer{
	position: relative;
	top: -50px;
	left: -210px;
	height:auto;
	width:600px;
	z-index:5;
}

#yellowLayer .layer_top {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(images/yellow_layer_top.png) !important;
	background-image:none;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/yellow_layer_top.png', sizingMethod='crop');
}

#yellowLayer .layer_middle {
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-color:#8E6009;
	background-color:#865508;
	background-image:url(images/yellow_layer_main.png);
	background-position:bottom;
	overflow:visible;
}

#yellowLayer .layer_bottom {
	position:relative;
	bottom:-50px !important;
	bottom:0px;
	left:0px;
	width:100%;
	height:51px;
	background-repeat:no-repeat;
	background-image:url(images/yellow_layer_bottom.png) !important;
	background-image:none;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/yellow_layer_bottom.png', sizingMethod='crop');
	overflow:visible;
	clear:left;
}

* html #yellowLayer .layer_bottom {
bottom:-50px;
}

#yellowLayer .layer_middle .contentSpacer {
	height:260px;
	width: 360px;
	float:left;
}

#yellowLayer .layer_middle .content {
	width:240px;
	height:auto;
	font-size:11px;
	color:#FFF;
	margin:0px;
	padding:0px;
	text-align:left;
	line-height:12px;
	float:left;
}
/* YELLOW-LAYER ENDE */