/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for MAVIDA 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff url(/static/img/bg.jpg) left top repeat-x;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#58554D;		
}


#siteContainer {
	background: #fff;
	padding: 15px;
	width: 896px;
	margin: 35px auto 0 auto;
	position:relative;
}

h1 {
	font-size:22px;
	margin: 20px 0;
	color:#716d63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h2 {
	font-size:14px;
	color: #EE9F1C;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	background: url(/static/img/yellowDot.jpg) left 2px no-repeat;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	color:#afafaf;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h4 {
	background: url(/static/img/yellowDot.jpg) left 4px no-repeat;
	padding: 0 0 0 15px;
	height:20px;
	
}
a {
	color: #A19B8C;

}
a:hover {
	color:#EE9F1C;
}






/* ---------- TOPNAVIGATION --------------*/

#topNav{

	margin: 0 0 30px 0;
	width:896px;
	overflow:hidden;
}
#topNav .activeMenuEntry{
	cursor:pointer;
}
#topNav .inactiveMenuEntry{
	cursor:pointer;
}

#topNav img{
	border:none;
}
#topNav ul{
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#topNav li {
	display:block;
	float:left;
	position:relative;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	
}

#topNav .notLast{
	padding: 6px 14px 0 0;
	background: url(/static/img/topNavSpacer.jpg) right 9px no-repeat;
}


#topNav .last{
	padding: 6px 14px 0 0;
}

#topNav  span{
	line-height: 16px;
}

#topNav li a {
	text-decoration:none;
	color:#716d63;
}
#topNav li a:hover {
	color: #EE9F1C;
}

/*------------ FOOTER -----------------*/
#footerLinks{
	text-align:right;
	font-size:11px;
	line-height:15px;
	margin: 20px 0 0 0;
	color:#A19B8C;
}


#footer{
	width: 896px;
	overflow:hidden;
	padding: 20px 0 40px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #EDECEB;
	color:#77756E;
	
}
#footer .text {
	float:left;
	width: 450px;
	font-size:11px;
	line-height:15px;
}
#footer .text a {
	color:#77756E;
}
#footer .text a:hover {
	color:#EE9F1C;
}
#footer .logos a{
	float:right;
	width: 120px;
	height:32px;
	
	text-decoration:none
}

#logo_hagleitner{
	background: url(/static/img/hagleitner_logo.gif) left top no-repeat;
}
#logo_hagleitner:hover{
	background: url(/static/img/hagleitner_logo.gif) left -33px no-repeat;
}
#logo_design_hotels{
	background: url(/static/img/design_hotels_logo.gif) left top no-repeat;
	margin: 5px 50px 0 0;
}


/* ------------- LANGUAGE DROPDOWN -------------- */

#languages {
	height:19px;
	overflow:visible;
	padding:0;
	position:absolute;
	right:0px;
	top:0;
	width:100px;
	z-index:2000;
	margin: 0 10px 0 0;
	#color:#55554D;
}
#languages .actualselect {
	float:left;
	height:14px;
	overflow:hidden;
	padding:2px 5px;
	width:70px;
	color:#A19B8C;
	font-size:11px;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}
#languages .selectbutton {
	background:transparent url(/static/img/pfeil_down.gif) no-repeat scroll left 8px;
	cursor:pointer;
	float:left;
	height:19px;
	overflow:hidden;
	width:20px;
}

#languages .options {
	background:#EDECEB none repeat scroll 0 0;
	float:left;
	overflow:hidden;
	width:100px;
}

#languages .options a {
	border-bottom:1px solid #fff;
	#color:#55554D;
	display:block;
	height:14px;
	margin:0;
	overflow:hidden;
	padding:2px 5px;
	text-decoration:none;
	text-align:center;
	width:90px;
	font-size:11px;
}