/**
 Theme Name: OEWD
 Version: 0.1
 Author: TAO Software
 Author URI: http://software.tao.at
 Description: slightly based on Naked theme http://code.google.com/p/wordpress-naked/
 */


/**
 * RESET
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { font-family:Georgia; line-height: 1.5; background: #fff; margin: 0; padding:0; font-weight:normal; font-size:12pt; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
a { outline: none; }
li { list-style-type:none; }


body{
	
	overflow-x:hidden;
}

a{color:#333333;}

/**
 GRID System - 9 columns, 100px width, 10px gutter
 **/
/* Containers */
.container_9 {
    margin-left: auto;
    margin-right: auto;
    width: 972px;
}

/* Grid >> Global */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 2 Columns */
.container_9 .grid_1 {
    width: 98px;
}

.container_9 .grid_2 {
    width: 206px;
}

.container_9 .grid_3 {
    width: 314px;
}

.container_9 .grid_4 {
    width: 422px;
}

.container_9 .grid_5 {
    width: 530px;
}

.container_9 .grid_6 {
    width: 638px;
}

.container_9 .grid_7 {
    width: 746px;
}

.container_9 .grid_8 {
    width: 854px;
}

.container_9 .grid_9 {
    width: 962px;
}

/* Prefix Extra Space >> 2 Columns */
.container_9 .prefix_1 {
    margin-left: 108px;
}

.container_9 .prefix_2 {
    padding-left: 216px;
}

.container_9 .prefix_3 {
    padding-left: 324px;
}

.container_9 .prefix_4 {
    padding-left: 432px;
}

.container_9 .prefix_5 {
    padding-left: 540px;
}

.container_9 .prefix_6 {
    padding-left: 648px;
}

.container_9 .prefix_7 {
    padding-left: 756px;
}

.container_9 .prefix_8 {
    padding-left: 864px;
}

/* Suffix Extra Space >> 2 Columns */
.container_9 .suffix_1 {
    padding-right: 108px;
}

.container_9 .suffix_2 {
    padding-right: 216px;
}

.container_9 .suffix_3 {
    padding-right: 324px;
}

.container_9 .suffix_4 {
    padding-right: 432px;
}

.container_9 .suffix_5 {
    padding-right: 540px;
}

.container_9 .suffix_6 {
    padding-right: 648px;
}

.container_9 .suffix_7 {
    padding-right: 756px;
}

.container_9 .suffix_8 {
    padding-right: 864px;
}

/* Push Space >> 2 Columns */
.container_9 .push_1 {
    left: 108px;
}

.container_9 .push_2 {
    left: 216px;
}

.container_9 .push_3 {
    left: 324px;
}

.container_9 .push_4 {
    left: 432px;
}

.container_9 .push_5 {
    left: 540px;
}

.container_9 .push_6 {
    left: 648px;
}

.container_9 .push_7 {
    left: 756px;
}

.container_9 .push_8 {
    left: 864px;
}

/* Pull Space >> 2 Columns */
.container_9 .pull_1 {
    right: 108px;
}

.container_9 .pull_2 {
    right: 216px;
}

.container_9 .pull_3 {
    right: 324px;
}

.container_9 .pull_4 {
    right: 432px;
}

.container_9 .pull_5 {
    right: 540px;
}

.container_9 .pull_6 {
    right: 648px;
}

.container_9 .pull_7 {
    right: 756px;
}

.container_9 .pull_8 {
    right: 864px;
}

/* Clear Floated Elements */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/**
 * Page Style
 */
/** todo - typo **/
img {
    border: 0
}

/**
 * special bottom stories
 */

.bottom-stories { padding-top: 60px;}

.bottom-stories .image {
	width:200px;
	height:120px;
	overflow:hidden;
	background: transparent url('images/bottom-imagebg.png') no-repeat;
}
.bottom-stories .text,
.bottom-stories .caption { padding-left:6px; }
.bottom-stories .image .crop {
	margin:10px;
	width:180px;
	height:100px;
	overflow:hidden;
	line-height:100px;
	text-align:center;
	vertical-align:middle;
}

.bottom-stories .caption {
	font-size:9pt;
	font-family:arial;
	color:#999;
}

.bottom-stories .text a {
	color:#693;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}

/*
 * special
 */
#littleinfo .closer {
	float:left;
	height:15px;
	cursor:pointer;
	padding:0px 10px;
	margin-left:4px;
	background: transparent url('images/small_x.png') no-repeat;	
}


/* header */
#header-bar {
    font-size: 9pt;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;	
	z-index:100;
	height:
}

#header-bar a {
    text-decoration: none;
    color: #666;
}

#header-bar a.unimportant {
    color: #999;
	padding-left:22px;
	vertical-align:middle;
	display:block;
	height:12px;
	line-height:12px;
	margin-bottom:5px;
	
}

#header-bar a.lang-de{background: url('images/langs/de.jpg') no-repeat; }
#header-bar a.lang-en{background: url('images/langs/en.jpg') no-repeat; }
#header-bar a.lang-cs{background: url('images/langs/cs.jpg') no-repeat; }


#header-bar a.important {
    
	display:block;
	height:40px;
	line-height: 40px;
	vertical-align:middle;
	background: url('images/kat_mag_klein.png') no-repeat;
	font-weight: bold;
    color: black;
	padding-left: 60px;
	margin-top: -11px;
	
	
}



#header-bar, #header-bar .backdrop, #header-bar .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
}

#header-bar .backdrop {
    z-index: 50;
    background: transparent url('images/header-bar-bg-2.png') repeat-x;
}

#header-bar .content {
    z-index: 100;
}

#header-bar .logo {
    padding: 8px;
    float: left;
	position:relative;
}

#header-bar .separator {
    float: right;
    width: 1px;
    height: 69px;
    background: transparent url('images/header-bar-sep.png') no-repeat;
}

#header-bar .languages {
    float: right;
    list-style-type: none;
    margin-top:13px;
	padding-left:13px;
	padding-right:13px;
}

#header-bar .directlink {
    float: right;
    padding: 24px 12px;
}

#header-bar #applesearch {
    float: right;
    padding: 24px 6px;
}

#header-container {
	margin-top:76px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}

#header-container .map-container .hover-intent{
	
	width:100%;
	height:100%;
	position:relative;
	top:-401px;
	padding:0px;
	margin:0px;
	
	
	background:none;
	background-image:url('.');
	
	z-index:90;
	
}

#frontpage-header-image {
	height:380px;
	width:100%;
	/*background-image: transparent url('') no-repeat;*/
	background-position:center center;
}
#frontpage-image-shadow {
	position:absolute;
	top:379px;
	left:0px;
	width:100%;
	background:transparent url('images/image-shadow-bottom.png') repeat-x;
	height:16px;
	z-index:100;
}

/* breadcrumb nav */
#breadcrumbs {
	position:relative;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    background: transparent url('images/breadcrumbs-bg.png') no-repeat;
    height: 57px;
    width: 988px;
	margin-left:-8px;
}

/** dull ie **/
#breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px;
    height: 34px;
    line-height: 34px;
}

#breadcrumbs li {
    background: transparent url('images/breadcrumb-sep.gif') left center no-repeat;
    float: left;
    width: auto;
    padding-left: 12px;
    margin-left: 12px;
}

#breadcrumbs li.home {
    background: none;
}

#breadcrumbs li a {
	font-weight:bold;
	text-decoration:none;
    color: #999;
}

#breadcrumbs li a.level1 {
    color: #5f5f5f;
}

#breadcrumbs li a.level2 {
    color: #000;
}

/**
 * footer
 */
#footer {
	margin-top:20px;
	height:269px; background: transparent url('images/footer-bg-2.gif') repeat-x; 
	clear:both;
	font-family:Georgia;
	padding-top:20px;
}

#footer .block { margin-top:20px; }

#footer .block h3 {
	margin:0; padding:0;
	font-size:10pt;
}

#footer .block ul {
	margin:0; padding:0; 
}

#footer .block ul li { line-height:1.1em; }

#footer .block a { font-size:8.5pt; color:#666; font-family:Arial; text-decoration:none; }
#footer .block a:hover { text-decoration:underline; }

