#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 1040;
}

#lightbox a img{ border: none; }

#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}

#outerImageContainer .close {
position:absolute;
top:10px;
right:15px;
cursor:pointer;
padding:5px !important;
width:11px;
height:11px;
display:block;
background:#FFFFFF;
}

#outerImageContainer .close img {
width:11px !important;
height:11px !important;
border:0 !important;
padding:0 !important;
margin:0 !important;
display:block;
float:left;
}

#imageContainer{
padding: 10px;
}

#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}


#nextLink {
position:absolute;
right:10px;
display:block;
width:16px;
height:29px;
overflow:hidden;
}

#prevLink {
position:absolute;
display:block;
left:10px;
width:16px;
height:29px;
overflow:hidden;
}

#prevLink img, #nextLink img {
float:left;
}

#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 1030;
width: 100%;
height: 500px;
background-color: #fff;
}




/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic rules for the website
Including of special rules for portal and content site
Author: elements.at
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff;
}
div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}
h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
}
h2 {
	color: #000;
	font-weight: bold;
}
h3 {
	color: #000;
	font-weight: bold;
}
h4 {
	color: #000;
	font-weight: bold;
}
object {
	display: block;
}
iframe {
	width:100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
img {
	border: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.clear {
	clear: both !important;
}
.debug {
	border: 1px solid #000;
}
.bold {
	font-weight:bold;
}
input.submit {
	background:url(/static/img/submit_bg_blue.gif) left repeat;
	border:1px solid #959595;
	padding:1px 2px;
	text-align: center;
}
/* general site container (sidebar and contentarea)
--------------------------------------------------------------------- */
#site {
	width: 850px;
	overflow: hidden;
	float: left;
	margin-left: 6px;
	margin-right: 10px;
	display: inline;
}
#ad_bar {
	/*width: 120px; */
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
/* site header (metanav, headerimage, main navigation, search)
--------------------------------------------------------------------- */
#site #header {
	width: 850px;
	height: 191px;
	overflow: hidden;
	float: left;
}
/* Metanavigation */
#site #header .metanav {
	width: 850px;
	height: 25px;
	overflow: hidden;
	float: left;
}

#site #header .metanav .top {
	width: 650px;
	height: 25px;
	text-align: right;
	padding: 5px 0 0 0;
	float: right;

}

#site #header .metanav .top a {
	background: url(/static/img/metanav_div.gif) left 2px no-repeat;
	color: #2762bc;
	text-decoration: none;
	padding: 0 0 0 7px;
	margin-left: 7px;
	cursor:pointer;
}

#site #header .metanav .top a:hover {
	color: #2762bc;
	text-decoration: none;
}

#site #header .metanav .top a.first {
	background: none;
	color: #2762bc;
	text-decoration: none;
	padding: 0;
}

#site #header .metanav .top iframe {
	width:130px;
	height:15px;
	border:0px solid transparent;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}

/* Headimage and logo */
#site #header .image {
	width: 850px;
	height: 110px;
	overflow: hidden;
	float: left;
	position: relative;
}

#site #header .image img {
	border: 0;
	padding: 0;
	margin: 0;
}

#site #header .image .logo {
	width: 200px;
	height: 75px;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 12px;
	z-index: 5;
}

#site #header .image .logo img {
	behavior: url(/static/js/iepngfix.htc);
}

/* Hauptnavigationspunkte */
#site #header .mainnav {
	background: url(/static/img/mainnav_bg.gif) left top no-repeat;
	width: 850px;
	height: 50px;
	overflow: hidden;
	float: left;
	position: relative;
}

#site #header .mainnav #nav_search {
	width: 850px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


#site #header .mainnav #nav_search ul {
	width: 830px;
	height: 50px;
	overflow: hidden;
	float: left;
}

#site #header .mainnav #nav_search ul li {
	width: 102px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

#site #header .mainnav #nav_search form {
	background: url(/static/img/search_back.gif) -1px top no-repeat;
	width: 135px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

#site #header .mainnav #nav_search form .searchterm {
	padding: 0;
	height: 13px;
	width: 100px;

	border: 1px solid #fff;
	background: #fff;
	color: #000;
	position: absolute;
	top: 4px;
	left: 9px;
}

#site #header .mainnav #nav_search form .submit {
	padding: 0;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 3px;
	left: 114px;
	cursor: pointer;
}

#site #header .mainnav .breadcrumb {
	width: 850px;
	height: 18px;
	overflow: hidden;
	padding: 7px 0 0 0;
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 20;
}

#site #header .mainnav .breadcrumb a {
	color: #acadad;
	text-decoration: none;
	padding: 0 13px 0 1px;
	overflow: hidden;
}

#site #header .mainnav .breadcrumb a:hover {
	color: #acadad;
	text-decoration: none;
}

#site #header .mainnav .breadcrumb a.active {
	color: #356ea7;
	text-decoration: none;
	padding: 0 13px 0 1px;
	overflow: hidden;
}

#site #header #tellafriendform {
	float:right;
	height:90px;
	width:321px;
	position:absolute;
	top:0px;
	left: 509px;
	background-color:#FFFFFF;
	padding: 10px;

}

/* site content (left sidebar, middle, sidebar right)
--------------------------------------------------------------------- */

#site #content {
	width: 850px;
	overflow: hidden;
	float: left;
}

/* Sidebar left */
#content #left {
	width: 190px;
	overflow: hidden;
	float: left;
}

/* content area middle */
#content #middle {
	width: 430px;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}

/* Content wide */
#content #wide {
	width: 630px;
	padding: 0 10px 0 0;
	overflow: hidden;
	float: left;
}


/* Sidebar right */
#content #right {
	width: 210px;
	overflow: hidden;
	float: left;
}

/* Banner und Werbungen  (left,middle,right)
--------------------------------------------------------------------- */

#left .adbanner {
	width: 190px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;

	background: #eee;
}

#middle .adbanner {
	width: 430px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;

	background: #eee;
}

#right .adbanner {
	width: 210px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;

	background: #eee;
}


/* Standard Boxen (left,right)
--------------------------------------------------------------------- */
/* Teaser rechts */
#right .teaser {
	background: none;
	width: 210px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#right .teaser .head {
	width: 210px;
	float: left;
	overflow: hidden;
}

#right .teaser .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#right .teaser .head .flashheadline {
	width: 210px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#right .teaser .t_content {
	width: 190px;
	float: left;
	overflow: hidden;
	padding: 10px;
}

#right .teaser .t_content h3 {
	width: 190px;
	float: left;
	overflow: hidden;
	font-size: 11px;
	padding: 5px 0;
}


#right .teaser.green .head {
	background: #97c113 url(/static/img/head_green_right.gif) left top no-repeat;
}

#right .teaser.blue .head {
	background: #7596eb url(/static/img/head_blue_right.gif) left top no-repeat;
}

#right .teaser.green .t_content {
	background: url(/static/img/border_green_right.gif) left bottom no-repeat;
}

#right .teaser.blue .t_content {
	background: url(/static/img/border_blue_right.gif) left bottom no-repeat;
}

#right .teaser.green .t_content h3 {
	color: #97c113;
}

#right .teaser.blue .t_content h3 {
	color: #7596eb;
}

/* Teaser links */
#left .teaser {
	background: none;
	width: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#left .teaser .head {
	width: 190px;
	float: left;
	overflow: hidden;
}

#left .teaser .head h3 {
	width: 170px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#left .teaser .head .flashheadline {
	width: 190px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#left .teaser .t_content {
	width: 170px;
	float: left;
	overflow: hidden;
	padding:10px;
}

