
/* ------------------------------------- colors ----------------------------------------- */

/*  light blue: #66b8ff
	medium blue: #17559c
	dark blue: #00325e
	
	medium red: #df0024
	dark red: #730208
*/

/* ------------------------------------- general ----------------------------------------- */

html, body, form, fieldset {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #3d5366;
	margin: 0;
	padding: 0;
}

body {
	/*background: #e4e9ed url(/static/img/back.jpg) repeat-x;*/
	background: #e1e5e5 url(/static/img/back.png) left top repeat-x;
	
}

img, div { 
	behavior: url(/static/js/iepngfix.htc);
	border:0px;
}


label {
	display: block;
	float: left;
}

textarea, input {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

select {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}

embed {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
    margin: 0;
    padding: 0;
}

h1, #left .flashheadline {
	font: 22px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
}

h2 {
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 7px 0;
}

h3 {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

h4 {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	float: left;
}

h5 {
	font: 17px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 19px;
}


a { 	
	text-decoration: none;
	color: #666;
}

a:link { 	
}
	
a:visited { 
}

a:hover { 
	color: #999;
}

a:active { 
	color: #999;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}

th {
	color: #333;
	padding: 3px 8px;
	border-left: 1px solid #fff;
}

td {
	padding: 3px 8px;
	border-left: 1px solid #fff;
}

.odd {
	background: #d4e3ef;
}

.even {
	background: #edf5fc;
}

iframe {
	float: right;
}


#site {
	width: 975px;
	margin: 0 auto;
}

#left li {
	list-style-type: square;
	list-style-position: inside;
}

#left ul {
	margin: 0 0 10px 5px;
}

.error {
	color:#FF0000;
	font-weight:bold;
	margin-top:10px;
}


/* ------------------------------------- nav ----------------------------------------- */

#nav {
	width: 195px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#nav a, #nav a:link { 	
	color: #fff;
}

#nav li {
	list-style-type: none;
}

#nav ul ul {
	margin: 2px 0;
}

#nav ul ul li {
	margin: 0 24px 0 0;
}


#blue {
}

#blue_nav {
	background: url(../img/nav_blue.png) left bottom;
	padding: 0 8px 27px 0;
	float:left;
}

#blue_nav table, #red_nav table {
	margin: 0;
}

#blue_nav td, #red_nav td {
	padding: 0;
	margin: 0;
	border-left: none;
	vertical-align: middle;
}

#blue_nav .odd, #blue_nav .even, #red_nav .odd, #red_nav .even {
	background: none;
}
	
#blue_nav a:visited { 
}

#blue_nav a:hover, #blue_nav a:active, #blue_nav a.active { 
	color: #66b8ff;
}

#blue_nav h5 a, #blue_nav h5 a:link, #blue_nav h5 a:visited {
	background: url(../img/blue_nav_arrow.gif) right no-repeat;
	padding: 0 14px 0 0;
	margin: 0 16px 0 0;
}

#blue_nav h5 a:active, #blue_nav h5 a:hover, #blue_nav h5 a.active {
	background: url(../img/blue_nav_arrow_active.gif) right no-repeat;
	padding: 0 20px 0 0;
	margin: 0;
}

#red {	
}

#red_nav {
	background: url(../img/nav_red.png) left bottom;
	padding: 0 8px 17px 0;
}
	
#red_nav a:visited { 
}

#red_nav a:hover, #red_nav a:active, #red_nav .active { 
	color: #730208;
}

#red_nav h5 a, #red_nav h5 a:link, #red_nav h5 a:visited {
	background: url(../img/red_nav_arrow.gif) right no-repeat;
	padding: 0 14px 0 0;
	margin: 0 16px 0 0;
}

#red_nav h5 a:active, #red_nav h5 a:hover, #red_nav h5 a .active {
	background: url(../img/red_nav_arrow_active.gif) right no-repeat;
	padding: 0 20px 0 0;
	margin: 0;
}

#open_blue img, #open_red img {
	margin: 0 7px 0 5px;
}


/* ------------------------------------- portal ----------------------------------------- */

#flash {
	height: 453px;
	width: 975px;
	margin: 7px 0 10px 0;
}

#teaserbar {
	margin: 0 0 0 5px;
}

.portal_teaser_text {
	height: 100%;
}

.portal_teaser {
	float: left;
	border-right: 2px solid #ebf1f7;
	width: 155px;
	height: 120px;
	padding: 0 15px;	
}

.portal_teaser a, .portal_teaser a:link, .portal_teaser a:hover, .portal_teaser a:active, .portal_teaser a:visited {
	color: #17559c;
	float: right;
	margin: -12px 0 0 0;
}

.portal_teaser h2 {
	color: #17559c;
	margin: -3px 0 7px 0;
}

.portal_teaser select {
	border: 1px solid #17559c;
	margin: 2px 0 7px 0;
}

.portal_teaser .day {
	width: 45px;
}