#footer .block address {
	font-size:8.5pt;
	font-style:normal;
	color:#666;
	font-family:Arial;
}

/**
 * magazin overview
 */
.magazin .overview {
	font-family:Georgia;
	padding-bottom:15px;
	margin-top:15px;
}
.magazin .overview-1,
.magazin .overview-4 { border-bottom:1px solid #ededed; }
.magazin .overview-2 { border-right:1px solid #ededed; margin-right:0; padding-right:5px; }
.magazin .overview-3 .text { padding-left:10px }
.magazin .overview-4 { border-top:0px solid #ededed; }

.magazin .overview h2 {
	font-family:Arial;
	font-size:9.5pt;
	font-weight:bold;
	color:#999;
	margin:0;
}

.magazin .overview h2 a {
	
	margin-left:3px;
}


.magazin .overview h1,
.magazin .overview h1 a {
	color: #693;
	text-decoration:none;
	font-weight:bold;
	font-size:14pt;
	line-height:18pt;
	margin:4pt 0pt;
}

.magazin .overview-1 h1 a { font-size:20pt; }

.magazin .overview-5 h1 a { font-size:10pt; }

.magazin .overview p {
	font-size:10pt;
	color:#464646;
	text-align:left;
	margin-top:4px;
}

.magazin .overview p a {
	font-size:9pt;
	font-family:arial;
	color:#693;
	text-decoration:none;
	white-space:nowrap;
}

.magazin .overview p a:hover { text-decoration:underline;}

.magazin .overview .image {
	margin-left:10px;
	text-align:center; margin-top:0px;
	width:224px;
	height:137px;
	overflow:hidden;
	background: transparent url('images/photobg.png') no-repeat;
}

.magazin .overview .image .crop {
	margin:11px 10px 12px 10px;
	height:109px;
	width:201px;
	overflow:hidden;
}



.magazin .overview-5 .post { padding:0px 5px 0px 5px; }

/** magazin feature view **/

.feature-box { 
	position:relative;
	font-family:Georgia; 
	width:1004px; 
	margin:0 auto;
	padding-left:36px;
	z-index:5;
}



.feature-box .body .website{
	
	color: #999999;
	font-size: 9pt;
	font-family:Arial;
	margin-bottom: 12px;
}

.feature-box .body .website a{
	
	color: #669933;
	text-decoration:none;
	
}

.feature-box .body .website a:hover{
	
	
	text-decoration:underline;
	
}


.feature-box a.fb_map_link{
	
	display:block;
	background:transparent url('images/freytag_berndt.jpg') no-repeat;
}

.feature-box .claim {
	font-size:14pt;
	line-height:20pt;
	font-size:#464646;
}

.feature-box .imagetext {
	font-size:10pt;
	color:#464646;
}

.feature-box .head, .feature-box .foot, .spontananfrage .head, .spontananfrage .foot, .all_regions .head {
	background:transparent url('images/mag/mag-feat-head.png') no-repeat;
	height:20px;
	width:100%;
	overflow:hidden;
} .feature-box .foot, .spontananfrage .foot , .all_regions .foot{ background-image:url('images/mag/mag-feat-foot.png'); }
.all_regions .foot { background-repeat:no-repeat;}

.all_regions div.Vorarlberg{
	
	float:right;
	margin-right: 13px;
}


.feature-box .body, .all_regions .body{
	text-shadow: #ffffff 2px 1px 0px;
	margin:0px;
	height:auto;
	background:transparent url('images/mag/mag-feat-body.png') repeat-y;
	padding-left:20px;
	width: 968px;
	position:relative;
	overflow:visible;
	z-index:100;
}
.all_regions .body { height: 525px; }

.feature-box .body h3 {
	margin:0;
	font-family:Arial;
	font-size:9pt;
	color:#999;
	padding-bottom:15px; 
	width:auto;
	margin-bottom:0px;
	font-weight:normal;
}
.feature-box .body h2 {
	margin:0;
	color: #693;
	text-decoration:none;
	font-weight:bold;
	font-size:18pt;
	line-height:20pt;
	margin:0pt 0pt 10pt 0pt;
}

.feature-box .content { width:540px; float:left; }
.feature-box .side { float:right; width:370px; }

.feature-box .social {
	font-size:9pt;
	font-family:Arial;
	color:#999;
	padding-top:49px;	
}

.feature-box .social a { color:#888; font-size:8pt; font-weight:bold; text-decoration:none; }
.feature-box .soclal a:hover { text-decoration:underline; }
.feature-box .lashes {
	width:354px;
	padding-top:57px;
}
.feature-box .lash {
	width:354px;
	height:80px;
	overflow:hidden;
	background:transparent url('images/mag/mag-feat-lash.png') no-repeat;
	padding:18px 20px 0px 15px;
}

.feature-box .lash h3 {
	color: #999;
	font-family: Arial;
	margin:0px 0px 4px 0px;
	padding:0;
	font-size:9pt;
	line-height:16px;
	font-weight:normal;
	vertical-align:middle;
}

.feature-box .lash h3 img { vertical-align:middle; }

.feature-box .lash h2,
.feature-box .lash h2 a {
	text-decoration:none;
	color:#693;
	font-weight:bold;
	line-height:10pt;
	font-size:10pt;
	margin:0 30px 0 8px;
	padding:0; 
}
.feature-box .lash h2 a {
	margin:0;
}

.feature-box .lash p {
	margin:0 30px 0 8px;
	font-size:8.5pt;
	color:#333;
	line-height:12pt;
	margin-top:5px;
	margin-right:28px;
}

.feature-box .lash div.image {
	width:67px;
	height:50px;
	overflow:hidden;
	float:left;
	text-align:center;
	margin-right:5px;
}

.feature-box .small_lash {
	position:absolute;
	bottom:0px;
	right:4px;
	width:195px;
	height:30px;
	padding: 12px 0px 0px 12px;
	color:white;
	font-size:9pt;
	line-height:25px; 
	background:transparent url('images/mag/mag-feat-small-lash.png') no-repeat;
	text-shadow: #361 1px 1px 0px;
}

.feature-box .share-button { margin:0px 0px 0px 2px;padding:0; height:26px; width:27px; display:block; float:left; background-repeat:no-repeat; }
.feature-box .facebook-share { background-image:url('images/social-fb-off.png'); }
.feature-box .facebook-share:hover { background-image:url('images/social-fb-on.png'); }
.feature-box .twitter-share { background-image:url('images/social-twitter-off.png'); }
.feature-box .twitter-share:hover { background-image:url('images/social-twitter-on.png'); }
.feature-box .bookmark-share { background-image:url('images/social-bookmark-off.png'); }
.feature-box .bookmark-share:hover { background-image:url('images/social-bookmark-on.png'); }
.feature-box .mail-share { background-image:url('images/social-mail-off.png'); }
.feature-box .mail-share:hover { background-image:url('images/social-mail-on.png'); }

.content-details {
	width:1004px;
	margin:0px auto;
	padding:6px 0px;
}

.content-details .body {
	margin-left:20px;
	font-family: Georgia;
	color:#333;
	text-align:left;
	width:521px;
	padding-right:33px;
	margin-right:20px;
	float:left;
}

.content-details .body  img.alignright { float:right; display:block; margin:6px; }

.content-details .body blockquote p { 
	margin:0; 
	padding:0; 
	text-align:left;
}
.content-details .body blockquote, .feature-box .body blockquote {
	color:#ccc;
	font-size:9pt;
	margin:10px 0px;
	padding-left:80px;
	padding-top:20px;
	padding-bottom:10px;
	background-image:url('images/blockquote.png');
	background-repeat:no-repeat;
}
.content-details .body blockquote strong {
	font-size:18pt;
	color: #666;
	font-style:italic;
	line-height:21pt;
	letter-spacing:-0.01em;
	text-align:left;
	font-weight:normal;
}

.feature-box .body blockquote {
	color:#ccc;
	font-size:14pt;
	margin:10px 0px;
	padding-left:80px;
	padding-top:20px;
	padding-bottom:13px;
	background-image:url('images/blockquote.png');
	background-repeat:no-repeat;
	
}


.buttonbar {
	display:none; /* auskommentiert f. ersten launch */ 
	width:554px;
	height:126px;
	margin-left:-16px;
	background:transparent url('images/mag/mag-detail-btnbox.png') no-repeat;
	padding-left:18px;
	margin-top:40px;
	margin-bottom:40px;
}

.buttonbar h2 {
	font-size:10pt;
	font-weight:bold;
	margin:0;
	padding:17px 12px 9px 12px;
}

.buttonbar .button {
	color:#333;
	font-size:8.5pt;
	width:160px;
	height:51px;
	float:left;
	line-height:49px;
	background:transparent url('images/mag/mag-detail-btn.png') no-repeat;
	display:block;
	text-decoration:none;
	padding-left:16px;
}
.buttonbar a.alpha {
	letter-spacing:-0.01em;
}
.buttonbar img {
	vertical-align:middle;
	margin-top:-4px;
}
.buttonbar a.green {
	background-image:url('images/mag/mag-detail-btn-green.png');
	color:white;
}

/**
 * page list
*/
.widget ul,
.widget_links ul,
.widget_recent_entries ul,
.widget_tao-recent-posts ul,
.widget_tao-random-bestofs ul {
	padding: 10px 0px;
}

.widget ul li,
.widget_links ul li,
.widget_recent_entries ul li,
.widget_tao-recent-posts ul li,
.widget_tao-random-bestofs ul li {
	padding-left:20px;
}
.widget ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_tao-recent-posts ul li a,
.widget_tao-random-bestofs ul li a {
	font-size:10pt;
	color:#333;
	text-decoration:none;
}

.widget_merkliste li a {
	display:block;
	padding-left:20px;
	background-position:0% 50%;
	background-repeat:no-repeat;
}
.widget_merkliste ul li.weg 		  a { background-image: url('images/merkliste/weg_off.png') ; }
.widget_merkliste ul li.betrieb 	  a { background-image: url('images/merkliste/betriebe_off.png') ; }
.widget_merkliste ul li.veranstaltung a { background-image: url('images/merkliste/kalender_off.png') ;  }
.widget_merkliste ul li.region 		  a { background-image: url('images/merkliste/region_off.png') ;  }
.widget_merkliste ul li.bestof 		  a { background-image: url('images/merkliste/aktion_off.png') ;  }

.widget_merkliste ul li.weg 		  a:hover { background-image: url('images/merkliste/weg_on.png') ; }
.widget_merkliste ul li.betrieb 	  a:hover { background-image: url('images/merkliste/betriebe_on.png') ; }
.widget_merkliste ul li.veranstaltung a:hover { background-image: url('images/merkliste/kalender_on.png') ;  }
.widget_merkliste ul li.region 		  a:hover { background-image: url('images/merkliste/region_on.png') ;  }
.widget_merkliste ul li.bestof 		  a:hover { background-image: url('images/merkliste/aktion_on.png') ;  }



/**
 * katalog
 */

div.katalog-list { margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid rgb(238, 238, 238);; }
div.katalog-list .text { float:left; width:500px; }

div.katalog-list a.icon {
	width:38px;
	height:38px;
	float:left;
	background-repeat:no-repeat;
		margin:4px 12px; 
}
div.katalog-list a.icon-regionen {
	background-image:url('images/katalog32/region_off.png');
}
div.katalog-list a.icon-regionen:hover,
div.katalog-list a.icon-regionen-sel {
	background-image:url('images/katalog32/region_on.png');
}

div.katalog-list a.regionen, div.katalog-list a.icon-wanderregionen{
	background-image:url('images/katalog32/region_off.png');
	
}


div.katalog-list a.regionen:hover, div.katalog-list a.icon-wanderregionen:hover {
	background-image:url('images/katalog32/region_on.png');
	
}

div.katalog-list a.regions{
	background-image:url('images/katalog32/region_off.png');
	
}


div.katalog-list a.regions:hover {
	background-image:url('images/katalog32/region_on.png');
	
}

div.katalog-list a.icon-betriebe, div.katalog-list a.icon-wanderbetriebe {
	background-image:url('images/katalog32/betrieb_off.png');
}
div.katalog-list a.icon-betriebe:hover, div.katalog-list a.icon-wanderbetriebe:hover,
div.katalog-list a.icon-betriebe-sel {
	background-image:url('images/katalog32/betrieb_on.png');
}


div.katalog-list a.icon-wege, div.katalog-list a.icon-wanderwege {
	background-image:url('images/katalog32/weg_off.png');
}
div.katalog-list a.icon-wege:hover, div.katalog-list a.icon-wanderwege:hover,
div.katalog-list a.icon-wege-sel {
	background-image:url('images/katalog32/weg_on.png');
}

div.katalog-list a.icon-wanderangebote {
	background-image:url('images/katalog32/angebote_off.png');
}
div.katalog-list a.icon-wanderangebote:hover,
div.katalog-list a.icon-wanderangebote-sel {
	background-image:url('images/katalog32/angebote_on.png');
}

div.katalog-list a.icon-veranstaltungen {
	background-image:url('images/katalog32/veranst_off.png');
}
div.katalog-list a.icon-veranstaltungen:hover,
div.katalog-list a.icon-veranstaltungen-sel {
	background-image:url('images/katalog32/veranst_on.png');
}


div.katalog-list h2 { margin:0; }

.smaller-sidebar #sidebar { width:308px; }

/**
 * region
 */
#region-feature .claim, #bestof-feature .claim, #betrieb-feature .claim, #veranstaltung-feature{ width:350px; }
#region-feature .imagetext , #bestof-feature .imagetext, #betrieb-feature .image-text, #veranstaltung-feature{ width:350px;  margin-top:16px; }

#betrieb-feature .postits{
	
	left:380px;
}

#region-feature .postits { left: 400px; top:86px; }

#region-feature .side { 
	width:205px;
	padding-right:14px;
}

#region-feature .big_link_button{
	
	color:#FFFFFF;
	text-decoration:none;
	width:130px;
	margin-left: -3px;
}

#region-feature .big_link_button:hover{
	
	color:#FFFFFF;
	text-decoration:none;
}


