
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(../img/body.png) repeat-x 0 bottom;
	text-align: center;
	line-height: 16px;

	
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}


.clear {
	line-height: 0;
	height: 0;
	font-size: 0;
	clear: both;
}

 .bug {
	height: 0;
	line-height: 0;
	font-size: 0;
}


/*  = = = = = = = = = = = = = = = = = = = = = = =    GRUNDAUFBAU    = = = = = = = = = = = = = = = = = = = = = = =  */

#top {
	height: 191px;
	background: url(../img/top.png) repeat-x;
	background: #9E1817;
}

#jump {display: none;}


h2 {
	margin: 0 0 15px 10px;
	padding: 0;
	position: relative;
	padding:0px;
	overflow: hidden;
	width: 500px;
	height: 20px;
	background: no-repeat;
}

h2 span {
	background: no-repeat;
	display:block;
	height: 100%;
	width: 100%;
	position:absolute;
	left:0px;
	top:0;
}


h4 {
	margin: 0;
	padding: 0;
	position: relative;
	padding:0px;
	overflow: hidden;
	width: 250px;
	height: 20px;
	font-size: 11px;
}

h4 span {
	background: no-repeat;
	display:block;
	height: 100%;
	width: 100%;
	position:absolute;
	left:0px;
	top:0;
}

#container {
	position: relative;
	top: -191px;
	margin: 0 auto;
	width: 881px;
	text-align: left;
	background: url(../img/container.png) repeat-y;
}

#header {
	height: 123px;
	background: #9E1817;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	position: absolute;
	margin: 88px 0 0 8px;
	width: 350px;
	height: 41px;
	overflow: hidden;
	text-indent: -999999em;
	background: url(../img/h1.png) no-repeat;
}

#media {
	position: absolute;
	top: 139px;
	left: 299px;
	height: 250px;
	width: 563px;
}

#ad1{
	position: absolute;
	top: 10px;
	left: 405px;
	width: 470px;
	height: 60px;
}

#ad1 img {border:none;}


#content {
	width: 571px;
	padding: 300px 10px 0 0;
	float: right;
	background: url(../img/content.png) no-repeat top right;

}
	
#col1 {
	margin: 0 0 40px 10px;
	width: 380px;
	float: left;
}

#col1 dl {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


#col1 img, #col1 dl, #col1 dt {
	display: block;
	margin: 0;
	padding: 0;
}


#col2 {
	float: right;
	width: 150px;
	padding: 0 9px 0 0;
}

#col2 img {
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}

#col2 dt, #col2 dl {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	height:  50px;
	background: url(../img/footer.png) no-repeat top #eeecec;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}


address {
	position: absolute;
	font-style: normal;
	margin: 132px 0 2px 220px;
	padding: 0 50px;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	height: 78px;
}

#airport {
	position: absolute;
	margin: 90px 0 0 620px;
	width: 190px;
	height: 60px;
	background: url(../img/salzburg_airport.png) no-repeat;
}

#airport span{
	display:none;
}

#airport a {
	display: block;
	width: 190px;
	height: 60px;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =    MENU   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#sitemeta {
	width: 299px;
	float: left;
	background: url(../img/sitemeta.png) no-repeat top left;
	font-size: 10px;
	text-transform: uppercase;
}

#menu {
	margin: 0 0 0 10px;
}



#menu span { display: none; }
#menu ul li ul li ul {display: none; }
#menu ul li ul li.active ul { display: block; }
#menu ul li ul li.active ul li ul { display: none; }
#menu ul li ul li ul li.active ul { display: block; }


#menu ul li span {display: none;}

#menu ul {
	margin: 20px 0 0 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menu ul li a {
	display: block;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 14px;
	font-weight: bold;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -199%;
}

#menu ul li  ul{
	margin: 0;
}

#menu ul li ul  li ul{
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
}

#menu ul li ul  li ul li ul {
	border-bottom: none;
	padding: 0 0 5px 0;


}

#menu ul li ul li ul li a {
	border-bottom: none;
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 30px;
	text-indent: 0;
}