.portal_teaser .year {
	width: 59px;
}

.portal_teaser label {
	width: 155px;
}

.portal_teaser .rent_button {
	background: url(../img/arrows_blue.gif) right 9px no-repeat;
	color: #17559c;
	padding: 3px 6px 0 0;
	float: right;
}


/*Portalteaser Radiobutton*/

.portal_teaser_radio {
	float: left;
	border-right: 2px solid #ebf1f7;
	width: 155px;
	height: 120px;
	padding: 0 15px;
	overflow: hidden;	
}

.portal_teaser_radio h2 {
	color: #17559c;
	margin: -3px 0 7px 0;
}

.portal_teaser_radio .radios {
	margin: 0 0 17px 0;
	padding: 0;
}

.portal_teaser_radio .radios td {
	border:none;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 4px 0;
}

.portal_teaser_radio .radios input {
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
	border-width: 0 !important;
	width: 12px;
	height: 13px;
}

.portal_teaser_radio .rent_button {
	background: url(../img/arrows_blue.gif) right 9px no-repeat;
	color: #17559c;
	padding: 3px 6px 0 0;
	float: right;
}

/*---------------------------------------------------------*/


#logo {
	float: left;
	height: 115px;
	border-right: 2px solid #ebf1f7;
	padding: 5px 15px 0 15px;	
}

#baufortschritt {
	float: left;
	height: 120px;
	width:155px;
	/*border-right: 2px solid #ebf1f7;*/
	padding:0 10px 0 10px;
	overflow:hidden;
}

.portal_teaser_red {
	float: left;
	/*border-right: 2px solid #ebf1f7;*/
	width: 155px;
	height: 120px;
	padding: 0 15px;	
}

.portal_teaser_red h2 {
	color: #df0024;
	margin: -3px 0 7px 0;
}

.portal_teaser_red a, .portal_teaser_red a:link, .portal_teaser_red a:hover, .portal_teaser_red a:active, .portal_teaser_red a:visited {
	color: #df0024;
	float: right;
	margin: -12px 0 0 0;
}

#portal_minimap {
	float: left;
	overflow:hidden;
	padding: 0 15px;
	height: 120px;
	width: 140px;
}

.more {
	padding: 0 0 1px 0;
}



.portal_teaser_image {
	float: left;
	height: 120px;
	width:155px;
	border-right: 2px solid #ebf1f7;
	padding:0 10px 0 10px;
	overflow:hidden;
}

/* ------------------------------------- content ----------------------------------------- */

#header {
	height: 265px;
	width: 975px;
	margin: 7px 0 10px 0;
}

#main {
	width: 975px;
	position: relative;
}

#content {
	width:785px;
	background-image:url(../img/content_line.gif); /* old background: url(../img/content_border.gif) left bottom no-repeat;*/
	padding: 0 0 20px 0;
	margin: 0 0 0 190px;
	display:table; /* old display: table;*/
}

#content_footer {
	width: 785px;
	height: 15px;
	background-image:url(../img/content_bottom.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 190px;
}

#left {
	float: left;
	width: 557px;
	padding: 9px 15px 0 20px;
	overflow: hidden;
}

#left .googleMap {
	width:557px;
	height:57px;
	overflow:hidden !important;
	background:#000000;
	
	float: left;
}

.content_imgline {
	float: right;
	width: 180px;
	margin: -28px 0 10px 10px;
	overflow:hidden;
}

.content_img {
	float: left;
	width: 180px;
	background: #FFFFFF;
}

.content_img_text {
	padding: 8px 10px;
	background: #d4e3ef;
	margin-bottom:8px;
}

.content_add {
	margin: 10px 0 0 0;
	border-top: 2px solid #e5f0f4;
	height: 90px;
	clear: both;
}

.content_add img {
	float: left;
	margin: 0 10px 0 0;
}

.top {
	width: 441px;
	float: left;
	margin: 2px 0 0 0;
}

.price {
	float: right;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0;
}


#teasers {
	width: 178px;
	padding: 15px 15px 0 0;
	background:url(../img/content_corner.gif) top right no-repeat;
	float:right;
}

.plain_teaser {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
}

.plain_teaser select {
	border: 1px solid #fff;
	margin: 2px 0 7px 0;
}

.plain_teaser label {
	color: #fff;
}

.plain_teaser_text {
	padding: 3px 10px 10px 10px;
	margin: 0 0 15px 0;
}


/*Contentteaser Radiobutton Skiverleihteaser*/

.plain_teaser .plain_teaser_text .radiobuttons {
	color: #fff;
	background: none;
}

.plain_teaser .plain_teaser_text .radiobuttons tr {
	border:none;
	background: none !important;
}

.plain_teaser .plain_teaser_text .radiobuttons td {
	border:none;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 4px 0;
	/*background: none !important;*/
}

.plain_teaser .plain_teaser_text .radiobuttons input {
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
	border-width: 0 !important;
	width: 12px;
	height: 14px;
}