/* TODO should be h3 */
#region-feature p.icons{
	margin-top:26px;
	font-size:14pt;
	line-height:20pt;
	font-style:italic;
	font-size:#464646;
	
}

.tour-icon-container { font-size:9pt; }


#region-feature div.icons{
	
	width:700px;
}

#region-feature div.icons img{
	
	width:40px;
	height:40px;
}

#region-feature .postits{
	
	
	width:380px;
}


#region-details img.landschaftsgesicht{
	
	margin-top:10px;
	margin-bottom:10px;
}

#region-details .bottom-stories{
	
	width: 638px;
}

#region-details .bottom-stories .entry{
	
	width: 206px;
} 

/**
 * ZWISCHENSCHRITTE
 */
#region-feature .inline-postits .postits{
	
	
	width: 715px;
	left: 0px;
	height:200px;
	top: 0px;

	position:relative;
	
}

.inline-postits .postits .stars{
	
	width: 80px;
	display:inline;
	vertical-align:middle;
	line-height:20px;
}


#region-feature .subtitle {
	font-size:14pt;
	line-height:20pt;
	font-size:#464646;
	width:750px;
}

/***************************************************/

#region-details table.wegenetz{
	
	table-layout:fixed;
	width: 500px;
	border: 0px;
	margin-top:15px;

}



/*****************/

#region-details table.wegenetz td{
	
	text-align: right;
	vertical-align:middle;
}


#region-details table.wegenetz .col_1{
	
	
	text-align:left;
}

#region-details table.wegenetz .col_2{
		
	text-align:left;
}

#region-details table.wegenetz .col_3{

	text-align:left;
}

#region-details table.wegenetz tr.header td{
	
 	text-align:bottom;
	
	padding-bottom:5px;
	margin-bottom:30px;
}

#region-details table.wegenetz tr.header{
	
	border-bottom: solid 1px;
	border-color: #e6e6e6;
}




/*************/



#region-details table.wegenetz img{
	
	width: 40px;
	height: 40xp;
}

.container-title{

	
	color:#669933;
	font-size:18pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}