#menu ul li ul li ul li a:hover, #menu ul li ul li ul li a.active {
	background: url(../img/li.png) no-repeat 20px 9px;
}

#menu ul li ul  li ul li ul  a {
	padding: 1px 40px;
}

#menu ul li ul  li ul li ul  a:hover, #menu ul li ul  li ul li ul  a.active {
	background: url(../img/li.png) no-repeat 30px 5px;
}




#ocls {
	position: absolute;
	bottom: 10px;
	width: 881px;
	height: 40px;
 }
 
 #ocls span {display: none;}
 
 #ocls ul {
	margin: 0 0 0 310px;
	padding: 0;
 }
 
 #ocls ul li ul {
	margin: 0;
	padding: 0;
 }
 
 #ocls li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
 }
 
 #ocls ul li a {
	padding: 0 20px 0 10px;
	color: #333333;
	background: url(../img/li.png) no-repeat left 2px;
 }
 
 
 
 

 
 #sitelinks {
	position: absolute;
	bottom: -160px;
	left: 95px;
	width: 130px;
 }
 
 #sitelinks span { display: none; }
 
 
 #sitelinks ul {
	margin: 0;
	padding: 0;



 }
 
 #sitelinks li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
 }
 
 #sitelinks ul li a {
	display: block;
	color: #666666;
 }
 

 
 

 
 #path {
	position: absolute;
	top: 395px;
	left: 310px;
 }
 
#path a {
	background: url(../img/path.png) no-repeat 0 4px;
	color: #999999;
	padding: 0 5px 0 10px;
	text-transform: uppercase;
	font-size: 10px;
}

#path  a.first-child, #path em  {
	display: none;
}

#path span {display: none;}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   LANG   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =    */

#lang {
	position: absolute;
	bottom: -100px;
	left: 93px;
	text-transform: uppercase;
	color: #666666;
	z-index: 99;
}


#lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
	/*background: #FFFFFF;*/
}

#lang ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#lang ul li span {
	font-size: 10px;
	display: block;
	padding: 2px 0 3px 2px;
	margin-right: 2px;
	background: url(../img/lang.png) no-repeat right center;
	cursor: pointer;
}

#lang ul li ul { display: none; }

#lang ul li ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#lang ul li ul li a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 1px 2px 1px 24px;
}

#lang ul li ul li a:hover {background-color: #F2F2F2;}

#lang ul li ul li.active a { color: #101010; }

#lang ul li ul li.na a { color: #B0B0B0; } 

.de { background-image: url(../img/de.png); } 
.en { background-image: url(../img/en.png); } 


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =    AGENTUR.NET   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#agentur_net {
	display: block;
	padding: 0;
	height: 16px;
	width: 90px;
	overflow: hidden;
	position: absolute;
	margin: 150px 0 0 270px;
}

#agentur_net span { display: none; }

#agentur_net a strong { 
	display: block;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#agentur_net a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/agentur_net.png) no-repeat;
	text-indent: -9999999%;
}


#facebook_like {
	display: block;
	padding: 0;
	height: 25px;
	width: 90px;
	overflow: hidden;
	position: absolute;
    margin: 80px 0;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =    FORMULAR   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 11px;
}

form br {clear: both;}

label {
	float: left;
	width: 30%;
	padding-top: 0;
}

label.checkbox {
	width: 60%;
}

input.checkbox {
	width: auto;
	border: none;
	margin: 5px 5px 0px 30%;
	background: none;
}

input, select {
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

input {
	width: 65%;
	padding: 2px 5px;
	background: #ffffff;
}


textarea {
	font-family: Verdana, Arial sans-serif; 
	float: left;
	margin: 0;
	width: 65%;
	font-size: 11px;
	height: 100px;



	padding: 0 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
}


input.submit {
	width: 100px !important;
	height: 15px !important;
	position: relative;
	float: right;
	background: #87888a;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 10px 20px 0px;
	padding: 0 0 3px 7px;
	font-size: 10px;
	border: none;
	cursor: pointer;
}

input.submit:hover {
	background: #393939;
	color: #ffffff;
}

.checkbox { margin: 5px 0 0 0; }


#map { border: 1px solid #cccccc; }