/*----------------------------------------------*/

.teaser_text {
	margin: 10px 10px 5px 10px;
	width:155px;
}

.teaser_text_arrow {
	margin: 0 10px;
	width:155px;
	height:20px;
}

.teaser {
	color: #fff;
	margin: 0 0 15px 0;
}

.teaser a, .teaser a:link, .teaser a:active, .teaser a:hover, .teaser a:visited {
	color: #fff;
}

.store {
	width: 158px;
}

.day {
	width: 46px;
}

.year {
	width: 60px;
}

.rent_button {
	border: none;
	background: url(../img/arrows.gif) right 11px no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 5px 6px 0 0;
	float: right;
}

#minimap {
	margin: 0 0 15px 0;
	padding: 11px 0 11px 11px;
	background: url(../img/map_back.jpg) no-repeat; 
}

#ecards {
	margin: 15px -7px 0 0;
	overflow: hidden;
}

.ecard {
	width: 120px;
	height: 113px;
	border: 1px solid #c7d0da;
	padding: 6px 6px 2px 6px;
	margin: 0 7px 7px 0;
	float: left;
}

.ecard_info {
	float: left;
	margin: 3px 0 0 0;
	text-align:right;
	width: 90px;
	height: 16px;
}

.card {
	float: right;
	margin: 3px 0 0 0;
	height: 12px;
	width: 20px;
	background: url(../img/ecard_over.gif) 2px 2px no-repeat;
}

.card a:hover, .download a:hover {
	visibility:visible;
}

.card a:hover img, .download a:hover img {
	visibility:hidden;
}

.download {
	float: right;
	margin: 3px 0 0 0;
	height: 12px;
	width: 17px;
	background: url(../img/download_over.gif) 2px 2px no-repeat;
}

.card img, .download img {
	padding: 2px;
}

#cams {
	margin: 15px 0 0 0;
	float: left;
	width: 186px;
}

.single_cam {
	background: #d4e3ef;
	margin: 0 0 2px 0;
	height: 19px;
}

.data {
	float: left;
	margin: 3px 0 1px 0;
	padding: 0 0 0 4px;
	width: 143px;
}

.single_cam img {
	cursor: pointer;
}

#webcam {
	float: right;
	margin: 15px 0 0 15px;
	width: 356px;
}

#slideshow {
	width: 557px;
	height:400px;
	overflow: hidden;
}

#slideshow_text {
	width: 538px;
	background-image:url(/static/img/slideshowbottom.gif);
	background-repeat:no-repeat;
	height:80px;
	overflow: hidden;
	padding:0 10px 10px 10px;
}

.newsitem {
	border-bottom: 2px solid #e5f0f4;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}


/* ------------------------------------- e-card form ----------------------------------------- */


#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
}

#container {
	position: relative;
	background: #fff;
	width: 500px;
	margin: 0 auto;
	padding: 15px;
}

#container img {
	margin: 5px 0 10px 0;
}
	
#container .ecard_names {
	border: 1px solid #17559c;
	margin: 2px 0 7px 0;
	padding: 2px 5px;
	width: 155px;
}

#container textarea {
	border: 1px solid #17559c;
	margin: 2px 0 7px 0;
	padding: 2px 5px;
	width: 490px;
	height: 60px;
}

#container label {
	padding: 5px 0 0 0;
	width: 65px;
	text-align: left;
}

.button {
	border: none;
	background: url(../img/arrows.gif) right 11px no-repeat;
	cursor: pointer;
	background: #df0024;
	color: #fff;
	padding: 2px 10px 2px 5px;
}

#abs {
	float: left;
	width: 245px;
}

#empf {
	float: right;
	width: 240px;
	margin: 0 0 0 10px;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background: #dde7f0;
	opacity: 0.8; 
	filter: alpha(opacity=80);
}


/* ------------------------------------- metanav ----------------------------------------- */

#metanav {
	width: 940px;
	height: 11px;
	color: #fff;
	padding: 19px 15px 0 20px;
}

#lang {
	float: left;
}

#meta {
	float: right;
}

#metanav a, #metanav a:link, #metanav a:visited { 	
	color: #fff;
}

#metanav a:hover, #metanav a:active { 
	color: #666;
}


/* ------------------------------------- team ----------------------------------------- */

.team_box {
	float:left;
	overflow:hidden;
	height:222px;
	_height:212px;
	width:120px;
	margin:0 30px 15px 0;
	padding:8px;
	border:1px solid #d6e3ef;
}

.team_image {
	width:120px;
	height:110px;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
}

.team_text {
	float:left;
	overflow:hidden;
	padding:4px 5px 0 5px;
	width:110px;
	height:80px;
	background-color:#d6e3ef;
}

.team_mail {
	float:left;
	overflow:hidden;
	padding:4px 0 0 4px;
	width:120px;
	height:18px;
	background-color:#FFFFFF;
}