#left .teaser .t_content h3 {
	width: 170px;
	float: left;
	overflow: hidden;
	font-size: 11px;
	padding: 5px 0;
}


#left .teaser.green .head {
	background: #97c113 url(/static/img/head_green_left.gif) left top no-repeat;
}

#left .teaser.blue .head {
	background: #7596eb url(/static/img/head_blue_left.gif) left top no-repeat;
}

#left .teaser.green .t_content {
	background: url(/static/img/border_green_left.gif) left bottom no-repeat;
}

#left .teaser.blue .t_content {
	background: url(/static/img/border_blue_left.gif) left bottom no-repeat;
}

#left .teaser.green .t_content h3 {
	color: #97c113;
}

#left .teaser.blue .t_content h3 {
	color: #7596eb;
}



/* sidebar left
--------------------------------------------------------------------- */

/* Quickfinder*/
#left .qfinder {
	background: url(/static/img/qfinder_back.gif) left top repeat-y;
	width: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#left .qfinder .head {
	background: #7596eb url(/static/img/head_blue_left.gif) left top no-repeat;
	width: 190px;
	float: left;
	overflow: hidden;
}

#left .qfinder .head h3 {
	width: 170px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#left .qfinder .head .flashheadline {
	width: 190px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#left .qfinder .qf_content {
	background: url(/static/img/border_blue_left.gif) left bottom no-repeat;
	width: 190px;
	height: 81px;
	float: left;
	overflow: hidden;
}
/** Quick Finder Touren */
#left .qfinder .qf_touren {
	background: url(/static/img/border_blue_left.gif) left bottom no-repeat;
	width: 190px;
	height: 111px;
	float: left;
	overflow: hidden;
}


#left .qfinder .qf_content form {
	width: 190px;
	height: 81px;
	float: left;
	overflow: hidden;
	position: relative;
}
#left .qfinder .qf_content form.qf_touren {
	width: 190px;
	height: 111px;
	float: left;
	overflow: hidden;
	position: relative;
}
#left .qfinder .qf_content form label {
	color: #000;
	font-weight: bold;
	display: block;
	width: 174px;
	position: absolute;
	top: 7px;
	left: 9px;
}
/** Label Keyword */
#left .qfinder .qf_touren form.qf_touren label.keyword {
	color: #000;
	font-weight: bold;
	display: block;
	width: 174px;
	position: absolute;
	top: 43px;
	left: 9px;
}
#left .qfinder .qf_content form input.qfind {
	color: #000;
	width: 170px;
	position: absolute;
	top: 25px;
	left: 9px;
}
/** Touren Keyword */
#left .qfinder .qf_touren form.qf_touren input.qf_keyword {
	color: #000;
	width: 170px;
	position: absolute;
	top: 60px;
	left: 9px;
}
#left .qfinder .qf_content form input.submit {
	color: #000;
	position: absolute;
	width: 50px;
	text-align: center;
	top: 50px;
	left: 9px;
	cursor: pointer;
}
/** Submit Touren */
#left .qfinder .qf_touren form.qf_touren input.submit {
	color: #000;
	position: absolute;
	width: 50px;
	text-align: center;
	top: 82px;
	left: 9px;
	cursor: pointer;
}
#left .qfinder .qf_content form a {
	background: url(/static/img/arrow_grey.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 0 0 0 12px;
	position: absolute;
	top: 53px;
	left: 72px;
	text-decoration: none;
}
/** Extends Search */
#left .qfinder .qf_touren form.qf_touren a {
	background: url(/static/img/arrow_grey.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 0 0 0 12px;
	position: absolute;
	top: 82px;
	left: 72px;
	text-decoration: none;
}


/* Urlaubstipps*/
#left .tipps {
	background: none;
	width: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#left .tipps .head {
	background: #97c113 url(/static/img/head_green_left.gif) left top no-repeat;
	width: 190px;
	float: left;
	overflow: hidden;
}

#left .tipps .head h3 {
	width: 170px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#left .tipps .head .flashheadline {
	width: 190px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#left .tipps .entries {
	background: url(/static/img/border_green_left.gif) left bottom no-repeat;
	width: 190px;
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
}


#left .tipps .entries .entry {
	width: 188px;
	border-left: 1px solid #97c113;
	border-right: 1px solid #97c113;
	float: left;
	overflow: hidden;
	position: relative;
}


#left .tipps .entries .entry .image {
	width: 50px;
	height: 50px;
	float: left;
	padding: 7px 12px 7px 10px;
	overflow: hidden;
}

#left .tipps .entries .entry .image img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
}

#left .tipps .entries .entry .e_text {
	width: 115px;
	float: left;
	padding: 7px 0;
	overflow: hidden;
}

#left .tipps .entries .entry .e_text h3 {
	width: 115px;
	float: left;
	padding: 0;
	overflow: hidden;
	color: #000;
	font-weight: bold;
}

#left .tipps .entries .entry .e_text p {
	width: 115px;
	float: left;
	padding: 0;
	overflow: hidden;
	color: #000;
}

#left .tipps .entries .entry .more {
	background: #fff url(/static/img/arrow_green.gif) 3px center no-repeat;
	color: #97c113;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	clear: both;
	z-index: 30;
	text-decoration: none;
}

#left .tipps .entries .even {
	background: #eef3dc;
}

#left .tipps .entries .entry.even .more {
	background: #eef3dc url(/static/img/arrow_green.gif) 3px center no-repeat;
}


/* Navigation (sidebar left)
------------------------------------------------------------- */
#left .navigation {
	background: none;
	width: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#left .navigation .head {
	background: #7596eb url(/static/img/head_blue_left.gif) left top no-repeat;
	width: 190px;
	float: left;
	overflow: hidden;
}

#left .navigation .head h3 {
	width: 170px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#left .navigation .head  .flashheadline {
	width: 190px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#left .navigation .list {
	background: url(/static/img/border_navigation.gif) left bottom no-repeat;
	width: 190px;
	float: left;
	overflow: hidden;
	padding-bottom: 11px;
}

/* Navigation Ebene 1*/
#left .navigation .list ul {
	width: 188px;
	float: left;
	border-left: 1px solid #7e9ce9;
	border-right: 1px solid #7e9ce9;
}

#left .navigation .list ul li {
	background: #b1c3f2;
	width: 188px;
	float: left;
	margin-bottom: 1px;

}

#left .navigation .list ul li a {
	background: url(/static/img/nav.gif) 3px 4px no-repeat;
	width: 166px;
	float: left;
	padding: 2px 5px 2px 17px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#left .navigation .list ul li a:hover {
	background: url(/static/img/nav_active.gif) 3px 4px no-repeat;
	text-decoration: none;
	color: #2762bc;
}

#left .navigation .list ul li a.active {
	background: url(/static/img/nav_active.gif) 3px 4px no-repeat;
	width: 166px;
	float: left;
	padding: 2px 5px 2px 17px;
	color: #2762bc;
	font-weight: normal;
	text-decoration: none;
}


/* Navigation Ebene 2*/
#left .navigation .list ul ul {
	width: 188px;
	float: left;
	border-left: none;
	border-right: none;
}

#left .navigation .list ul ul li {
	background: #fff;
	border-top: 1px solid #dadada;
	width: 188px;
	float: left;
	margin-bottom: 0;
}

#left .navigation .list ul ul li a {
	background: url(/static/img/nav.gif) 12px 4px no-repeat;
	width: 158px;
	float: left;
	padding: 2px 5px 2px 25px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#left .navigation .list ul ul li a:hover {
	background: #c8c8c8 url(/static/img/nav_active.gif) 12px 4px no-repeat;
	text-decoration: none;
	color: #2762bc;
}