#region-details h3{

	
	color:#000000;
	font-size:17pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}

ul.key-value-list{
	
	margin-left:0;
	padding:0;
}

ul.key-value-list li{
	
	list-style-type:none;
	list-style-image:  url('images/tick.png');
	margin-left: 28px;
	margin-top: 28px;
	text-align: left;
}

div.list-key{
	
	
	display:inline;
	font-weight:bold;
	font-size: 10.5pt;
	font-family:Arial;
	
}


.feature-box .region-lashes {
	width:205px;
	margin-top:16px;
}

.feature-box .region-lashes .lash {
	display:block;
	width:185px;
	height:42px;
	overflow:hidden;
	margin-top:-10px;
	background:transparent url('images/reg/reg-det-line.png') no-repeat;
	background-position:bottom left;
}

.feature-box .region-lashes .selected,
.feature-box .region-lashes .lash:hover {
	background:transparent url('images/reg/reg-det-lash-green.png') no-repeat;
}

.feature-box .region-lashes a {
	color:#999; text-decoration:none;
}

.feature-box .region-lashes a.selected, 
.feature-box .region-lashes a:hover{ 
	color:#fff;
	text-shadow: #471 2px 1px 0px;
}

.feature-box .region-lashes .top-lash {
	background:transparent url('images/reg/reg-det-lash-white.png') no-repeat;
	height:52px;
	width:185px;
	padding-top:27px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	
}
.feature-box .region-lashes .top-lash:hover { background:transparent url('images/reg/reg-det-lash-white.png') no-repeat; text-decoration:none; text-shadow:none;} 

.feature-box .region-lashes .top-lash img { vertical-align:middle; margin-top: -10px;}
.feature-box .region-lashes .top-lash p.to_website{color:#999999; font-family:Arial; font-weight: bold;}

.feature-box .side .adresse {
	padding-left:12px;
	padding-top:10px;
	font-family:Arial;
	font-size:8.5pt;
	color:#999;
	padding-right:32px;
	margin-bottom:16px;
}

.feature-box .side .adresse a {
	color:#666;
	text-decoration:none;
}

.feature-box .side .adresse a:hover { text-decoration:underline; }


.region-gallery li {
	margin:0;
	float:left;
	width:200px;
	height:200px;
	padding:10px;
}


/**
 * POSTITS
 */
.postits {
	position:absolute;
	left:350px;
	top:60px;
	width:300px;
	height:500px;
	z-index:1;
}

.postits .element {
	position:absolute;
	padding:10px;
	width:202px;
	height:187px;
	background:transparent url('images/reg/post-it.png') no-repeat;
}

.postits a.text{
	
	font-size:9pt;
	color:#999999;
	font-family: georgia;
	font-style:italic;
	font-weight:normal;
	margin-left:5px;
	padding-right:1px;
	display:block;
	
}



.postit-content .post-it-image{
	
	margin-left:5px;
	margin-bottom:-10px;
		
}

.postit-content .post-it-image * {
	font-size:7pt;
	color:#666;
	text-decoration:none;
}

.postits .element h3{
	
	margin-left:5px;
}

.postits .postit-content{
	
	margin-top: -10px;
}

.postits .postit_symbol{
	
	line-height:20px;
	vertical-align:middle;
	margin-right: 5px;
	
}

.postits .postit-additional-symbol{
	
	height:20px;
	line-height:20px;
	margin-right: 5px;
	vertical-align:middle;
	float:right;
}

/**
 * Best Of
 */
#bestof-feature .body{
	
	min-height:380px;
		
}

#bestof-feature .big_link_button{
	
	margin-left: -6px;
}

#bestof-feature .left-side{width: 380px}

#bestof-feature .foerderlogo{
	
	border:0px;
	text-align:right;
	width:940px;
	position:absolute;
	bottom:0px;
	padding-top:12px;
	padding-bottom:12px;	
	right:65px;
	
}

#bestof-feature .claim { width:380px; }#bestof-feature .claim { width:380px; }
#bestof-feature .imagetext { width:380px;  }

#bestof-feature .side { 
	width:205px;
	padding-right:14px;
}

#bestof-feature .icons, #weg-feature .icons{
	
	position:absolute;
	top: 19px;
	right: 226px;
	

}

#bestof-feature .icons img{
	
	
}

#bestof-details a.bestof-link, #bestof-feature a.bestof-link{
	
	color:#000000;
	font-family:Arial;
	font-size:11pt;
	
}

#bestof-feature .postits{
	
	top:83px;
	left:423px;
	height:415px;
	width:342px;
	
	
}

#bestof-details h3{

	
	color:#000000;
	font-size:17pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}


/**
 * betrieb
 */

#betrieb-feature blockquote{
	
	width:300px;
	
}

#betrieb-feature .side { 
	width:205px;
	padding-right:14px;
}


#betrieb-details .content-containers a{
	
	color:#000000;
}

#betrieb-details a.download-pricelist{
	
	margin-top:5px;
	display:block;
	height:35px;
	padding-left:42px;	
	background: transparent url('images/service/32px/katalog_off.png') no-repeat;
	background-position: 5px 2px;
	line-height:35px;
	vertical-align:middle;
	
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	
	
}

#betrieb-details a.download-pricelist:hover{
	
	background-color:#EEEEEE;

	
	
}

#betrieb-details table.preise{
		
	width: 500px;
	border: 0px;
	margin-top:40px;
}


#betrieb-details table.preise .col_1{
	/*width:220px;*/
	text-align:left;
}

#betrieb-details table.preise .col_spez {
	width:80px;
	text-align:right;
	font-size:8pt;
}

#betrieb-details table.preise .col_2{
		
	width:100px;
	text-align:right;
}

#betrieb-details table.preise .col_3{
		
	width:100px;
	text-align:right;
}

#betrieb-details table.preise tr.header td{
	
 	text-align:bottom;
	font-size: 8pt;
	padding-bottom:5px;
	margin-bottom:30px;
}

#betrieb-details table.preise tr.header{
	
	border-bottom: solid 1px;
	border-color: #e6e6e6;
}

#betrieb-details .left{
	
	float:left;
	border: 0px;
	width: 240px;
	padding:5px;
}

#betrieb-details .right{
	
	border:0px;
	float:right;
	width:240px;
	padding:5px;
}


#betrieb-feature .icons{
	
	margin-top:8px;
	margin-left:10px;
}

#betrieb-details .container-title{

	
	color:#669933;
	font-size:18pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}


#betrieb-details h3, #betrieb-details table.preise strong{

	
	color:#000000;
	font-size:17pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}

/**
 * Weg
 */
#weg-feature .claim { width:400px; }
#weg-feature .imagetext { width:280px;  }

#weg-feature .big_link_button{
	
	margin-left: -6px;
}

#weg-feature .side { 
	width:205px;
	padding-right:14px;
}

#weg-feature .stars{
	
	display:inline;
}

#weg-feature .postits {
	
	position:absolute;
	left:430px;
	top:60px;
	width:340px;
	height:400px;
	z-index:1;
}

#weg-feature .icons img{
	
	width: 40px;
	height: 40px;
	
}


/**
 * VERANSTALTUNG
 */


div.claim-veranstaltungen{
	
	position:relative;
	 width:380px;
	 border:0px;
	 height:110px;
	 overflow:hidden;
	 font-size: 14pt;
}


div.claim-veranstaltungen .gradient{
	
	 border:0px;
	 position:absolute;
	 bottom:0px;
	 width:100%;
	 height:30px;
	 z-index:50;
	 opacity:1;
	background: transparent url('images/gradient.png')repeat-x;
}

#bestof-feature a.read-more{
	
color: #000000;

}

div.claim-veranstaltungen .text{
	
	/* border:solid 1px;
	 position:absolute;
	 top:0px;
	 width:100%;
	 height:300px;
	 z-index:10;*/
}


a.veranstaltung-link{
	
	color:#000000;
}


#veranstaltung-details h3{

	
	color:#000000;
	font-size:17pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}


/**
 * styles für das sub-menu
 */

.sub-menu{
	position:relative;
	width:1000px;
	height:43px;
	background:transparent;
	z-index:130;
	margin-top: -25px;
	margin-left:0px;
}

