/* content.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for salzburg.info

Author: elements.at 
--------------------------------------------------------------------- */

#middle {
	background: url(/static/img/middle_content_bg.gif) left top no-repeat;
}

#center #slidebox_container {
	margin: 15px 0 0 0;
}


/* content left
--------------------------------------------------------------- */
#left .subnavigation {
	background: #fff;
	width: 150px;
	padding: 0 15px 10px 15px;
	overflow: hidden;
}

#left .subnavigation .head {
	background: url(/static/img/highlights_bottom.gif) left bottom no-repeat;
	width: 150px;
	padding: 13px 0 21px 0;
	overflow: hidden;
}


#left .subnavigation .head.region {
	background: url(/static/img/subnav_head_region.gif) left bottom no-repeat;
}

#left .subnavigation .head h2 {
	width: 150px;
	overflow: hidden;
	color: #64696e;
	font-size: 12px;
	text-transform: uppercase;
}

#left .subnavigation ul {
	width: 150px;
	padding: 5px 0;
	overflow: hidden;
	list-style: none;
}

#left .subnavigation ul li {
	width: 150px;
	padding: 1px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6eaec;
}

#left .subnavigation ul li a {
	background: url(/static/img/subnavigation_arrow.gif) left 7px no-repeat;
	display: block;
	width: 140px;
	padding: 2px 0 2px 10px;
	overflow: hidden;
	color: #465a00;
	text-decoration: none;
}

#left .subnavigation ul li a.active, #left .subnavigation ul li a:hover {
	background: url(/static/img/subnavigation_arrow_active.gif) left 7px no-repeat;
	color: #465a00;
	font-weight: bold;
}


#left .subnavigation ul li ul {
	width: 150px;
	padding: 5px 0;
	overflow: hidden;
}

#left .subnavigation ul li ul li {
	width: 140px;
	padding: 1px 0 1px 10px;
	overflow: hidden;
	border-bottom: none;
}

#left .subnavigation ul li ul li a {
	background: url(/static/img/subnavigation_arrow.gif) left 5px no-repeat;
	display: block;
	width: 130px;
	padding: 0 0 0 10px;
	overflow: hidden;
	color: #465a00;
	text-decoration: none;
}


#left .subnavigation ul li ul li a.active, #left .subnavigation ul li ul li a:hover {
	background: url(/static/img/subnavigation_arrow_active.gif) left 5px no-repeat;
	color: #465a00;
	font-weight: normal;
}


/* Backlink container
--------------------------------------------------------------- */

#center .backtosearchresult {
	width: 560px;
	overflow: hidden;
	padding: 5px 15px;
}

#center .backtosearchresult a {
	overflow: hidden;
	color: #6f8800;
	text-decoration: none;
}

#center .backtosearchbottom {
	width: 560px;
	overflow: hidden;
	padding: 5px 15px;
}

#center .backtosearchbottom a {
	overflow: hidden;
	color: #6f8800;
	text-decoration: none;
	clear: both;
}

/* Content center
--------------------------------------------------------------- */
#content {
	width: 560px;
	overflow: hidden;
	padding: 0 15px;
	color: #505e69;
	min-height: 325px;
}

/* images block (rights side floating) */
#content .images {
	width: 180px;
	overflow: hidden;
	padding: 0 0 0 15px;
	float: right;
}

#content .images div {
	width: 180px;
	overflow: hidden;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dde2e4;
}

#content .images div a {
	display: block;
	width: 180px;
	overflow: hidden;
	position: relative;
}

#content .images div img {
	vertical-align: bottom;
	margin: 0 !important;
}

#content .images div a .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	cursor: pointer;
}

* html #content .images div a .zoom {
	bottom: -1px;
}

/* general content definitions */

#content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #6f8800;
	padding: 0 0 5px 0;
	margin: 0;
	overflow: hidden;
}


#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #505e69;
	padding: 0 0 5px 0;
	margin: 0;
	overflow: hidden;
}

#content h3 {
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #505e69;
	padding: 0 0 5px 0;
	margin: 0;
	
}

#content a {
	color: #6f8800;
	text-decoration: none;
}

#content ul {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#content ul li {
	background: url(/static/img/content_list_arrow.gif) left 5px no-repeat;
	overflow: hidden;
	padding: 0 0 0 12px;
	list-style: none;
}

#content img {
	float: left;
	margin: 0 10px 10px 0;
}

