/**
 * General Style File Kitzbuehel Tours
 */
* {
	font-family:Tahoma, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#393939;
}
body {
	margin:0px;
	padding:0px;
	background:url(/static/img/layout/bg.jpg) left top #e3e3e3 repeat-x fixed;
}
body.iframe {
	background:#F7F7F7;
}
body.popup {
	padding:10px 0;
}
div, h1, h2, h3, h4, h5, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
a,
a:hover {
	text-decoration:none;
	color: #ea0000;
}
img {
	border: 0px none;
}
h1 {
	font-size:16px;
	color: #f50000;
}
h2 {
	color: #f50000;
	font-size:11px;
}
h3 {
	color: #f50000;
	font-size:11px;
}
td, th {
	padding: 1px;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
input,
select,
textarea {
	border: #656565 1px solid;
	padding: 2px 3px;
	color: #393939;
	height:14px;
}

input.file {
	color:#ffffff;
	background-color: #ea0000;
	height:auto;
}

input.checkbox,
input.radio {
	border: 0px none;
	width:auto;
	height:13px;
}
input.submit {
	background:none;
	height:auto;
}
label {
	padding: 3px 8px 4px;
}
select {
	padding-bottom:2px;
	height:auto;
}
textarea {
	height:55px;
}
.line {
	width:100%;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #cccccc;
	border-left: 0px none #FFFFFF;
	height:1px;
	overflow:hidden;
}
iframe {
	margin: 0 0 10px 0 !important;
	float: left;
}
#container {
	left:0;
	position:absolute;
	top:0px;
	width:100%;
}
#container .container {
	margin:0 auto;
	position:relative;
	width:1000px;
	overflow:hidden;
}
.mytooltip {
	background: #F7F7F7;
	border: 1px solid #EF0000;
	padding: 5px;
}
/**
 * Console
 */
#container .container #console {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
	z-index: 100000;
}

#container .container #console .logo {
	float: left;
	padding: 0 0 0 18px;

}
#container .container #console .logo a {
	float:left;
	display:block;
}

#container .container #console .logo a img {
	float:left;
	behavior: url(/static/js/iepngfix.htc);


}
#container .container #console .sports {
	float: left;
	padding: 0 0 0 18px;
}
#container .container #console .sports a {
	display:block;
	float:left;
}



#top {
	width:765px;
	height:20px;
	background:url(/static/img/layout/bg_top.jpg) left bottom repeat-x #f6f6f6;
	padding:17px 20px 13px 215px;
}
#top #language {
	float:left;
	width: 50px;
}
#top .topmenu {
	float:right;
	width: 700px;
}
#top .topmenu ul {
	float:right;
}
#top .topmenu ul li {
	float:right;
	list-style:none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #999999;

}
#top .topmenu ul li.last {
	border:none 0px;
}
#top .topmenu ul li a {
	color: #666666;
}
/**
 * Footer
 */
#footer {
	clear:both;
	width:1000px;
	margin: 10px 0;
	color:#333;
	border-top: 1px solid #e1e1e1;
	background:#FFFFFF;
}
#footer .contact {
	padding: 10px 20px;
	width: 445px;
	float:left;
}
#footer .contact address {
	float:left;
	font-style:normal;
}
#footer .contact ul {
	float:left;
}
#footer .contact ul li {
	float:left;
	list-style:none;
	padding: 0 0 0 10px;
}
#footer .social {
	float:left;
	width:250px;
	padding: 7px 0;
}
#footer .feed {
	float:right;
	width: 205px;
	padding: 10px 20px;
}
#footer .feed a {
	float:right;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #999999;
}
#footer .feed a.last {
	border:none 0px;
}
/**
 * Iframe Modus
 */
.iframefacts {
	width: 520px;
	float:left;
	clear:left;
	margin: 0 0 10px 20px;
}
.iframefacts .box table.tourdata {
	width:60%%;
}
.iframefacts .box table.tourdata th,
.iframefacts .box table.tourdata td {
	vertical-align:top;
}
.iframefacts .box ul.functions {
	display:none;
}