#left .navigation .list ul ul li a.active {
	background: #c8c8c8 url(/static/img/nav_active.gif) 12px 4px no-repeat;
	width: 158px;
	float: left;
	padding: 2px 5px 2px 25px;
	color: #2762bc;
	font-weight: normal;
	text-decoration: none;
}



/* Navigation Ebene 3*/
#left .navigation .list ul ul ul {
	width: 188px;
	float: left;
	border-left: none;
	border-right: none;
}

#left .navigation .list ul ul ul li {
	background: #fff;
	border-top: 1px solid #dadada;
	width: 188px;
	float: left;
	margin-bottom: 0;
}

#left .navigation .list ul ul ul li a {
	background: url(/static/img/nav.gif) 21px 4px no-repeat;
	width: 149px;
	float: left;
	padding: 2px 5px 2px 34px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#left .navigation .list ul ul ul li a:hover {
	background: #e7e7e7 url(/static/img/nav_active.gif) 21px 4px no-repeat;
	text-decoration: none;
	color: #2762bc;
}

#left .navigation .list ul ul ul li a.active {
	background: #e7e7e7 url(/static/img/nav_active.gif) 21px 4px no-repeat;
	width: 149px;
	float: left;
	padding: 2px 5px 2px 34px;
	color: #2762bc;
	font-weight: normal;
	text-decoration: none;
}



/* Navigation Ebene 4*/
#left .navigation .list ul ul ul ul  {
	width: 188px;
	float: left;
	border-left: none;
	border-right: none;
}

#left .navigation .list ul ul ul ul li {
	background: #fff;
	border-top: 1px solid #dadada;
	width: 188px;
	float: left;
	margin-bottom: 0;
}

#left .navigation .list ul ul ul ul li a {
	background: none;
	width: 149px;
	float: left;
	padding: 2px 5px 2px 34px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#left .navigation .list ul ul ul ul li a:hover {
	background: none;
	text-decoration: none;
	color: #2762bc;
}

#left .navigation .list ul ul ul ul li a.active {
	background: none;
	width: 149px;
	float: left;
	padding: 2px 5px 2px 34px;
	color: #2762bc;
	font-weight: normal;
	text-decoration: none;
}


/* Content area middle
--------------------------------------------------------------------- */
/* Text Bild Block */
#middle .img_text_block {
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
}

#middle .img_text_block .image {
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .img_text_block .image img {
	padding: 0;
	margin: 0;
	border: 0;
}

#middle .img_text_block .textarea {
	background: #e8e8e8 url(/static/img/gradient.gif) left top repeat-x;
	width: 406px;
	float: left;
	overflow: hidden;
	padding: 8px 12px 10px 12px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

#middle .img_text_block .textarea h1 {
	width: 406px;
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
	color: #2762bc;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/* Touren Portal Box */
#middle .tour_portal {
	width: 428px;
	border: 1px solid #c9c9c9;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0;
}


#middle .tour_portal .headline {
	background: url(/static/img/tourportalhead_bg.gif) left top repeat-y;
	width: 428px;
	height: 26px;
	overflow: hidden;
}

#middle .tour_portal .headline h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 6px 5px;
}

#middle .tour_portal .imageblock {
	width: 428px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#middle .tour_portal .imageblock img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#middle .tour_portal .imageblock .logo {
	width: 133px;
	height: 43px;
	overflow: hidden;
	position:absolute;
	right: 0;
	bottom: 0;
}

#middle .tour_portal .imageblock .logo img {
	behavior: url(/static/js/iepngfix.htc);
	margin: 0;
	padding: 0;
	border: 0;
}

#middle p.tourportal {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #000;
}

#middle h2.big {
	padding: 0;
	margin: 10px 0;
	font-size: 12px;
	color: #000;
}

#middle .steps {
	width: 418px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 0 0 2px;
}

#middle .steps .step {
	width: 422px;
	height: 47px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}

#middle .steps .step .icon {
	width: 54px;
	height: 47px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

#middle .steps .step .description {
	background: #f0f0f0;
	width: 338px;
	height: 28px;
	overflow: hidden;
	margin: 0;
	padding: 9px 10px 10px 10px;
	float: left;
	font-size: 10px;
	line-height: 14px;
}




#middle .news_list {
	background: #fff;
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
}

#middle .news_list .head {
	background: #c8c8c8 url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .news_list .head h3 {
	width: 410px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .news_list .head .flashheadline {
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}



/* Tourensuchbox */
#middle .tour_intro,
#middle .tour_search {
	background: #e7e7e7;
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
}
#middle .tour_intro {
	background: #f0f0f0;
}
#middle .tour_intro .head,
#middle .tour_search .head {
	background: #c8c8c8 url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .tour_intro .head h3,
#middle .tour_search .head h3 {
	width: 410px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .tour_intro .head .flashheadline,
#middle .tour_search .head .flashheadline {
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .tour_intro .ts_content,
#middle .tour_search .ts_content, {
	background: url(/static/img/border_grey.gif) left bottom no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}
#middle .tour_intro .ts_content {
	padding: 5px 10px;
	float: left;
	width:410px;
}

#middle .tour_search .ts_content .flashmap {
	background: #E7E7E7;
	width: 428px;
	float: left;
	overflow: hidden;
	padding: 0 1px 1px 1px;
	height: 360px;
}

#middle .tour_search .ts_content form {
	width: 400px;
	padding: 10px 15px 10px 15px;
	float: left;
	overflow: hidden;
}

#middle .tour_search .ts_content form p {
	width: 400px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.ts_content .text {
	padding: 10px;
	float: left;
}


.ts_content .text img {
	float : left;
	padding: 0 10px 10px 0;
}

#middle .tour_search .ts_content form p label {
	color: #000;
	font-weight: bold;
	display: block;
	width: 55px;
	float: left;
}

#middle .tour_search .ts_content form p input.city {
	color: #000;
	width: 135px;
	float: left;
	padding: 1px 0;
}

#middle .tour_search .ts_content form p input.searchtext {
	color: #000;
	width: 175px;
	float: left;
	padding: 1px 0;
	margin:0 0 0 10px;
}

#middle .tour_search .ts_content form p input.submit {
	color: #000;
	width: 70px;
	text-align: center;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

#middle .tour_search .ts_content form a {
	background: url(/static/img/arrow_grey.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 2px 0 2px 12px;
	float: left;
	text-decoration: none;
	display: block;
}

#middle .tour_search .ts_content form .choose,
.choose {
	width: 400px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#middle .tour_search .ts_content form .choose table,
.choose table {
	width: 100%;
	border-collapse: collapse;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#middle .tour_search .ts_content form .choose table td,
.choose table td  {
	padding: 2px 2px 2px 0;
}

#middle .tour_search .ts_content form .choose table td input,
.choose table td input {
	border-width: 0;
	border: 0;
	width: 13px;
	height: 13px;
}

#middle .tour_search .ts_content form .data {
	width: 400px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#middle .tour_search .ts_content form .data span {
	font-weight: bold;
	color: #000;
}


#middle .tour_search .ts_content form .data table {
	width: 150px;
	border-collapse: collapse;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}

#middle .tour_search .ts_content form .data table td {
	padding: 2px 2px 2px 0;
}

#middle .tour_search .ts_content form .data table td select {
	width: 60px;
}


/* Google Map*/
#middle .googlemap {
	width: 428px;
	height: 283px;
	overflow: hidden;
	border: 1px solid #a4a4a4;
	margin-bottom: 10px;
}