#content p {
	margin: 5px 0;
}

#content table {
	border: none !important;
}

#content font {
	font-size: 11px;
}

/*#content table th {
	overflow: hidden;
	border: 1px solid #dde0e1;
	padding: 2px 5px;
}

#content table td {
	overflow: hidden;
	border: 1px solid #dde0e1;
	padding: 2px 5px;
}*/

/* gallery
--------------------------------------------------------------- */
#content .gallery {
	width: 560px;
	overflow: hidden;
}

#content .gallery .big {
	width: 380px;
	height: 285px;
	overflow: hidden;
	float:left;
}

#content .gallery .big img {
	width: 380px;
	height: 285px;
	overflow: hidden
}

#content .gallery .rechts {
	background: #fff;
	width: 160px;
	height: 265px;
	padding: 10px;
	margin: 0;
	position:relative;
	float:left;
}

#content .gallery .rechts .text {
	padding: 10px 0 0 0;
	overflow: hidden;
}

#content .gallery .controls {
	background: #96b400;
	width: 180px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 255px;
	left: 0;
}

#content .gallery .controls .toLeft {
	background: url(/static/img/arrow-left-white.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

#content .gallery .controls .status {
	width: 120px;
	height: 14px;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	float:left;
}

#content .gallery .controls .toRight {
	background: url(/static/img/arrow-right-white.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	float:left;
}


/* webcams
--------------------------------------------------------------- */

#content .webcams {
	width: 560px;
	overflow: hidden;
	padding: 15px 0 0 0;
}

#content .webcams .item {
	width: 130px;
	height: 145px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	float:left;
}

#content .webcams .item .image {
	width: 130px;
	height: 95px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#content .webcams .item .image .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	cursor: pointer;
}

* html #content .webcams .item .image .zoom {
	bottom: -1px;
}

#content .webcams .item .text {
	background: #96b400;
	width: 120px;
	height: 40px;
	overflow: hidden;
	padding: 5px;
	color: #fff;
}


/* Schladming-Dachstein-Tauern Wetter
--------------------------------------------------------------- */
#content .weather_box_left {
	background: #fff;
	width: 260px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	margin: 0 10px 0 0;
	float: left;
}

#content .weather_box_right {
	background: #fff;
	width: 250px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	float: left;
	
}


#content .weather_aktuell img {
	behavior: url(/static/js/iepngfix.htc);
}

#content .weather_aktuell td {
	padding: 0 25px 0 0;
	border-bottom: 1px solid #adb6bd;
}

#content .weather_aktuell th {
	width: 50px;
	height: 30px;
}

#content .weather_temperaturen td {
	padding: 0 15px 0 0;
	border: none;
	border-bottom :1px solid #adb6bd;
	height: 30px;
}

#content .weather_textbox {
	width: 560px;
	float: left;
	overflow:hidden;
}

#content .weather_textbox hr {
	background: #adb6bd;
	height: 2px;
	color: #adb6bd;
	border: none;
}



/* Prospects
--------------------------------------------------------------- */

#content .brochure {
	width: 560px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#content .brochure .item {
	width: 130px;
	height: 220px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	float:left;
}

#content .brochure .item .image {
	width: 130px;
	height: 170px;
	overflow: hidden;
}

#content .brochure .item .image a{
	display: block;
	width: 130px;
	height: 170px;
	overflow: hidden;
	position: relative;
}

#content .brochure .item .image a .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	cursor: pointer;
}

* html #content .brochure .item .image a .zoom {
	bottom: -1px;
}

#content .brochure .item .text {
	background: #96b400;
	width: 120px;
	height: 40px;
	overflow: hidden;
	padding: 5px;
	color: #fff;
}


/* news
--------------------------------------------------------------- */

#content .news {
	width: 560px;
	overflow: hidden;
}

#content .news .item {
	background: #fff;
	width: 560px;
	height: 90px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#content .news .item img {
	display: block;
	width: 120px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin: 0;
	
}

#content .news .item .text {
	width: 420px;
	height: 75px;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	color: #505e69;
	float: left;
}

#content .news .item .text h3 {
	width: 415px;
	padding: 0 0 5px 0;
	color: #6f8800;
}

/* events (event search)
--------------------------------------------------------------- */

#content .event_search {
	width: 560px;
	overflow: hidden;
	padding: 10px 0;
}

#content .event_search form {
	width: 560px;
	overflow: hidden;
}

#content .event_search form .es_line {
	width: 560px;
	overflow: hidden;
	margin: 0 0 4px 0;
	clear: both;
}

#content .event_search form label {
	display: block;
	width: 175px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .event_search form input {
	background: #fff;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .event_search form input.day_month {
	width: 18px;
	margin: 0 4px 0 0;
}

#content .event_search form input.yearfield {
	width: 33px;
}

#content .event_search form .calendar_icon {
	display: block;
	background: url(/static/img/calendar_icon.gif) left top no-repeat;
	width: 19px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

#content .event_search form select {
	width: 180px;
	background: #fff;
	border: 1px solid #e6eaec;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .event_search form .submit_line {
	width: 380px;
	overflow: hidden;
	padding: 0 0 0 180px;
}

#content .event_search form .submit_line input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	height: 18px;
	padding: 0 8px 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	width: auto;
	float: left;
}


/* event-listing (top events, weekprogram)
--------------------------------------------------------------- */
#content .list_overlay {
	width: 560px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#content .list_container {
	width: 560px;
	overflow:hidden;
	border-top: 1px solid #d8dce0;
	padding: 0;
	margin: 0 0 5px 0;
	float:left;
}

#content .list_image {
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
}

#content .list_textfield {
	width: 350px;
	overflow: hidden;
	padding: 5px 0 0 10px;
	float: left;
}

#content .list_textfield b a {
	color: #465a00;
}

#content .events_link {
	width: 100px;
	height: 16px;
	overflow:hidden;
	padding: 7px 0 0 0;
	float: right;
}

#content .events_link a {
	display: block;
	background: url(/static/img/detaillink_arrow_green.gif) right 4px no-repeat;
	width: auto;
	height: 14px;
	overflow: hidden;
	padding: 0 12px 0 0;
	color: #6f8800;
	float: right;
}

#content .down_link {
	width: 100px;
	height: 16px;
	overflow:hidden;
	padding: 7px 0 0 0;
	float: right;
}

#content .down_link a {
	display: block;
	background: url(/static/img/detaillink_arrow_down_green.gif) right 5px no-repeat;
	width: auto;
	height: 14px;
	overflow: hidden;
	padding: 0 12px 0 0;
	color: #6f8800;
	float: right;
}

#content .betrieb_link {
	width: 100px;
	height: 16px;
	overflow:hidden;
	padding: 7px 0 0 0;
	float: right;
}

#content .betrieb_link a {
	display: block;
	background: url(/static/img/detaillink_arrow_green.gif) right 4px no-repeat;
	width: auto;
	height: 14px;
	overflow: hidden;
	padding: 0 12px 0 0;
	color: #6f8800;
	float: right;
}

#content .betrieb_link_bottom {
	width: 100px;
	height: 16px;
	overflow:hidden;
	padding: 7px 0 0 0;
	float: right;
}

#content .betrieb_link_bottom a {
	display: block;
	background: url(/static/img/detaillink_arrow_green.gif) right 4px no-repeat;
	width: auto;
	height: 14px;
	overflow: hidden;
	padding: 0 12px 0 0;
	color: #6f8800;
	float: right;
}


/* list top and bottom */

#content .list_top { 
	width: 165px;
	height:16px;
	overflow:hidden;
	text-align:center;
	padding: 1px 0 0 0;
	border: 1px solid #d8dce0;
	margin: 0 0 10px 0;
	float: left;
}

#content .list_bottom {
	width: 165px;
	height: 16px;
	overflow:hidden;
	padding: 1px 0 0 0;
	margin: 10px 5px 0 0;
	text-align: center;
	border: 1px solid #d8dce0;
	float:left;
}

#content .list_bottom_last {
	width: 25px;
	height: 19px;
	overflow: hidden;
	margin: 10px 0 0 0;
	float:left;
}

#content .list_bottom_next {
	width: 19px;
	height: 19px;
	overflow: hidden;
	margin: 10px 0 0 0;
	float: left;
}


/* weekprogram */
#content .listdays {
	background: #fff;
	width: 548px;
	height: 19px;
	overflow: hidden;
	padding: 4px 0 0 10px;
	border:1px solid #adb6bd;
	margin: 0 0 2px 0;
	color: #465a00;
	font-weight: bold;
	text-align: left;
	float:left;
	
}

#content .listdays .onclick {
	height: 20px;
	width: 20px;
	float: right;
	cursor: pointer;
}

#content .listdays .entrys {
	height: 20px;
	width: 70px;
	float: right;
}

/* Pauschalen */
#content .list_textfield_pauschalen {
	background: #f6f8f8;
	width: 350px;
	overflow: hidden;
	padding: 10px;
	float: left;
}

#content .list_img_pauschalen {
	width: 180px;
	height: 120px;
	float: right;
	overflow: hidden;
}


/*.topevent {
background-color:#f6f9fa;
padding-bottom:10px;
margin-bottom:0px;
}

.list_top_events {
width:165px;
height:16px;
text-align:center;
padding-top:1px;
border-top:1px solid #adb6bd;
border-right:1px solid #adb6bd;
border-left:1px solid #adb6bd;
background-color:#FFFFFF;
float:left;
overflow:hidden;
}

.list_img_pauschalen {
width:180px;
height:120px;
float:right;
overflow:hidden;
}




.list_link {
width:70px;
height:16px;
padding-top:1px;
padding-left:18px;
color:#006eb4;
background-color:#FFFFFF;
cursor:pointer;
border-bottom:1px solid #adb6bd;
border-right:1px solid #adb6bd;
border-left:1px solid #adb6bd;
margin-top:-5px;
margin-bottom:60px;
top:0px !important;
right:0px !important;
background-image:url(/static/img/list_bg_down.gif);
background-repeat:no-repeat;
float:right;
overflow:hidden;
}



.list_detail {
width:560px;
margin-bottom:10px;
float:left;
overflow:hidden;
}

.list_pics {
width:20px;
height:16px;
padding-top:1px;
margin-right:3px;
text-align:center;
border:1px solid #adb6bd;
background-color:#FFFFFF;
float:left;
overflow:hidden;
}

.list_pics a, {
color:#006eb4;
text-decoration:none;
}

.list_pics a:hover, .list_pics a:visited, .list_pics a:active {
text-decoration:underline;
}

.events_bottom {
width:560px;
height:60px;
float:left;
overflow:hidden;
}

*/


/* presspictures
--------------------------------------------------------------- */
#content .presspicturesform {
	width: 560px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 0;
}

#content .presspicturesform form {
	width: 560px;
	overflow: hidden;
}

#content .presspicturesform form p {
	width: 560px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .presspicturesform label {
	display: block;
	width: 70px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .presspicturesform label.second {
	width: 55px;
	padding: 2px 5px 2px 10px;
}

#content .presspicturesform input {
	background: #fff;
	width: 150px;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .presspicturesform select {
	background: #fff;
	border: 1px solid #e6eaec;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .presspicturesform select.cat {
	width: 110px;
}

#content .presspicturesform select.season {
	width: 65px;
}

#content .presspicturesform .submit_line {
	width: 560px;
	overflow: hidden;
	padding: 0;
}

#content .presspicturesform .submit_line input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	height: 18px;
	padding: 0 8px 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	width: auto;
	float: left;
}

#content .presspicturelist {
	width: 560px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#content .presspicturelist .item {
	width: 180px;
	height: 178px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	float: left;
}

#content .presspicturelist .item.last {
	margin: 0 0 10px 0;
}

#content .presspicturelist .item .image  {
	background: #fff;
	width: 180px;
	height: 140px;
	overflow: hidden;
}

#content .presspicturelist .item .captiontext {
	display: block;
	background: #fff;
	width: 175px;
	height: 28px;
	overflow: hidden;
	padding: 5px;
}


#press_picture_detail {
	overflow: hidden;
}

#press_picture_detail h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6f8800;
	padding: 0 0 5px 0;
	margin: 0;
	overflow: hidden;
}

#press_picture_detail a {
	color: #6f8800;
	text-decoration: none;
}

#press_picture_detail input {
	background: #465a00;
	border: 1px solid #465a00;
	height: 18px;
	padding: 0 10px 0 10px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	width: auto;
}



/* presstexts und archiv
--------------------------------------------------------------- */
#content .pressarchiveform {
	width: 560px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 0;
}

#content .pressarchiveform form {
	width: 560px;
	overflow: hidden;
}

#content .pressarchiveform form p {
	width: 550px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .pressarchiveform label {
	display: block;
	width: 70px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .pressarchiveform label.second {
	width: 55px;
	padding: 2px 5px 2px 10px;
}

#content .pressarchiveform input {
	background: #fff;
	width: 150px;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .pressarchiveform select {
	background: #fff;
	border: 1px solid #e6eaec;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .pressarchiveform input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	width: auto;
	height: 18px;
	padding: 0 8px 0 15px;
	margin: 0 0 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}

#content .presstextlist {
	width: 560px;
	overflow: hidden;
	padding: 20px 0 5px 0;
	margin: 10px 0;
}

#content .presstextlist .item {
	padding: 0 0 15px 0;
}


/* az-list (search)
--------------------------------------------------------------- */
#content .az_searchform {
	width: 560px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 0;
}

#content .az_searchform form {
	width: 560px;
	overflow: hidden;
}

#content .az_searchform form p {
	width: 550px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .az_searchform label {
	display: block;
	width: 70px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .az_searchform label.second {
	width: 65px;
	padding: 2px 5px 2px 10px;
}

#content .az_searchform input {
	background: #fff;
	width: 120px;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .az_searchform select {
	background: #fff;
	width: 155px;
	border: 1px solid #e6eaec;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .az_searchform input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	width: auto;
	height: 18px;
	padding: 0 8px 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}


/* pauschalen search
--------------------------------------------------------------- */
#content .pauschal_search {
	width: 560px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 0;
}

#content .pauschal_search form {
	width: 560px;
	overflow: hidden;
}

#content .pauschal_search form p {
	width: 550px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .pauschal_search label {
	display: block;
	width: 95px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .pauschal_search select {
	background: #fff;
	width: 155px;
	border: 1px solid #e6eaec;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .pauschal_search input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	width: auto;
	height: 18px;
	padding: 0 8px 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}


/* pauschalen detail
--------------------------------------------------------------- */
#content .pauschal_detail_back {
	width: 560px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}

#content .pauschal_detail_back a {
	background: url(/static/img/pauschal_detail_back.gif) left 4px no-repeat;
	overflow: hidden;
	color: #6f8800;
	padding: 0 0 0 10px;
	text-decoration: none;
}


/* pauschalen request form
--------------------------------------------------------------- */
#content .pauschal_inquiry_form {
	width: 560px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 0;
}

#content .pauschal_inquiry_form form {
	width: 560px;
	overflow: hidden;
}

#content .pauschal_inquiry_form form p {
	width: 550px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .pauschal_inquiry_form label {
	display: block;
	width: 100px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .pauschal_inquiry_form label.error {
	font-weight: bold;
}

#content .pauschal_inquiry_form input {
	background: #fff;
	width: 200px;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .pauschal_inquiry_form .es_line {
	width: 560px;
	overflow: hidden;
	margin: 0 0 4px 0;
	clear: both;
}

#content .pauschal_inquiry_form .es_line input {
	background: #fff;
	border: 1px solid #E6EAEC;
	padding:1px 2px 2px 4px;
	text-align:center;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .pauschal_inquiry_form input.persons {
	width:60px;
}

#content .pauschal_inquiry_form input.day_month {
	width: 15px;
	margin: 0 2px 0 0;
}

#content .pauschal_inquiry_form input.yearfield {
	width: 28px;
}

#content .pauschal_inquiry_form .calendar_icon {
	display: block;
	background: url(/static/img/calendar_icon.gif) left top no-repeat;
	width: 19px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

#content .pauschal_inquiry_form input.zip {
	width: 60px;
	margin: 0 4px 0 0;
}

#content .pauschal_inquiry_form input.city {
	width: 126px;
}

#content .pauschal_inquiry_form select {
	background: #fff;
	width: 155px;
	border: 1px solid #e6eaec;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .pauschal_inquiry_form textarea {
	background: #fff;
	width: 350px;
	height: 100px;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: auto;
	color: #000;
	float: left;
}

#content .pauschal_inquiry_form .submit_line {
	width: 445px;
	overflow: hidden;
	padding: 0 0 0 105px;
}

#content .pauschal_inquiry_form .submit_line input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	width: auto;
	height: 18px;
	padding: 0 8px 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}

/* shop
--------------------------------------------------------------- */
#content .shopOverview {
	width: 560px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}

#content .shopOverview .item {
	width: 180px;
	height: 173px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	float: left;
}

#content .shopOverview .item.last {
	margin-right: 0;
}

#content .shopOverview .item .cat_image {
	width: 180px;
	height: 150px;
	overflow: hidden;
}

#content .shopOverview .item .cat_name {
	background: #fff;
	display: block;
	width: 170px;
	height: 13px;
	overflow: hidden;
	padding: 5px;
	cursor: pointer;
}

/* shoplist */
#content .shoplist {
	width: 560px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}


#content .shoplist .item {
	background: #fff;
	width: 560px;
	overflow: hidden;
	margin: 0 0 10px 0;
	border-top: 1px solid #e6eaec;
}

#content .shoplist .item .img {
	position:relative;
	width: 180px;
	overflow: hidden;
	float: left;
	z-index:10;
}

#content .shoplist .item .img img {
	width: 180px;
	overflow: hidden;
}

#content .shoplist .item .img span.zoom {
	background:url(/static/img/zoom.png) no-repeat;
	display:block;
	position:absolute;
	top:3px;
	right:0;
	width:14px;
	height:14px;
	overflow:hidden;
	z-index:15;
}

#content .shoplist .item .details {
	width: 260px;
	overflow: hidden;
	margin: 10px;
	float: left;
}

#content .shoplist .item .details .dt_top {
	overflow: hidden;
	float: left;
	width: 260px;
	padding:0 0 10px 0;
}
#content .shoplist .item .details .dt_bottom {
	overflow: hidden;
	float: left;
	width: 260px;
}
#content .shoplist .item .details .dt_bottom span {
	display:block;
	overflow: hidden;
	float: left;
	width: 260px;
	height:20px;
}
#content .shoplist .item .details .dt_bottom .st_image {
	position:relative;
	float:left;
	width:90px;
	height:135px;
	overflow:hidden;
	margin:0 10px 0 0;
	z-index:10;
}
#content .shoplist .item .st_image span.zoom {
	background:url(/static/img/zoom.png) no-repeat;
	display:block;
	position:absolute;
	top:3px;
	right:0;
	width:14px;
	height:14px;
	overflow:hidden;
	z-index:15;
}


#content .shoplist .item .listRight {
	width: 100px;
	overflow: hidden;
	margin: 10px 0 0 0;
	float: left;
}

#content .shoplist .item .listRight .toCart .choose {
	height: 13px !important;
	
	background: #fff;
	border: 1px solid #aaa;
	padding: 2px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
}


/* Warenkorb*/

#content .cart_container {
	width: 560px;
	overflow: hidden;
}

#content .cart_container .cart_legend {
	width: 560px;
	overflow: hidden;
	border-bottom: 1px solid #e6eaec;
	font-weight: bold;
	padding: 4px 0;
}

#content .cart_container .cart_legend .amount {
	width: 48px;
	overflow: hidden;
	float: left;
}

#content .cart_container .cart_legend .article_description {
	width: 230px;
	overflow: hidden;
	float: left;
}

#content .cart_container .cart_legend .additional {
	width: 60px;
	overflow: hidden;
	float: left;
}

#content .cart_container .cart_legend .singleprice {
	width: 70px;
	overflow: hidden;
	text-align: right;
	float: left;
}

#content .cart_container .cart_legend .sum {
	width: 90px;
	overflow: hidden;
	text-align: right;
	float: left;
}

#content .cart_container .cart_legend .empty {
	width: 62px;
	overflow: hidden;
	float: left;
}

/* cart entry line */
#content .cart_container .cart_entry {
	width: 560px;
	overflow: hidden;
	padding: 4px 0;
}

#content .cart_container .cart_entry .entry_amount {
	width: 48px;
	overflow: hidden;
	float: left;
}

#content .cart_container .cart_entry .entry_article_description {
	width: 225px;
	overflow: hidden;
	padding: 0 5px 0 0;
	float: left;
}

#content .cart_container .cart_entry .entry_additional {
	width: 55px;
	overflow: hidden;
	padding: 0 5px 0 0;
	float: left;
}

#content .cart_container .cart_entry .entry_singleprice {
	width: 65px;
	overflow: hidden;
	text-align: right;
	padding: 0 0 0 5px;
	float: left;
}

#content .cart_container .cart_entry .entry_sum {
	width: 85px;
	overflow: hidden;
	text-align: right;
	padding: 0 0 0 5px;
	float: left;
}

#content .cart_container .cart_entry .functions {
	width: 62px;
	overflow: hidden;
	float: left;
}

#content .cart_container .cart_entry .functions a {
	display: block;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-decoration: none;
	margin: 0 0 0 2px;
	float: right;
}

#content .cart_container .cart_entry .functions a img {
	margin: 0 !important;
}

#content .cart_container .price_line {
	width: 560px;
	overflow: hidden;
	border-top: 1px solid #e6eaec;
	padding: 4px 0;
}

#content .cart_container .price_line .endprice {
	width: 498px;
	overflow: hidden;
	text-align: right;
	float: left;
}

#content .cart_container .price_line .mwst {
	width: 62px;
	overflow: hidden;
	text-align: right;
	float: left;
}


#content .cart_container .cart_functions {
	width: 560px;
	overflow: hidden;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 4px 0;
}

#content .cart_container .cart_functions .left {
	width: 270px;
	overflow: hidden;
	text-align: left;
	float: left;
}

#content .cart_container .cart_functions .right {
	width: 270px;
	overflow: hidden;
	text-align: right;
	float: right;
}

#content .cart_container .cart_functions a {
	background: url(/static/img/pauschal_detail_back.gif) left 4px no-repeat;
	overflow: hidden;
	color: #6f8800;
	padding: 0 0 0 10px;
	text-decoration: none;
}

/* Shop Adress */
#content .shop_adress {
	width: 560px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 0;
}

#content .shop_adress form {
	width: 560px;
	overflow: hidden;
}

#content .shop_adress form p {
	width: 550px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .shop_adress label {
	display: block;
	width: 100px;
	overflow: hidden;
	padding: 2px 5px 2px 0;
	float: left;
}

#content .shop_adress input {
	background: #fff;
	width: 200px;
	border: 1px solid #505E69;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .shop_adress input.zip {
	width: 60px;
	margin: 0 4px 0 0;
}

#content .shop_adress input.city {
	width: 126px;
}

#content .shop_adress select {
	background: #fff;
	width: 210px;
	border: 1px solid #505E69;
	padding: 0;
	overflow: hidden;
	color: #000;
	float: left;
}

#content .shop_adress textarea {
	background: #fff;
	width: 350px;
	height: 100px;
	border: 1px solid #e6eaec;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	overflow: auto;
	color: #000;
	float: left;
}

#content .shop_adress .submit_line {
	width: 445px;
	overflow: hidden;
	padding: 0 0 0 105px;
}

#content .shop_adress .submit_line input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	width: auto;
	height: 18px;
	padding: 0 8px 0 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}

/* creditcard Payment */
#content .creditcard_payment {
	width: 560px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 0;
}

#content .creditcard_payment form {
	width: 560px;
	overflow: hidden;
}

#content .creditcard_payment form p {
	width: 550px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content .creditcard_payment input.submit {
	background: #465a00 url(/static/img/white-arrow.gif) 5px center no-repeat;
	border: 1px solid #465a00;
	width: auto;
	height: 18px;
	padding: 0 8px 3px 15px;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}


/* Schneebericht
--------------------------------------------------------------- */
#content .lifte_top {
	background: #e6eaec;
}

#content  .lifte_top td {
	height: 25px;
	color: #64696e;
	font-weight: bold;
	padding: 3px 10px;
}

.list_lifte {
	background: #fff;
}

.list_lifte td {
	height: 23px;
	border-bottom: 1px solid #e6eaec;
	padding: 3px 10px 3px 10px;
}

/* Schneebericht
--------------------------------------------------------------- */
#content .teaserblock_content {
	width: 560px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}

#content .teaserblock_content .img_text_teaser {
	margin: 0 0 15px 0;
	float: left;
}


/* Content center (variant wide)
--------------------------------------------------------------- */
#contentwide {
	width: 770px;
	overflow: hidden;
	padding: 0 15px;
	color: #505e69;
	min-height: 325px;
}


/* Content right (actual news)
--------------------------------------------------------------- */
#right .teaser {
	background:#FFF;
	padding: 15px 15px 0 15px;
}

#right .teaser h2 {
	color: #64696E;
	font-size: 12px;
	overflow: hidden;
	text-transform: uppercase;
	width: 150px;
}

#right .teaser a {
	text-decoration:none;
	color: #465A00;
}


/* --------------- Search ------------------ */
.pages {
	height: 20px;
}

.pages a {
	border: 1px solid #6F8800;
	padding: 0 3px;
	
}

.pages a.current{
	font-weight:bold;
	color:#465A00 !important;
	border: 1px solid #465A00 !important;
}