.sub-menu a {
	
	color:#000000;
	margin-left:3px;
	width: 144px;
	height: 43px;
	text-align:center;
	vertical-align:middle;
	line-height:43px;
	text-decoration:none;
	background: transparent url('images/sub-menu-button.png') no-repeat; ;
	z-index:30;
	
}

.sub-menu a.selected{
	
	color:#FFFFFF;
	background: transparent url('images/sub-menu-button-selected.png') no-repeat; ;
}

.sub-menu a:hover{
	
	color:#FFFFFF;
	background: transparent url('images/sub-menu-button-selected.png') no-repeat;
}

.sub-menu a.downloads{
	
	margin-top: -43px;
	margin-left: 558px;
}


/**
 * frontpage - content
 */
#frontpage-content blockquote {
	color:#693;
	font-size:30px;
	margin:20px 0px;
	margin-top:40px;
	padding:0;
}

.home-container div.image {
	position:relative;
}
#frontpage-content div.grid_9 div.images {
	position:relative;
	background:transparent url('images/frontpage-imagebox-double.gif') no-repeat;
	width:448px;
	height:134px;
}

#frontpage-content div.images div.info-backdrop {
	position:absolute;
	height:40px; width:203px;
	bottom:0px;  left:10px; 
	background-color:#fff;opacity:.8;
	filter:alpha(opacity=80);
	z-index:10;
	display:none;
	cursor:pointer;
}

#frontpage-content div.images div.info {
	position:absolute;
	height:40px;
	width:203px;
	bottom:0px; left:20px;
	z-index:11;
	line-height:40px;
	color:black;
	font-family:Arial;
	font-size:9pt;
	display:none;
	cursor:pointer;
}
#frontpage-content div.images div.cropper {
	position:absolute;
	top:0px;
	left:0px;
	width:203px;
	height:111px;
	line-height:111px;
	overflow:hidden;
	padding:10px 0px 0px 10px;
	text-align:center;
}

.home-container div.image div.info-backdrop {
	position:absolute;
	height:40px; width:204px;
	bottom:12px;  left:8px; 
	background-color:#fff;opacity:.8;
	filter:alpha(opacity=80);
	z-index:10;
	display:block;
	cursor:pointer;
}

.home-container div.image div.info {
	position:absolute;
	height:40px;
	width:204px;
	bottom:12px; left:20px;
	z-index:11;
	line-height:40px;
	color:black;
	font-family:Arial;
	font-size:9pt;
	display:block;
	cursor:pointer;
}

#frontpage-content div.images div.two { left:222px; }

#frontpage-content div.small-image {
	width:123px;
	height:74px;
	background: transparent url('images/frontpage-imagebox-small.gif') no-repeat;
}

#frontpage-content div.small-image { float:left; }

.home-container div.small-text h3,
.home-container div.small-text h3 a,
#frontpage-content div.small-text h3,
#frontpage-content div.small-text h3 a {
	font-family:Georgia;
	font-size:11pt;
	font-weight:normal;
	font-style:italic;
	color:#333;
	text-decoration:underline;
	margin:0;
	padding:0;
}

.home-container div.small-text p,
#frontpage-content div.small-text p { 
	font-size:9pt; color:#333;
}

#frontpage-content div.small-text {
	float:left; width:180px;
	margin-left:6px; 
}

.home-container div.small-text a,
#frontpage-content div.small-text a { 
	color: #333;
}

#frontpage-content div.small-image div.cropper {
	width:110px;
	height:60px;
	line-height:60px;
	padding:7px 0px 0px 7px;
	overflow:hidden;
	text-align:center;
}

#frontpage-content h2,
#frontpage-content h2 a {
	font-size:20pt;
	color:#693;
	margin:0;
	padding:0;
	text-decoration:none;
}

#frontpage-content div.text { 
	padding-left:10px; color:#333; width:480px;}

#frontpage-content .schnitte {
	clear:both;
	margin-top:40px;
	padding-top:30px;
	border-top:1px solid #efefef;
}

/* details 
 * 
 * 
 * */

.content-containers div.hidden{
	display:none;	
	
}



#weg-details .sub-menu{
	
	margin-top: -55px;
	margin-left: 20px;
	width: 400px;
}

#weg-details .tour-downloads{
	
}


#weg-details .tour-downloads a{
	
	text-decoration:none;
	display:block;
	margin-top:5px;
	color:#000000;
	
	
}

#weg-details .tour-downloads a:hover{
	
	background-color: #DDDDDD;
	
}

#weg-details .tour-downloads a.pdf{
	
	background: url('images/download/page_white_acrobat.png') no-repeat;
	background-position: 5px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	
}

#weg-details .tour-downloads a.pdf:hover, #weg-details .tour-downloads a.gps:hover{
	
	background-color:#DDDDDD;

	
}

#weg-details .tour-downloads a.gps{
	
	background: url('images/download/phone.png') no-repeat;
	background-position: 5px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	
}

#weg-details-map {
			

	margin: 0 auto;
	margin-top: -7px;
	width:954px;
	margin-left:-5px;
	
	text-align:center;
	overflow:hidden;
	

}

#weg-details .container-title{

	
	color:#669933;
	font-size:18pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}


#weg-details h3{

	
	color:#000000;
	font-size:17pt;
	font-weight:bold;
	line-height:20pt;
	margin:0 0 10pt;
	text-decoration:none;
	margin-top:40px;

}



#weg-details-map .map-border{
	
	margin-top: -10px;
	margin-left: -6px;
	background: transparent url('images/map-border-handle.png') no-repeat;
	width:1000px;
	height:57px;
	
}


#weg-details-map .map-canvas {
	z-index:1;
	margin-top: -290px;
	color:  #d4d4d4;
	border-color: #d4d4d4;
	border-left:solid 2px;
	border-right:solid 2px;
	border-bottom:solid 2px;
	margin-left:45px;		
	
}

#weg-details img.hoehenprofil{
	
	width:519px;
	height:240px;
}

#weg-details .key-value-list a{
	
	color: #000000;
	
}


/**
 * generic list - listenanzeige für alle elemente
 */

ul.generic-list { margin:0; padding:0; }

ul.generic-list li {
	min-height:118px;
	padding-top:20px;
	position:relative;
	overflow:hidden;
}

ul.generic-list h2 a {
	font-size:14pt;
	
	font-weight:normal;
	text-decoration:underline;
	color:#333;
}

ul.generic-list h2 {
	margin:0;
}

ul.generic-list .icon-bar {
	position:absolute;
	right:0px;
	width:220px;
	text-align:right;

}

ul.generic-list .icon-bar img.tour{
	position:absolute;
	right:0px;
	width:35px;
	height:35px;
}



ul.generic-list .image {
	width:95px;
	height:97px; 
	background: transparent url('images/list-photo-bg.gif') no-repeat;
}
ul.generic-list .image .crop {
	width:82px;
	height:82px;
	overflow:hidden;
	padding:6px 0px 0px 6px;
}
ul.generic-list .image .crop img {
	min-height:82px;
	min-width:82px;
}
ul.generic-list li {
	border-bottom:1px solid #eee;
}

ul.generic-list .columns { font-size: 9pt; padding-top:10px; } 

ul.generic-list .stars { padding-right:40px; }

ul.generic-list li .grid_5 .grid_4 .right {padding-bottom:20px;}

/**
 * select menu
 */
.modeselector {
		width:555px;
		height:153px;
		background-color:#eee;
		padding-top:30px;
		padding-left:26px;
		background:transparent url('images/sel-box-3.png') no-repeat;width:972px;margin-top:-28px;margin-left:17px;height:65px;
}

form .ui-slider .ui-slider-handle { width:4px; height:12px; margin-top:-3px; background-color:#999;}
form .ui-slider-horizontal { height:2px; margin-top:6px;background-color:#eee; }
form .ui-slider-horizontal .ui-slider-range,
form .ui-slider-horizontal .ui-widget-header { background-color:#bbb; border-color:#bbb;}
.modeselector table td { vertical-align:middle; line-height:16px; padding-left:4px;}

.modeselector .ms-button {
	float:left;
	position:relative;
	height:51px;
	overflow:show;
}

.modeselector .ms-button {
	height:51px;
	cursor:pointer;
}

.modeselector .ms-button .btn-title {
	float:left;
	height:32px;
	padding:16px 10px 0px 25px;
	font-family:Georgia;
	font-size:10pt;
	font-weight:normal;
	background:transparent url('images/sel-btn-bg.png') no-repeat;
}
.modeselector .ms-button .btn-title-open {
	background:transparent url('images/sel-btn-bg-open.png') no-repeat;
}

.modeselector .ms-button .btn-nubbin {
	float:left;
	width:30px;
	height:51px;
	background:transparent url('images/sel-btn-nubbin.png') no-repeat; 
}

.modeselector .ms-button .btn-nubbin-hover {
	background:transparent url('images/sel-btn-nubbin-hover.png') no-repeat; 
}
.modeselector .ms-button .btn-nubbin-open {
	background:transparent url('images/sel-btn-nubbin-open.png') no-repeat; 
}
.modeselector .ms-button .btn-content {
	z-index:10;
	display:none;
	position:absolute;
	height:100px;
}

.modeselector .btn-content .top {
	width:277px;
	height:10px;
	background:transparent url('images/sel-popout-top.png') no-repeat; 
}
.modeselector .btn-content .bottom {
	width:277px;
	height:11px;
	background:transparent url('images/sel-popout-bottom.png') no-repeat;
}
.modeselector .btn-content .body {
	width:277px;
	padding:20px;
	background:transparent url('images/sel-popout-body.png') repeat-y; 
}

.modeselector .btn-content .top .blinder {
	position:absolute;
	height:7px;
	left:73px;
	top:1px;
	width:99px;
	background:transparent url('images/sel-popout-clear-help.png') repeat-x; 
}


.modeselector .btn-content {
	font-size:10pt;
}

.modeselector .btn-content td {
	padding:2px;
}

.modeselector input { z-index:20; }

.modeselector table { font-family:arial; font-size:8pt; }

/*
#oewd-content .article-header {
		font-family:Georgia;
	background-image:url('images/teaser-bg.png');
	background-repeat:no-repeat;
	width:988px;
	margin-left:-8px;
	height:550px;
	text-shadow: #ffffff 2px 1px 0px;
}

#oewd-content .article-header .text {
	padding:10px 20px;
	width:490px;
}

#oewd-content .gallery {
	padding: 10px 20px; 
}

#oewd-content .article-header .text h2 {
	color: #693;
	text-decoration:none;
	font-weight:bold;
	font-size:18pt;
	line-height:20pt;
	margin:10pt 0pt;
}

#oewd-content .article-header .text h3 {
	font-family:Arial;
	font-size:9pt;
	color:#999;
	margin-bottom:28px;
}

#oewd-content .article-header .metadata {
	font-size:9pt;
	font-family:Arial;
	color:#999;
}

#oewd-content .article-header .metadata p {
	margin-top:22px;
	margin-left:24px;
}

#oewd-content .boxes .box {
	padding:10px;
	width:336px;
	height:78px;
	background-image:url('images/side-boxes-bg.png');
	background-repeat:no-repeat;
}

#oewd-content .boxes .box h3 {
	font-family: Arial;
	margin:0px 0px 4px 0px;
	font-size:9pt;
	color:#333;	
}

#oewd-content .boxes .box img {
	display:block;
	float:left;
	margin-right:8px;
}

#oewd-content .boxes .box h2 {
	color: #693;
	text-decoration:none;
	font-weight:bold;
	line-height:10pt;
	font-size:10pt;
	margin:0 0 0 8px;
	padding:0; 
}

#oewd-content .boxes .box p {
	margin:0 0 0 8px;
	font-size:9pt;
	color:#333;
	line-height:12pt;
	margin-top:7px;
}
*/




#oewd-content .gallery { width:510px; }

.skip-links,.skip-links li {height:0;margin:0;padding:0;}
			.skip-links a {position:absolute; left:-1000px; }
			.skip-links a:focus,.skip-links a:hover,.skip-links a:active {
				vertical-align:middle;
				height:100px; 
				width:400px;
				margin-left:-200px;
				z-index:200;
				left:50%;
				top:160px;
				opacity:.9;
				font-weight:bold;
				background-color:#fafafa;
				color:#333;
				border:1px solid #ccc;
				text-align:center;
				font-size:16pt;
				line-height:100px;
				-webkit-border-radius: 9px;
				-moz-border-radius: 9px;
			}

.tab-bar { position:absolute;top:74px; left:0px; width:100%; z-index:100; height:1px}
.tab-bar .container { margin:0px auto; width:980px;position:relative;}
.tab-bar .container .offsetter { width: 512px; margin: 0px auto; }
.tab-bar .container * { vertical-align:middle; text-align:center; }
.tab-bar .container a { font-family:Georgia; font-weight:bold; text-decoration:none; font-size:14pt; }
.tab-bar .menu-tab { margin-right:4px; display:block; margin-top:-4px; float:right; width:139px; height:52px; line-height:52px; color:#666; background-image:url('images/menubutton.png'); }
.tab-bar a.sel { background-image:url('images/menubutton-sel.png'); color:black; }
.tab-bar a.popped {
	background:transparent url('images/dropdown-large-2.png') no-repeat;
	background-position:50.5% -4px;
	background-repeat:no-repeat;
}
.tab-bar .bigmenu { 
	width:737px; height:228px; overflow:hidden;
	position:absolute; top:44px; left:158px; display:none; 
	background:transparent url('images/dropdown-large-2.png') no-repeat;
	background-position:bottom;
}
.tab-bar .bigmenu .content {
	margin-top:25px;
	margin-left:20px;
	padding:20px 0px;
}
.tab-bar .bigmenu a.cell {
	display:block;
	float:left;
	height:54px;
	line-height:54px;
	width:200px;;
	font-size:11pt;
	font-family:Arial;
	color:#666;
	font-weight:normal;
	margin:0;
	text-align:left;
	vertical-align:middle;
	margin:8px 17px;
}
.tab-bar .bigmenu a.cell:hover { background:transparent url('images/head-link-menu.png') no-repeat;; color:#693; }
.tab-bar .bigmenu a.cell img { display:block; float:left; margin:10px 10px 0px 12px; }

.tab-bar .magazin-menu { left:15px; }
.tab-bar .service-menu { left:301px; }



/*
.tab-bar .bigmenu a.cell-betriebe       { background-image:url('images/katalogicons/betrieb_off.png'); }
.tab-bar .bigmenu a.cell-betriebe:hover { background-image:url('images/katalogicons/betrieb_on.png');  }

.tab-bar .bigmenu a.cell-regionen       { background-image:url('images/katalogicons/region_off.png'); }
.tab-bar .bigmenu a.cell-regionen:hover { background-image:url('images/katalogicons/region_on.png');  }

.tab-bar .bigmenu a.cell-veranstaltungen       { background-image:url('images/katalogicons/veranst_off.png'); }
.tab-bar .bigmenu a.cell-veranstaltungen:hover { background-image:url('images/katalogicons/veranst_on.png');  }

.tab-bar .bigmenu a.cell-bestofs       { background-image:url('images/katalogicons/angebote_off.png'); }
.tab-bar .bigmenu a.cell-bestofs:hover { background-image:url('images/katalogicons/angebote_on.png');  }

.tab-bar .bigmenu a.cell-merchandising       { background-image:url('images/katalogicons/merch_off.png'); }
.tab-bar .bigmenu a.cell-merchandising:hover { background-image:url('images/katalogicons/merch_on.png');  }
*/
/** sidebar **/

#sidebar { float:left;width:338px; margin-top:10px; font-family: Georgia; margin-left:13px;}

#sidebar ul { margin:0; padding:0; }

#sidebar li.widget {
	border-top:1px solid #ccc;
	margin: 12px 0px;
	padding-left:8px;
	padding-top:8px;
}

#sidebar h3.widgettitle {
	font-size:8.5pt;
	font-weight:bold;
	margin:0;
}

#sidebar div.textwidget {
	padding: 10px 0px;
	font-size:9pt;
}


/** content **/
#oewd-content {
	margin-top:0px;
}


/**
 * simple gallery
 */
.photos { margin-top:30px; }
.gallery-container ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	background-repeat:no-repeat;
	background-image:url('images/mag/mag-feat-photo.png');
	height:260px;
	width:521px;
	padding:10px;
}

.gallery-container ul .hover-intent{
	
	width:521px;
	height:260px;
	position:relative;
	top:-260px;
	padding:0px;
	margin:0px;
	background:none;
	background-image:url('.');
	z-index:90;
}


.gallery-container { width:541px;position:relative; height:330px; overflow:hidden; }
.gallery-container li.image {
	height:260px;
	width:521px;
}
.gallery-container .image-crop {
	margin:10px;
	position:absolute; 
	overflow:hidden; 
	top:0px; 
	left:0px; 
	height:257px;
	width:519px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden;
}
.gallery-container .image-description { 
	padding-top:290px; 
	width:300px; font-size:9pt; 
	font-family:Arial;
}
.gallery-container li { display:none; width:5410px; }
.gallery-container .navigator { position:absolute; bottom:0px; right:10px; z-index:20; line-height:28px;  font-family:Arial; font-weight:bold; font-size:8.5pt; }
.gallery-container .navigator a {  color:#333; }

.gallery-container .navigator * { vertical-align:middle; }
.gallery-container li.entry-1 { display:block; }



/**
 * styles für map in header
 */

 #header-container .map-container{ 
	
	position:absolute;
	top: 75px;
	width:100%;
	height: 401px;
	overflow:hidden;
	margin-left:100%;
		
	
}



#header-container .map-canvas{ 
	
	postion:aboslute;
	top:0px;	
	/*margin-left:100%;*/
	border-left: solid 0px;
	border-color:#DEDDDC;

				
}

#map-handle{
	
	position:absolute;
	/*margin-left:100%;*/
	top:105px;
	width: 50px;
	height: 134px;
	background: transparent url('images/map/map-handle-button.png') no-repeat;
	float:left;
	z-index:100;
	

}

#map-handle-slide-in{
	
	
	position:absolute;
	/*margin-left:100%;*/
	top:110px;
	right:-50px;
	width: 50px;
	height: 134px;
	background: transparent url('images/map/map-handle-button-slide-in.png') no-repeat;
	float:left;
	z-index:100;
	
}


.tab-bar .container span { width: 133px; margin: 0px auto; 	color:#666666; display:none;}

/*
 * OVERLAY STYLE
 */

 div.overlay-image-background div.overlay-image{
	
	margin-top:9px;
	margin-left:8px;
}

.map-overlay div.overlay-image-background{
	
	background: transparent url('images/overlay-image-background.png') no-repeat;
	width: 418px;
	height: 283px;
	text-align:center;
	vertical-align:center;
	line-height: 283px;
	float:left;

	
		
}

.map-overlay .info-container{
	
	width: 290px;
	float:left;
	margin-left:10px;
	
	
}

.map-overlay .title{
	
	color: #669933;
	margin-bottom:0px;
}


.map-overlay .claim{
	
	
}

.map-overlay .text{
	
	font-size: 11pt;
	
}

.map-overlay .link,
a.big_link_button {
	
	display:block;
	background: transparent url('images/overlay-link.png') no-repeat;
	
	width:186px;
	height:40px;
	color:#FFFFFF;
	text-decoration:none;
	
	font-size:12pt;
	vertical-align:middle;
	line-height:40px;
	padding-left:30px;
	
	text-shadow:none;
	
}

.map-overlay img.category-symbol{
	
	float: left;
	margin-top: -2px;
	margin-right:5px;
	margin-bottom: 2px;
}


.textwidget .map-canvas { overflow:hidden; }

.navigation-links { text-align:center; margin:10px 0px; font-size:9pt; color:#666; }
.navigation-links a { color:#333; font-size:11pt; text-decoration:underline; }

#service-feature .image-boxes { margin:20px 26px; }
#service-feature .image-boxes .box { margin:3px;background: transparent url('images/backdrop_service.png') no-repeat; width:165px; height:126px;padding-top:40px;text-align:center;float:left; }
#service-feature .image-boxes .box a { display:block;color:#666;padding-top:30px;font-size:10pt;text-decoration:none; }
#service-feature .image-boxes .box a.selected { color:#693; }

.bubble {
	width:174px;
	height:60px;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:17px;
	font-family:arial;
	font-size:9pt;
	background:transparent url('images/tooltip.png') no-repeat;
}

.home-container {
	height:1100px;background:white url('images/header_1600.jpg') no-repeat;
									   background-position:center 0%;
}

div.plain-container { height:290px; background:none; clear:both; }

.home-container .rockets-container {width:976px;margin-left:auto;margin-right:auto;position:relative}


.home-container .rocket {
	background:transparent url('images/column.png') no-repeat;width:242px;height:595px;position:absolute;
}
.home-container .rocket-content {
	position:relative;
	padding:8px 12px;
}
.home-container .rocket-content a.big_link_button {
	position:absolute;
	top:560px;
}

.home-container .rocket-content p.bestof {
	margin-top:100px;
}

.home-container .rocket-content a.bestof-feature {
	position:absolute;
	display:block;
	top:248px;
	left:76px;
	width:202px;
	height:180px;
	z-index:10;
	background:transparent url('images/superspecial.png') no-repeat; 
}

.home-container h2,
.home-container h2 a {
	font-size:14pt;
	color:#693;
	margin:0;
	padding:0;
	text-decoration:none;
}

div.plain-container h2,
div.plain-container h2 a {
	font-size:16pt;
	color:#999;
}


div.plain-container h3,
div.plain-container h3 a {
	font-size:10pt;
	color:#999;
}

.home-container .image {
	background: transparent url('images/hp-imagebox.png') no-repeat;
	width:224px;
	height:134px;
	margin:10px 0px 20px 0px;
}
.home-container .image .crop {
	width:204px;
	height:114px;
	padding:8px 0px 0px 8px;
	line-height:110px;
	overflow:hidden;
}

.home-container .image-big {
	background: transparent url('images/hp-imagebox-big.png') no-repeat;
	width:224px;
	height:287px;
	margin:10px 0px 0px 0px;
}
.home-container .image-big .crop {
	width:204px;
	height:266px;
	line-height:266px;
	padding:8px 0px 0px 8px;
	overflow:hidden;
	text-align:center;
}

.home-container .image .crop img,
.home-container .image-big .crop img { vertical-align:middle; }

.moodboard {width:700px; margin:0 auto; }
.moodboard ul li { width:70px; height:70px; float:left; overflow:hidden; margin:4px; text-align:center; line-height:70px; }
.moodboard ul li img { vertical-align:middle; }

h3.notice { border: 1px solid #CCCCCC; padding:7px; margin:0; color:black; background-color:#FFFFCC}

.generic-list h2 {
	font-size:20pt;
	margin-bottom:20px;
	font-weight:normal;
	color:#693;
}

#magazin-details .body h2 { font-size:18pt; font-weight:normal; margin:20px 0px 6px 0px; }
#magazin-details .body p { margin:0px 0px 18px 0px; }

#magazin-details .post .text {margin-bottom:10px;}

#magazin-details .blog h2 { 
	font-family:Arial;
	font-size:9.5pt;
	font-weight:bold;
	color:#999;
	margin:0;
}
#magazin-details .blog p { font-size:11pt; margin:0px 0px 18px 0px; }


.moodboard-element {
	display:block;
	position:absolute;
	overflow:hidden;
	width:74px;
	height:74px;
	line-height:74px;
	text-align:center;
}

.moodboard-element .container {
	position:absolute;
	top:-50%;
	left:-50%;
}

.moodboard-element img { vertical-align:middle;}

.the-home-link { 
	font-family:arial;
	position:absolute;
	top:55px;
	left:105px;
	font-size:8pt;
	color:#aaa;
	white-space:nowrap;
}

#gewinnspiel-link {
	background: transparent url('images/lasche-double-memory.png') no-repeat;
	position:absolute;
	right:0px;
	top:70px;
	width:140px;
	height:360px;
	
	z-index:30;
	overflow:hidden;
}

/**
 * styles für Partner/Links Seite
 */

table.partner-table {
	
	width:620px;
}

table.partner-table a{
	
	color:#000000;
}


table.partner-table td{
	
	vertical-align: middle;
	padding-top:20px;
	padding-bottom:20px;
}


table.partner-table tr{
	
	border-bottom: solid 1px;
	border-color: #DDDDDD;
}


table.partner-table td.left{
	
	width:200px;	
	text-align:center;
}




table.partner-table td.right{
	
	width:400px;
	
}

h3.partner-verlinkung{
	
	font-family: Georgia;
	color: #000000;
	
}

h3.partner-verlinkung:hover{
	text-decoration:underline;
}


h2.big-heading {
	 margin-top: 30px; margin-bottom: 20px;
}

h2.big-heading a,
h2.big-heading {
	font-weight: normal; font-size: 20pt; color: rgb(102, 153, 51);
}

ul.presse-image-list {
	list-style-type:none;
}

ul.presse-image-list li {
	float:left;
	width:280px;
	height:270px;
	padding:4px;
	/*border:1px solid #ccc;
	background-color:#eee;*/
	color:#333;
	margin:4px;
	overflow:hidden;
}
ul.presse-image-list li:hover,
ul.presse-image-list li.hover {
	background-color:#fafafa;
}
ul.presse-image-list li span {
	display:block;
	color:#333;
	font-size:8pt;
}

ul.presse-image-list li span strong {
	font-size:10pt;
}

ul.presse-image-list li span .download,
ul.presse-image-list li span .download strong { font-size:8pt; }

ul.presse-image-list li span a {
	color:#333;
	font-size:9pt;
	padding-right:10px;
	text-decoration:none; 
}

.presse-2 h3 { font-size:14pt; color:rgb(102, 153, 51); font-weight:bold; margin:32px 0px 12px 0px;}
.presse-article-list li { height:100px; }
.presse-article-list div.image { float:left; padding: 2px 4px; }
.presse-article-list div.text p { font-size:9pt; }
.presse-article-list div.text h4 a { color:#333; }

/**
 * Urlaubsplaner
 */



#urlaubsplaner{
	
	width: 720px;
}

#urlaubsplaner h3 {font-size:14pt; color:rgb(102, 153, 51); font-weight:bold; margin:10px 0px 12px 0px;}

#urlaubsplaner h4 {padding: 7px; width: 330px; font-size:12pt; color:#000000; font-weight:bold; margin:10px 0px 12px 0px;}

#urlaubsplaner div.group, #urlaubsplaner #personal_data_form .grid_9{
	
	
	padding:10px;
	margin-top:5px;
	border:solid 1px;
	border-color: #CCCCCC;
	width: 700px;
}

#urlaubsplaner .grid_4{
	
	width: 350px;
}



#urlaubsplaner div.left{

	float:left;
	
	width: 50%;
}

#urlaubsplaner div.right{

	margin-left:50%;
	width: 50%;
}


#urlaubsplaner textarea{
	
	width: 690px;
	height: 210px;	
	
}

#urlaubsplaner .textarea{
	
	text-align:center;
}

#urlaubsplaner .textarea h4{
	
	text-align:left;
}

#urlaubsplaner .big_link_button{
	
	display:block;
	background: transparent url('images/overlay-link.png') no-repeat;
	
	width:186px;
	height:40px;
	color:#FFFFFF;
	text-decoration:none;
	
	font-size:12pt;
	vertical-align:middle;
	line-height:40px;
	padding-left:30px;
	
	border: 0px;
	text-shadow:none;
	
	float:right;
	margin-right: -7px;
	margin-top: 5px;
	
	cursor:pointer;
}

#urlaubsplaner #back_button{
	
	background: transparent url('images/back_button.png') no-repeat;
}

#urlaubsplaner .error{width:450px; border:0px; display:inline; color:#F00000; margin-top:5px; font-size:10pt;}
#urlaubsplaner .error-right{border:0px; float:right; color:#F00000; margin-top:10px;font-size:10pt;}

.partner-table h4 { font-weight:bold; }

#header-container .post-list a{
	
	display:block;
	width: 174px;
	height:auto;
	padding-left: 10px;
	vertical-align: middle;

	text-decoration: none;
	background:none;
}

#header-container .post-list .level2 a, #header-container .post-list .level2 li{
	width: 177px;
	line-height: 15pt;
	padding-top: 3px;
	font-family: Arial;
	font-size: 10pt;
}

#header-container .post-list .level2 .content li{
	
	width : 160px;
}

#header-container .post-list .level2 .content li a{
	
	width : 150px;
	padding-bottom: 4px;
}


#header-container .post-list{
	
	background: none;
}

#header-container .post-list li.even{
		
	background: none;
	
}

#header-container .post-list .slidemenu{
	
	/*background: transparent url('images/post_list_map/bg_even.png') repeat;*/
	background-color: #EEEEEE;
}


#header-container .post-list .slidemenu .back_button{
	
	background: transparent url('images/post_list_map/back_button.png') no-repeat;
	width: 25px;
	height: 25px;
	float:left;
	margin-top:12px;
	margin-left: 5px;
	
}

#header-container .post-list li.odd{
		
	background-color: #FFFFFF;
	
}

#header-container .post-list li a.map-post small{
	
	background:transparent url('images/region_pin.png');
	width: 18px;
	height: 23px;
	padding-left: 6px;
	padding-top: 1px;	
	font-size: 10px;
	color: #FFFFFF;
	float:left;
}

#header-container .post-list a.selected{
	
	background: transparent url('images/post_list_map/post_list_selected.png') no-repeat;
	color: #FFFFFF;
	width: 166px;
}


#header-container li.title, #header-container li.back{
	
	height: 52px;
	text-align: center;
	vertical-align: middle;
	line-height: 52px;	
	background: transparent url('images/post_list_map/title_bg.png') no-repeat;
}

#header-container .separator-right{
	
	position:absolute;
	left: 175px;
	width: 8px;
	height: 100%;
	top: 0px;
	background: transparent url('images/post_list_map/separator_right.png') repeat-y;
}


/**
 * style for region list
 */

.all_regions{

	font-size: 10pt;	
	
}


.all_regions h3{
	font-weight: bold;
	
}

.all_regions .grid_3{
	
	width: 310px;
}

.all_regions .foot{
	
	height: 20px;
	margin-bottom: 15px;
}

/**
 * styles for freytag und berndt widget
 */

#sidebar .widget_taofreytagberndtwidget{
	
	font-family: Arial;
	font-size: 10pt;
}

 #sidebar .widget .freytag-berndt{
 	
	background: transparent url('images/freytag_berndt_logo.png') no-repeat;
	width: 115px;
	height: 18px;	
	float:right;
	
 }
 
  #sidebar .widget .maps-from{
 	
	color: #999999;
	float:right;
	vertical-align: middle;
	line-height: 18px;
	margin-right: 8px;
	
 }
 
 #sidebar .widget_taofreytagberndtwidget .logo-wrap{
 	
	margin-right: 7px;
	float: left;
 }
 
  #sidebar .widget_taofreytagberndtwidget .logo{
  	
	height: 40px;
	width: 31px;
	background: transparent url('images/freytag_und_berndt_small.png') no-repeat;
  }
 
 #sidebar .widget_taofreytagberndtwidget a{
 	
	margin-top: 20px;
	display: block;
	text-decoration: none;
 } 
 
  #sidebar .widget_taofreytagberndtwidget h3{
  	
	margin-bottom: 20px;
  }
  
  #sidebar .widget_taofreytagberndtwidget .name{
  	
	line-height: 14pt;
  }
  
  #sidebar .widget_taofreytagberndtwidget .buy{
  	
	color: #999999;	
  }
 
 #sidebar .widget_taofreytagberndtwidget .map-number{
 	
	font-size: 6pt;
	border:solid 1px;
	border-color: #999999;
	text-align:center;
	width: 29px;
	
	
 }
 
 /**
  * styles for gütesiegel
  */
 
 img.gsv-logo{
 	
	width: 87px;
	height: 95px;
	position:absolute;
	top:-13px;
	right: 230px;
 }