/* Google Map Buttons repair*/
#middle .googlemap .gmnoprint #amtc_option_0 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

#middle .googlemap .gmnoprint #amtc_option_0 div {
	text-align: center !important;
}
#middle .googlemap .gmnoprint #amtc_option_1 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
#middle .googlemap .gmnoprint #amtc_option_1 div {
	text-align: center !important;
}
#middle .googlemap .gmnoprint #amtc_option_2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
#middle .googlemap .gmnoprint #amtc_option_2 div {
	text-align: center !important;
}
#middle .googlemap .gmnoprint #amtc_option_3 {
	font-family: Tahoma,Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
#middle .googlemap .gmnoprint #amtc_option_3 div {
	text-align: center !important;
}

/* Filter*/
#middle .filter {
	background: #e7e7e7;
	width: 428px;
	overflow: hidden;
	border: 1px solid #a4a4a4;
	margin-bottom: 10px;
	padding: 5px 0;
}

#middle .filter .result {
	width: 402px;
	float: left;
	padding: 0 13px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	margin: 0 0 5px 0;
}


#middle .filter .options {
	width: 402px;
	float: left;
	padding: 0 13px;
	color: #000;
	margin: 0 0 5px 0;
}

#middle .filter .options form table {
	width: 100%;
	border-collapse: collapse;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#middle .filter .options form table td {
	padding: 2px 2px 2px 0;
}

#middle .filter .options form {}


#middle .filter .options form .bottom {
	float:left;
	width:400px;
	padding:5px 0 5px 0;
}

#middle .filter .options form .bottom input.submit {
	float:left;
}

#middle .filter .options form .bottom .perpage {
	float:right;
}


#middle .filter .options form .data {
	width: 400px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#middle .filter .options form .data span {
	font-weight: bold;
	color: #000;
}


#middle .filter .options form .data table {
	width: 150px;
	border-collapse: collapse;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}

#middle .filter .options form .data table td {
	padding: 2px 2px 2px 0;
}

#middle .filter .options form .data table td select {
	width: 60px;
}


/*#middle .filter .options form table td input {
	border-width: 0;
	border: 0;
	width: 13px;
	height: 13px;
}*/

#middle .filter .sorter {
	width: 402px;
	float: left;
	padding: 0 13px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}

#middle .filter .sorter .perpage {
	float:right;
}

#middle .filter .sorter label {
	height: 17px;
	padding: 0;
	margin-bottom:1px;
	display: block;
	overflow: hidden;
	float: left;
}

#middle .filter .sorter label.one {
	width: 97px;
}
#middle .filter .sorter label.two {
	width: 40px;
	padding-left: 22px;
}
#middle .filter .sorter label.three {
	width: 75px;
	padding-left: 22px;
}
#middle .filter .sorter label.four {
	width: 80px;
	padding-left: 21px;
}


#middle .filter .sorter span {
	width: 9px;
	height: 15px;
	padding: 0;
	display: block;
	float: left;
	position: relative;
}

#middle .filter .sorter span a.up {
	background: url(/static/img/sort_up.gif) left top no-repeat;
	width: 13px;
	height: 13px;
	display:block;
	padding: 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

}
#middle .filter .sorter span a.down {
	background: url(/static/img/sort_down.gif) left top no-repeat;
	width: 13px;
	height: 13px;
	display:block;
	padding: 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 14px;
	z-index: 2;
}


#middle .fine_search {
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
}

#middle .fine_search a {
	background: url(/static/img/arrow_grey.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 0 0 0 12px;
	float: right;
	text-decoration: none;
}


#middle .searchresults {
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
	/*float: left;*/
}

/* Hoteleintrag */
#middle .searchresults .entry {
	width: 430px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#middle .searchresults .entry .head {
	background: url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .searchresults .entry .head .name {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
}

#middle .searchresults .entry .head .stars {
	float: left;
	padding: 5px 0;
	overflow: hidden;
	padding: 5px;
}


#middle .searchresults .entry .head .alt {
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
}

#middle .searchresults .entry .details {
	width: 428px;
	height: 78px;
	float: left;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	border-top: none;
	position: relative;
}

#middle .searchresults .entry .details .image {
	width: 78px;
	height: 78px;
	float: left;
	overflow: hidden;
	border-right:1px solid #c8c8c8;
	text-align:center;
}

#middle .searchresults .entry .details .image img {
	margin: 0;
	padding: 0;
}

#middle .searchresults .entry .details .detailinfos {
	width: 350px;
	height: 78px;
	float: left;
	overflow: hidden;
}

#middle .searchresults .entry .details .detailinfos .infotext {
	background: #e7e7e7;
	width: 350px;
	height: 17px;
	float: left;
	overflow: hidden;
	margin-top: 14px;
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

#middle .searchresults .entry .details .detailinfos .infotext .left {
	float: left;
	overflow: hidden;
	padding: 2px 0 1px 10px;
}

#middle .searchresults .entry .details .detailinfos .infotext .right {
	float: right;
	overflow: hidden;
	padding: 2px 15px 1px 0;
}


#middle .searchresults .entry .details .detailinfos .category {
	width: 116px;
	height: 44px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#middle .searchresults .entry .details .detailinfos .category label {
	width: 116px;
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0;
}

#middle .searchresults .entry .details .detailinfos .category .icons {
	height: 24px;
	overflow: hidden;
}

#middle .searchresults .entry .details .detailinfos .category .icons img {
	height: 24px;
	width: 24px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

#middle .searchresults .entry .details .more {
	background: url(/static/img/arrow_grey.gif) 3px center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	position: absolute;
	bottom: 4px;
	right: 5px;
	clear: both;
	z-index: 30;
	text-decoration: none;
}

/* Toureneintrag */
#middle .searchresults .delete {
	float:left;
	width:430px;
	margin:-7px 0 5px 0;
	text-align:right;
}

#middle .searchresults .tour_entry {
	width: 430px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	cursor:pointer;
}

#middle .searchresults .tour_entry .head {
	background: url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .searchresults .tour_entry .head .name {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
}

#middle .searchresults .tour_entry .head .alt {
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
}

#middle .searchresults .tour_entry .details {
	width: 428px;
	height: 78px;
	float: left;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	border-top: none;
	position: relative;
}

#middle .searchresults .tour_entry .details .image {
	width: 77px;
	height: 78px;
	float: left;
	overflow: hidden;
	border-right:1px solid #c8c8c8;
	text-align:center;
}

#middle .searchresults .tour_entry .details .image img {
	margin: 0;
	padding: 0;
}

#middle .searchresults .entry .details .detailinfos {
	width: 348px;
	height: 78px;
	float: right;
	overflow: hidden;
}

#middle .searchresults .tour_entry .details .detailinfos .infotext {
	background: #e7e7e7;
	width: 325px;
	height: 14px;
	float: left;
	overflow: hidden;
	margin: 14px 0 2px 0;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 15px 1px 10px;
}

#middle .searchresults .tour_entry .details .detailinfos .infotext.high {
	margin: 3px 0 2px 0 !important;
	height:45px !important;
}

#middle .searchresults .tour_entry .details .detailinfos .sport {
	width: 85px;
	height: 24px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#middle .searchresults .tour_entry .details .detailinfos .sport label {
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0;
	float: left;
	margin-right: 5px;
}

#middle .searchresults .entry .details .detailinfos .sport img {
	height: 24px;
	width: 24px;
	float: left;
	overflow: hidden;
}


#middle .searchresults .tour_entry .details .detailinfos .season {
	width: 110px;
	height: 24px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#middle .searchresults .tour_entry .details .detailinfos .season label {
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0;
	float: left;
	margin-right: 5px;
}

#middle .searchresults .entry .details .detailinfos .season img {
	height: 24px;
	width: 24px;
	float: left;
	overflow: hidden;
}
/**
 * Tourenl�nge
 */
#middle .searchresults .tour_entry .details .detailinfos .length {
	width: 135px;
	height: 24px;
	float: left;
	overflow: hidden;
	/**padding: 0 0 0 10px;*/
	padding: 0 0 0 0px;
}

#middle .searchresults .tour_entry .details .detailinfos .length label {
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0;
	float: left;
}
/**
 * Schwirigkeitsgrad bei den Touren
 */
#middle .searchresults .tour_entry .details .detailinfos .difficulty {
	width: 170px;
	height: 20px;
	float: left;
	overflow: hidden;
	/** padding: 0; */
	padding: 0 0 0 10px;
}

#middle .searchresults .tour_entry .details .detailinfos .difficulty label {
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0;
	float: left;
}

#middle .searchresults .tour_entry .details .detailinfos .duration {
	width: 115px; /*180*/
	height: 20px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 5px;
}

#middle .searchresults .tour_entry .details .detailinfos .duration label {
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0;
	float: left;
}



#middle .searchresults .tour_entry .details .more {
	background: url(/static/img/arrow_grey.gif) 3px center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	position: absolute;
	bottom: 2px;
	right: 5px;
	clear: both;
	z-index: 30;
	text-decoration: none;
}


/* Paging*/

#middle .pageing {
	width: 427px;
	overflow: hidden;
	padding: 0 0 10px 3px;
}

#middle .pageing a {
	width: 20px;
	height: 14px;
	border: 1px solid #c8c8c8;
	overflow: hidden;
	float: left;
	margin: 0 3px 5px 0;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
}

#middle .pageing a:hover {
	background: #ececec;
	text-decoration: none;
}

#middle .pageing a.active {
	background: #ececec;
	text-decoration: none;
}



/* Detailbox middle
-------------------------------------------------------------------- */
#middle .detailbox {
	width: 430px;
	overflow: hidden;
/*	float: left;
*/	margin-bottom: 10px;
}

#middle .detailbox .head {
	background: #c8c8c8 url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .detailbox .head h3 {
	width: 400px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .detailbox .head .flashheadline {
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .detailbox .detail_content {
	border: 1px solid #c8c8c8;
	width: 428px;
	float: left;
	overflow: hidden;
}

#middle .detailbox .detail_content .overview {
	width: 430px;
	overflow: hidden;
	float: left;
	padding: 0;
}

#middle .detailbox .detail_content .overview .shorttext {
	width: 335px;
	overflow: hidden;
	float: left;
	padding: 10px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}
#middle .detailbox .detail_content .overview .lock {
	width: 410px !important;
}

#middle .detailbox .detail_content .overview .shorttext.noicons {
	width:400px !important;
}

#middle .detailbox .detail_content .overview .shorttext img {
float:right;
margin:0 0 10px 10px;
border:1px solid #505050;
}

#middle .detailbox .detail_content .overview .icons {
	width: 65px;
	/*height: 58px;*/
	overflow: hidden;
	float: left;
	padding: 10px 0 5px 10px;
}

#middle .detailbox .detail_content .overview .icons img {
	width: 24px;
	height: 24px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
}


/* Karte (Googlemap) Detailbox */
#middle .detailbox .detail_content .map {
	width: 428px;
	height: 283px;
	overflow: hidden;
	float: left;
	padding: 0;
}

/* Google Map Buttons repair*/
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_0 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

#middle .detailbox .detail_content .map .gmnoprint #amtc_option_0 div {
	text-align: center !important;
}
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_1 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_1 div {
	text-align: center !important;
}
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_2 div {
	text-align: center !important;
}
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_3 {
	font-family: Tahoma,Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
#middle .detailbox .detail_content .map .gmnoprint #amtc_option_3 div {
	text-align: center !important;
}


#middle .detailbox .detail_content .text {
padding:10px;
}

/* Detailbox (Tabbox)
-------------------------------------------------------------------- */
#middle .tab_box {
	width: 430px;
	overflow: hidden;
/*	float: left;
*/	margin-bottom: 10px;
}

#middle .tab_box .detailnav {
	width: 430px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #9e9e9e;
}

#middle .tab_box span {
	width: 86px;
	height: 23px;
	overflow: hidden;
	float: left;
}

#middle .tab_box span label {
	display: block;
	width: 86px;
	overflow: hidden;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 0 5px 0;
	text-align: center;
	cursor:pointer
}

#middle .tab_box span.activated {
	background: url(/static/img/tabback_active.gif) left bottom no-repeat;
}

#middle .tab_box span.deactivated {
	background: url(/static/img/tabback.gif) left bottom no-repeat;
}

#middle .tab_box .detail_container {
	background: url(/static/img/border_detailbox.gif) left bottom no-repeat;
	width: 430px;
	overflow: hidden;
	float: left;
	padding-bottom: 10px;
}


/* Detailbox Inhaltsbereich */
#middle .tab_box .detail_container .content {
	width: 400px;
	height: 205px;
	overflow: auto;
	float: left;
	padding: 15px;
}

#middle .tab_box .detail_container .content ul {
list-style:none;
}

#middle .tab_box .detail_container .content ul li {
padding:0 0 0 15px;
background:url(/static/img/arrow_grey.gif) no-repeat left center;
}

#middle .tab_box .detail_container .content .voting {
padding:0 0 20px 0;
}

#middle .tab_box .detail_container .content .voting ul li {
padding:0;
background:url(/static/img/blank.gif) no-repeat;	
}

#middle .tab_box .detail_container .content .articleImage {
	float:left;
	padding:0 10px 10px 0;
}

#middle .tab_box .detail_container .mapbox {
height:auto;
overflow:auto;
padding:4px;
}

#middle .tab_box .detail_container .mapbox input {
border:1px solid #CCCCCC;
background:#FFFFFF;
color:#333333;
padding:1px 0 1px 2px;
margin:3px 0;
}

#middle .tab_box .detail_container .mapbox .submit {
border:1px solid #CCCCCC;
background:url(/static/img/arrow_grey.gif) no-repeat 4px;
color:#333333;
padding:1px 3px 1px 12px;
margin:3px 0;
}

/* Flie�text Detailbox */
/*.detail_container .content p {
	width: 400px;
	overflow: hidden;
	float: left;

	color: #000;
	font-size: 11px;
	font-weight: normal;
}*/


.detail_container .content table.overview {
background:#e7e7e7;
}

.detail_container .content table.overview td {
border-bottom:2px solid #FFFFFF;
padding:5px;
}


/* Bildgalerie Detailbox */
.detail_container .content .images {
	width: 400px;
	overflow: hidden;
	float: left;
}

.detail_container .content .images .thumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	border: 1px solid #505050;
}

.detail_container .content .images .thumb .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	width: 10px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	cursor: pointer;
}

.detail_container .content .images .thumb img {
	padding: 0;
	margin: 0;
	border:0;
}

/* POI Darstellung Detailbox */
.detail_container .content .poi {
	width: 380px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 3px;
	cursor: pointer;
	display: inline;
	float:left;
}

.detail_container .content .poi .image {
	width: 85px;
	height: 65px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.detail_container .content .poi h4 {
	width: 279px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 7px 0;
}



.detail_container .content .regionImages {
float:right;
width:90px;
padding:0 0 10px 10px;
}

.detail_container .content .regionImages a {
padding:0 0 10px 0;
position:relative;
display:block;
float: left;
}

.detail_container .content .regionImages a .zoom {
	background: url(/static/img/zoom.gif) right top no-repeat;
	width: 10px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	cursor: pointer;
}

/* Download box
-------------------------------------------------------------------- */
#middle .downloadbox {
	width: 430px;
	overflow: hidden;
	/*float: left;*/
	margin-bottom: 10px;
}

#middle .downloadbox .head {
	background: #c8c8c8 url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .downloadbox .head h3 {
	width: 400px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .downloadbox .head .flashheadline {
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .downloadbox .downloads {
	border: 1px solid #c8c8c8;
	width: 408px;
	float: left;
	overflow: hidden;
	padding: 10px;
}

#middle .downloadbox .downloads table {
	width: 428px;
	float: left;
	overflow: hidden;
	border-collapse: collapse;
}

#middle .downloadbox .downloads table td {
	padding: 2px 0 2px 10px;
}

#middle .downloadbox .downloads a {
	background: url(/static/img/download.gif) 3px center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}

/* Register form
--------------------------------------------------------------------- */
#middle #formregister {
	width:260px;
}
#middle #formregister label {
	clear:left;
	float:left;
	width: 100px;
	padding-bottom:10px;
}
#middle #formregister input {
	float:left;
	width:140px;
	border: 1px #cccccc solid;
	margin-bottom:10px;
}
#middle #formregister #zip	 {
	width:40px;
}
#middle #formregister #city	 {
	width:78px;
}
#middle #formregister #register	 {
	clear:left;
	float:left;
	margin-left:100px;
	margin-bottom: 15px;
}
#middle #formregister select {
	float:left;
	width:142px;
	border: 1px #cccccc solid;
	margin-bottom:10px;
}
#middle #formregister hr {
	clear:left;
	float:left;
	width:240px;
	margin-bottom:15px;
	border:1px solid #cccccc;
}
#middle #formregister span {
	float:left;
	width:20px;
	text-align:center;
}

/* Book Search middle
-------------------------------------------------------------------- */
#middle .book_search {
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
}

#middle .book_search .head {
	background: #c8c8c8 url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .book_search .head h3 {
	width: 400px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .book_search .head .flashheadline {
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .book_search .bs_content {
	border: 1px solid #c8c8c8;
	width: 428px;
	float: left;
	overflow: hidden;
}

#middle .book_search .bs_content .text {
	padding:10px;
}

#middle .book_search .bs_content form {
	width: 294px;
	padding: 10px;
	float: left;
	overflow: hidden;
}

#middle .book_search .bs_content form p {
	width: 294px;
	/*float: left;*/
	overflow: hidden;
	margin-bottom: 10px;
}

#middle .book_search .bs_content form p.float {
	float: left;
}

#middle .book_search .bs_content form label {
	float: left;
	width: 100px;
}

#middle .book_search .bs_content form select {
	width: 190px;
	border: 1px #cccccc solid;
}

#middle .book_search .bs_content form input {
	width: 187px;
	border: 1px #cccccc solid;
}

#middle .book_search .bs_content form p input.submit {
	color: #000;
	width: 70px;
	text-align: center;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

#middle .book_search .bs_content form a {
	background: url(/static/img/arrow_grey.gif) left center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 2px 0 2px 12px;
	float: right;
	display: block;
	cursor: pointer;
	text-decoration: none;
	margin: 0 4px 0 0;
}




/* Sjop detail (Book Details) middle
-------------------------------------------------------------------- */
#middle .shopdetail {
	width: 430px;
	overflow: hidden;
	/*float: left;*/
	margin-bottom: 10px;
}

#middle .shopdetail .head {
	background: #c8c8c8 url(/static/img/head_grey.gif) left top no-repeat;
	width: 430px;
	float: left;
	overflow: hidden;
}

#middle .shopdetail .head h3 {
	width: 400px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .shopdetail .head .flashheadline {
	width: 430px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .shopdetail .book_content {
	border: 1px solid #c8c8c8;
	width: 428px;
	float: left;
	overflow: hidden;
	padding: 0 0 10px 0;
}


#middle .shopdetail .book_content .booktitle {
	width: 410px;
	float: left;
	overflow: hidden;
	padding: 5px 9px 10px 9px;
}

#middle .shopdetail .book_content .booktitle h1 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#middle .shopdetail .book_content .bookdetails {
	width:420px;
	float:left;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#middle .shopdetail .book_content .bookdetails .bookimage {
	width: 210px;
	float: left;
	overflow: hidden;
	margin:0 10px 10px 0;
}

#middle .shopdetail .book_content .bookdetails p {
	overflow: hidden;
	padding: 0 0 10px 0;
}

#middle .shopdetail .book_content .bookdetails p.price {
	overflow: hidden;
	padding: 0 0 10px 0;
	color: #2762bc;
	font-size: 12px;
	font-weight: bold;
}

#middle .shopdetail .book_content .bookdetails a {
	background: #ddd url(/static/img/arrow_grey.gif) 3px center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
}

#middle .shopdetail .book_content .bookdetails .bookimage a {
	background:0 !important;
	padding:0 !important;
}


#middle .ad {
margin:10px 0 10px 0;
}



/* Contentbox wide
-------------------------------------------------------------------- */
#wide .contentbox {
	width: 630px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

#wide .contentbox .head {
	background: #c8c8c8 url(/static/img/head_grey_wide.gif) left top no-repeat;
	width: 630px;
	float: left;
	overflow: hidden;
}

#wide .contentbox .head h3 {
	width: 600px;
	float: left;
	color: #000;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#wide .contentbox .head .flashheadline {
	width: 600px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#wide .contentbox .content {
	border: 1px solid #c8c8c8;
	width: 628px;
	float: left;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#wide .contentbox .content .googlemap {
	width: 628px;
	height: 350px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}

#wide .contentbox .content input.checkbox {
	width: 13px;
	height: 13px;
}


#wide .contentbox .content table {
	width: 628px;
	float: left;
	overflow: hidden;
	border-collapse: collapse;
	margin-top: 5px;
}

#wide .contentbox .content table td {
	padding: 2px 0 2px 10px;
}

#wide .contentbox .content table td.checkbox {
	padding: 2px 0 2px 10px;
	width: 15px;
}

#wide .contentbox .content a {
	background: url(/static/img/download.gif) 3px center no-repeat;
	color: #959595;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}





/* sidebar right
--------------------------------------------------------------------- */

/* Loginbox*/
#right .loginbox {
	background: url(/static/img/loginbox_back.gif) left top repeat-y;
	width: 210px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#right .loginbox .head {
	background: #7596eb url(/static/img/head_blue_right.gif) left top no-repeat;
	width: 210px;
	float: left;
	overflow: hidden;
}

#right .loginbox .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#right .loginbox .head .flashheadline {
	width: 210px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#right .loginbox .login_content {
	background: url(/static/img/border_blue_right.gif) left bottom no-repeat;
	width: 200px;
	/*height: 130px;*/
	float: left;
	overflow: hidden;
	padding: 5px 0 0 10px;
}

#right .loginbox .login_content .textbox {
	width: 110px;
	float: left;
	padding: 10px 10px 0 10px;
}


#right .loginbox .login_content .image {
	width: 71px;
	height: 85px;
	float: right;
	overflow: hidden;
	padding: 10px 0 0 9px;
}

#right .loginbox .login_content .image img {
	width: 62px;
	height: 85px;
	border: 0;
	padding: 0;
	margin: 0;
}

#right .loginbox .login_content .links {
	width: 195px;
	/*height: 40px;*/
	float: left;
	overflow: hidden;
	padding: 3px 5px 5px 0;
}

#right .loginbox .login_content .links a {
	background: url(/static/img/arrow_blue.gif) left 5px no-repeat;
	color: #2762bc;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-decoration: none;
	margin-right: 5px;
	float: left;
	width:80px;
}
/*
#right .loginbox .login_content .links a.logout {
	background: url(/static/img/arrow_blue.gif) left center no-repeat;
	color: #2762bc;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-decoration: none;
	float: right;
}
*/
#right #loginbox label {
	clear: left;
	float:left;
	width:90px;
	margin-bottom:8px;

}
#right #loginbox input {
	float:left;
	width:90px;
	margin-bottom:8px;
	border: 1px solid #99c313;
}
#right #loginbox #loginbox_submit {
	border:1px solid #959595;
	width:75px;
}

#right #loginbox .register_link {
	float:left;
	width:95px;
	margin-bottom:8px;
	margin-right:9px;
	text-decoration:none;
	border: 1px solid #959595;
	width:92px;
	background:url("/static/img/submit_bg_blue.gif") repeat scroll left center;
	padding:1px 2px;
}


/* Most Click Touren */
#right .most_klick {
	background: none;
	width: 210px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#right .most_klick .head {
	background: #97c113 url(/static/img/head_green_right.gif) left top no-repeat;
	width: 210px;
	float: left;
	overflow: hidden;
}

#right .most_klick .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#right .most_klick .head .flashheadline {
	width: 210px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#right .most_klick .mk_content {
	background: url(/static/img/border_green_right.gif) left bottom no-repeat;
	width: 210px;
	float: left;
	overflow: hidden;
	position: relative;

	height: 200px;
}



/* Tour der Woche Box*/
#right .tdw_box {
	background: none;
	width: 210px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#right .tdw_box .head {
	background: #97c113 url(/static/img/head_green_right.gif) left top no-repeat;
	width: 210px;
	float: left;
	overflow: hidden;
}

#right .tdw_box .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#right .tdw_box .head .flashheadline {
	width: 210px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#right .tdw_box .tdw_content {
	background: url(/static/img/border_green_right.gif) left bottom no-repeat;
	width: 210px;
	/*height: 162px;*/
	padding-bottom: 5px;
	float: left;
	overflow: hidden;
	position: relative;
}
#right .tdw_box .tdw_content .headline {
	width: 190px;
	float: left;
	overflow: hidden;
	padding: 8px 10px 0 10px;
}
#right .tdw_box .tdw_content .headline h3 {
	width: 190px;
	float: left;
	overflow: hidden;
	color: #97c113;
	font-size: 11px;
}

#right .tdw_box .tdw_content .image {
	width: 82px;
	height: 70px;
	float: left;
	overflow: hidden;
	padding: 10px 0 0 12px;

}
#right .tdw_box .tdw_content .image img {
	width: 70px;
	height: 70px;
	border: 1px solid #97c113;
	padding: 0;
	margin: 0;
}
#right .tdw_box .tdw_content .infos {
	width: 111px;
	float: left;
	overflow: hidden;
	padding: 10px 5px 0 0px;
	color: #000;
	font-size: 10px;
	line-height: 12px;
}

#right .tdw_box .tdw_content .infos span {
	overflow: hidden;
	padding: 0;
	color: #97c113;
	font-size: 10px;
	font-weight: bold;
}


#right .tdw_box .tdw_content .icons {
	width: 193px;
	height: 24px;
	float: left;
	left: 94px;
	padding: 10px 12px 0px 12px;
}

#right .tdw_box .tdw_content .icons img {
	width: 24px;
	height: 24px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

#right .tdw_box .tdw_content .more {
	background: url(/static/img/arrow_green.gif) 3px center no-repeat;
	color: #97c113;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	position: absolute;
	bottom: 4px;
	right: 5px;
	clear: both;
	z-index: 30;
	text-decoration: none;
}


/* Buchtipp Box*/
#right .booktipp {
	background: none;
	width: 210px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#right .booktipp .head {
	background: #97c113 url(/static/img/head_green_right.gif) left top no-repeat;
	width: 210px;
	float: left;
	overflow: hidden;
}

#right .booktipp .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#right .booktipp .head .flashheadline {
	width: 210px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#right .booktipp .bt_content {
	background: url(/static/img/border_green_right.gif) left bottom no-repeat;
	width: 210px;

	float: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}

#right .booktipp .bt_content .image {
	float: left;
	overflow: hidden;
	padding: 12px 13px;
}

#right .booktipp .bt_content .image img {
	width: 77px;
	padding: 0;
	margin: 0;
	border: 0;
}

#right .booktipp .bt_content .infotext {
	float: left;
	width: 97px;
	overflow: hidden;
	padding: 10px 10px 2px 0;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

#right .booktipp .bt_content .infotext h3,
#right .booktipp .bt_content h3 {
	width: 97px;
	float: left;
	overflow: hidden;
	color: #97c113;
	font-size: 12px;
	padding-bottom: 10px;
}
#right .booktipp .bt_content h3 {
	width: 188px;
	padding: 10px 10px 0px 10px;
}

#right .booktipp .bt_content .infotext p {
	width: 97px;
	float: left;
	overflow: hidden;
}



#right .booktipp .bt_content .more {
	background: url(/static/img/arrow_green.gif) 3px center no-repeat;
	color: #97c113;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	position: absolute;
	bottom: 4px;
	right: 5px;
	clear: both;
	z-index: 30;
	text-decoration: none;
}

#middle .content_box {
width:210px;
margin-top:10px;
float:left;
overflow:hidden;
}

#middle .content_box .head {
background: url(/static/img/content_box_head.gif) no-repeat;
width:210px;
height:24px;
}

#middle .content_box .content {
border-left:1px solid #a4a4a4;
border-right:1px solid #a4a4a4;
border-top:1px solid #a4a4a4;
}

#middle .content_box .footer {
background: url(/static/img/content_box_footer.gif) no-repeat;
width:210px;
height:25px;
padding:5px;
}

#middle .content_box_left {
margin-right:10px;
}

#middle .content_box .footer a {
background:url(/static/img/arrow_grey.gif) 3px no-repeat;
text-decoration:none;
padding:0 0 0 15px;
color:#959595;
font-weight:bold;
}

#middle .content_box .content .image {
width: 82px;
height: 70px;
float: left;
overflow: hidden;
padding: 10px 0 0 12px;
}

#middle .content_box .content .image img {
width: 70px;
height: 70px;
border: 1px solid #959595;
padding: 0;
margin: 0;
}

#middle .content_box .content .bookimg {
width: 82px;
height: 130px;
float: left;
overflow: hidden;
padding: 10px 0 0 12px;
}

#middle .content_box .content .headline {
width: 110px;
height: 72px;
float: left;
overflow: hidden;
padding: 8px 0 0 0;
}

#middle .content_box .content .headline h3 {
width: 110px;
float: left;
overflow: hidden;
color: #959595;
font-size: 11px;
}

#middle .content_box .content .bookheadline {
width: 110px;
height: 132px;
float: left;
overflow: hidden;
padding: 8px 0 0 0;
}

#middle .content_box .content .bookheadline h3 {
width: 110px;
float: left;
overflow: hidden;
color: #959595;
font-size: 11px;
}

#middle .content_box .content .infos {
color:#000000;
float:left;
font-size:10px;
height:50px;
line-height:12px;
overflow:hidden;
padding:10px 5px 0 12px;
width:193px;
}

#middle .content_box .content .infos span {
color:#959595;
font-size:10px;
font-weight:bold;
overflow:hidden;
padding:0;
}

#middle .content_box .content .more {
background: url(/static/img/arrow_grey.gif) 3px center no-repeat;
color: #959595;
font-weight: bold;
padding: 2px 5px 2px 15px;
text-decoration: none;
}

#middle .content_box .content hr {
border-bottom:1px solid #a4a4a4;
}

/* elevation chart */
#elevationProfileContainer {
padding:5px 0 0 5px;
}

#chart {
width:420px;
height:200px;
overflow:hidden;
position:relative;
}

#chartInnerContainer {
position:absolute;
top:20px;
left:40px;
width:370px;
height:155px;
background:url(/static/img/chartDragger.gif) no-repeat;
background-position:0px top;
cursor:w-resize;
}

#infoBox {
height:180px;
width:270px;
position:relative;
overflow:hidden;
float:left;
}

/*#chartDragger {
position:absolute;
width:3px;
height:150px;
top:0;
left:0;
cursor:w-resize;
background:#FF0000;
}*/

#chartActualHeight {
position:absolute;
top:4px;
right:40px;
width:70px;
font-weight:bold;
text-align:right;
}

#chartActualHeightLabel {
position:absolute;
top:4px;
right:110px;
width:150px;
font-weight:bold;
text-align:right;
}


/* Comments */
.postComment {
width:390px;
height:130px;
float:left;
overflow:hidden;
}

.postComment textarea {
padding:3px;
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:375px;
height:60px;
color:#333333;
background:#FFFFFF;
border:1px solid #666666;
}

.comments {
width:390px;
height:auto;
float:left;
overflow:hidden;
}

.comment {
width:380px;
float:left;
padding-bottom:5px;
margin-bottom:5px;
border:1px solid #CCCCCC;
}

.comment .left {
float:left;
overflow:hidden;
width:110px;
height:80px;
margin:5px 10px 0 3px;
border-right:1px dotted #CCCCCC;
}

.comment .right {
	float:left;
	margin:5px 0 0 0;
	text-align:left;
	width: 250px;
}


.routeWindow {
width:200px;
}


.mapToolTip {
background:#FFFFFF;
padding:5px;
width:100px;
}

/**
 * TourBlock in Regieonsdetailseite
 */
ul.tourblock {
	width: 280px;
}
ul.tourblock li {
	list-style:none;
	float:left;
	width:140px;
}
ul.list {
	padding-left: 20px;
}
a.red,
span.red {
	color:#FF0000;
	font-weight:bold;
}
/**
 * Banner Test
 */
/*
#leader {
	background-color:#0000FF;
	height:5px;
	width:5px;
}
#rectangle {
	background-color:#33FF00;
	height:5px;
	width:5px;
}
#ad_bar {
	background-color:#990000;
	height:5px;
	width:5px;
}
#sky {
	background-color:#990099;
	height:5px;
	width:5px;
}
*/
#rectangle {
	width:100%;
	text-align: center;
	margin: auto;
}


/* Buchtipp Box*/
#left .booktipp {
	background: none;
	width: 190px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#left .booktipp .head {
	background: #97c113 url(/static/img/head_green_left.gif) left top no-repeat;
	width: 190px;
	float: left;
	overflow: hidden;
}

#left .booktipp .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#left .booktipp .head .flashheadline {
	width: 190px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#left .booktipp .bt_content {
	background: url(/static/img/border_green_left.gif) left bottom no-repeat;
	width: 190px;

	float: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}

#left .booktipp .bt_content .image {
	float: left;
	overflow: hidden;
	width:190px;
}

#left .booktipp .bt_content .image img {
	width: 190px;
	padding: 0;
	margin: 0;
	border: 0;
}

#left .booktipp .bt_content .infotext {
	float: left;
	width: 170px;
	overflow: hidden;
	padding: 10px 10px 2px 10px;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

#left .booktipp .bt_content .infotext h3,
#left .booktipp .bt_content h3 {
	width: 170px;
	float: left;
	overflow: hidden;
	color: #97c113;
	font-size: 12px;
	padding-bottom: 10px;
}
#left .booktipp .bt_content h3 {
	width: 188px;
	padding: 10px 10px 0px 10px;
}

#left .booktipp .bt_content .infotext p {
	width: 170px;
	float: left;
	overflow: hidden;
}



#left .booktipp .bt_content .more {
	background: url(/static/img/arrow_green.gif) 3px center no-repeat;
	color: #97c113;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	position: absolute;
	bottom: 4px;
	right: 5px;
	clear: both;
	z-index: 30;
	text-decoration: none;
}


#middle .contentblock {
	width: 430px;
	margin-bottom:10px;
	position:relative;
}


#middle .contentblock h3 {
	font-size:16px;
	color:#555555;
	font-weight:bold;
	padding:10px 5px 10px 5px;
	line-height:18px;
}

#middle .contentblock .text {
	padding:0px 5px 15px 5px;
}

#middle .contentblock a.next {
	position:absolute;
	color:#eb0226;
	font-weight:bold;
	padding:0 0 0 13px;
	bottom: 10px;
	right:5px;
	background:url(/static/img/contentblock_link_arrow.gif) left center no-repeat;
}


#contentAd {
	padding:10px 0 10px 0;
}





#middle .contentWrapper {
	clear:both;
}

/* Teaser links */
#middle .teaser {
	width: 210px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#middle .teaser .head {
	width: 210px;
	float: left;
	overflow: hidden;
}

#middle .teaser_left {
	margin-right:10px;
}

#middle .teaser .head h3 {
	width: 190px;
	float: left;
	color: #fff;
	margin-left: 8px;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline;
}

#middle .teaser .head .flashheadline {
	width: 210px;
	height: 24px;
	float: left;
	overflow: hidden;
}

#middle .teaser .t_content {
	width: 190px;
	float: left;
	overflow: hidden;
	padding:10px;
}

#middle .teaser .t_content h3 {
	width: 190px;
	float: left;
	overflow: hidden;
	font-size: 11px;
	padding: 5px 0;
}


#middle .teaser.green .head {
	background: #97c113 url(/static/img/head_green_middle.png) left top no-repeat;
}

#middle .teaser.blue .head {
	background: #7596eb url(/static/img/head_blue_middle.png) left top no-repeat;
}


#middle .teaser.green .t_content {
	background: url(/static/img/border_green_middle.png) left bottom no-repeat;
}

#middle .teaser.blue .t_content {
	background: url(/static/img/border_blue_middle.png) left bottom no-repeat;
}


/* news and articles */
.news_object {
	float:left;
	width:430px;
	padding:0 0 10px 0;
	border-bottom:1px solid #E6E6E6;
	margin:0 0 20px 0;
	overflow:hidden;	
}

.news_object .no_headline {
	float:left;
	width:430px;
	overflow:hidden;	
}

.news_object .no_headline h2 {
	padding:0 0 5px 0;
}

.news_object .no_image {
	float:left;
	width:120px;
	overflow:hidden;	
}

.news_object .no_text {
	float:right;
	width:310px;
	overflow:hidden;	
}

.news_object .no_text .no_date {
	float:left;
	width:310px;
	color:#999;
	padding:0 0 3px 0;
	font-weight:bold;
	overflow:hidden;	
}

.news_object .no_text .no_link {
	float:left;
	width:310px;
	padding:3px 0;
	overflow:hidden;	
}

.news_object .no_text .no_link a {
	background:url(/static/img/arrow_green.gif) no-repeat 3px center;
	color:#97C113;
	font-weight:bold;
	padding:2px 5px 2px 15px;
	text-decoration:none;
}











