/* CSS Document */

/* Hauptelemente */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	}




#logo_oben {
	width:756px;
	height:93px;
	position: absolute;
	top:10px;
	left: 82px;

}	


#hauptnav {
	width:133px;
	height:306px;
	position:absolute;
	top:160px;
	left:72px;
	}
	
div.hauptnavdiv {
	border-top:1px solid #8e8e8e;
	padding-top:2px;
	}
	

	
#hauptcontent {
	width:485px;
	height:300px;
	overflow:auto;
	position:absolute;
	left: 203px;
	top:160px;
	overflow:auto;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	}
	
#hauptcontentstartseite {
	width:533px;
	height:300px;
	overflow:auto;
	position:absolute;
	left: 141px;
	top:140px;
	background-image:url(/img/bg_content.png);
	overflow:auto;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	}
	
#subnav {
	width:114px;
	height:308px;
	position:absolute;
	left: 730px;
	top:160px;

	}
	

#arlberglogo{
	width:119px;
	height:52px;
	position:absolute;
	left:732px;
	top:430px;
	
	}

	
#unten {
	width:774px;
	height:50px;
	position:absolute;
	margin:auto;
	top: 560px;
	left:150px;
	color:#FFFFFF;
	}



/* Ende Hauptelemente */


/* diverss Styles für Inhalt */


textarea.mceAdvanced {
	background-color:#FFFFFF;
	}

td.rot_underline {

border-top:1px solid #8e8e8e;
height:25px;
top:0px;
}


td.dunkelgruen_underline {
border-top:1px solid #8e8e8e;
height:25px;
top:0px;

}

td.hellgruen_underline {
border-top:1px solid #8e8e8e;
height:25px;
top:0px;

}

a.teaserunterbild {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	
a.teaserunterbild:hover {
	text-decoration:underline;
	} 

a {
color:#ffffff;
text-decoration:underline;
}

a:hover {
	text-decoration:none;
	}	
	
#hauptcontent a, .mceAdvanced.a {
 color:#af101f;
 text-decoration:underline;
}

#hauptcontent a:hover, .mceAdvanced.a:hover {
text-decoration:none;
}

	

h1 {  
	color:#ba0018;
	font-size:18px;
	}
h2 { 
	color:#ba0018;
	font-size:16px;
	}
h3 {  
	color:#ba0018;
	font-size:14px;
	}

h4 {  
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	}
	



	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */



