/*
 * CSS - stylesheet.css for werner-faymann.at
 * @version 1.2
 * @author Peter Wenzl
 *
 **/

/* general styles */

html, body, div, form, ul, li {
	margin: 0;
	padding: 0;
}

html,body {
	background-color: #D8D2C1;
	color: #000000;
}

img {
	border: 0px;
}

a {
	color: #8C3F3F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	font-weight: bold;
}

h1 {
	margin-top: 0px;
	font-size: 1.7em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif
}

h2 {
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
}

h1 a, h2 a, h3 a,
h1 a:visited, h2 a:visited, h3 a:visited {
	color: #000000;
}

ul {
	list-style-type: square;
}

li {

}

p.quote {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	text-align: center;
}

p.quotebig {
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 5px;
}

#whitetop {
	height: 20px;
	background-color: #ffffff;
}

.whiteleft {
	width: 20px;
	height: 100%;
	background-color: transparent;
	float: left;
}



/* top */

#toparea { 
	height: 160px;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#logo {
	width: 475px;
	height: 160px;
	
}

#topnav {
	height: 95px;
	position: absolute;
	top: 0px; 
	left: 385px;
}

#topnav a {
	text-decoration: none;
	color: #000000;
}

.topnavbox {
	width: 147px; /* 160px; */
	border-left: 5px solid #C4BDA8;
	padding-left: 0px;
	padding-top: 35px;
	float: left;
}

.topnavbox li {
	list-style-type: none;
}


#toplang {
	position: absolute;
	top: 1px;
	left: 845px;
	width: 128px;
	z-index: 100;
}

#toplang li {
	list-style-type: none;
	float: left;
	margin-left: 2px;
	color: #CDC8B5;
}

#toplang ul li { 
	width: 29px;
	height: 22px;
	overflow: hidden;
}

#toplang ul li a {
		display:block;
		padding-top: 22px;
		overflow: hidden;
		height: 0px !important; 

}

#toplang li.selected {
	background-color: #000000;
}

#toplinks {
	position: absolute;
	top: 140px; /* 160px; */
	width: 970px;
	text-align: right;
}


#toplinks li {
	list-style-type: none;
	float: right;
	margin-left: 10px;
	color: #898677;
}

#toplinks a {
	color: #898677;
}

#shadowstart {
	background-image: url(body_shadow_start.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 15px;
	position: absolute;
	top: 160px;
	left: 971px;
	z-index: 100;
}

#mediaarea {
	background-color: red;
	width: 580px;
	height: 265px;
	padding: 20px;
	padding-left: 40px;
}


#topnav ul li { 
	width: 147px;
	height: 22px;
}

#topnav ul li a {
		display:block;
		padding-top: 22px;
		overflow: hidden;
		height: 0px !important; 

}

/* navigation */



#nav_versprochen a,
#nav_versprochen a:link,
#nav_versprochen a:visited
{
	background-image: url(nav_versprochen.gif);
}

#nav_versprochen a:hover, 
#nav_versprochen a:focus,
#nav_versprochen a:active,
#nav_versprochen a.active
{
	background-image: url(nav_versprochen_aktiv.gif);
}



#nav_ueber a,
#nav_ueber a:link,
#nav_ueber a:visited 
{
	background-image: url(nav_ueber.gif);
}

#nav_ueber a:hover, 
#nav_ueber a:focus,
#nav_ueber a:active,
#nav_ueber a.active
{
	background-image: url(nav_ueber_aktiv.gif);
}

#nav_positionen a,
#nav_positionen a:link,
#nav_positionen a:visited 
{
	background-image: url(nav_positionen.gif);
}

#nav_positionen a:hover, 
#nav_positionen a:focus,
#nav_positionen a:active,
#nav_positionen a.active
{
	background-image: url(nav_positionen_aktiv.gif);
}

#nav_news a,
#nav_news a:link,
#nav_news a:visited 
{
	background-image: url(nav_news.gif);
}

#nav_news a:hover, 
#nav_news a:focus,
#nav_news a:active,
#nav_news a.active
{
	background-image: url(nav_news_aktiv.gif);
}

/* Termine hinzugefügt 01.09.08, Markus Pindeus */

#nav_termine a,
#nav_termine a:link,
#nav_termine a:visited 
{
	background-image: url(nav_termine.gif);
}

#nav_termine a:hover, 
#nav_termine a:focus,
#nav_termine a:active,
#nav_termine a.active
{
	background-image: url(nav_termine_aktiv.gif);
}

#nav_tour a,
#nav_tour a:link,
#nav_tour a:visited 
{
	background-image: url(nav_tour.gif);
}

#nav_tour a:hover, 
#nav_tour a:focus,
#nav_tour a:active,
#nav_tour a.active
{
	background-image: url(nav_tour_aktiv.gif);
}


#nav_videos a,
#nav_videos a:link,
#nav_videos a:visited 
{
	background-image: url(nav_videos.gif);
}

#nav_videos a:hover, 
#nav_videos a:focus,
#nav_videos a:active,
#nav_videos a.active
{
	background-image: url(nav_videos_aktiv.gif);
}

#nav_fotos a,
#nav_fotos a:link,
#nav_fotos a:visited
{
	background-image: url(nav_fotos.gif);
}

#nav_fotos a:hover,
#nav_fotos a:focus,
#nav_fotos a:active,
#nav_fotos a.active
{
	background-image: url(nav_fotos_aktiv.gif);
}



#nav_unterstuetzerinnen a,
#nav_unterstuetzerinnen a:link,
#nav_unterstuetzerinnen a:visited
{
	background-image: url(nav_unterstuetzer.gif);
}


#nav_unterstuetzerinnen a:hover,
#nav_unterstuetzerinnen a:focus,
#nav_unterstuetzerinnen a:active,
#nav_unterstuetzerinnen a.active
{
	background-image: url(nav_unterstuetzer_aktiv.gif);
}

#nav_medien a,
#nav_medien a:link,
#nav_medien a:visited
{
	background-image: url(nav_medien.gif);
}

#nav_medien a:hover,
#nav_medien a:focus,
#nav_medien a:active,
#nav_medien a.active
{
	background-image: url(nav_medien_aktiv.gif);
}

#nav_newsletter a,
#nav_newsletter a:link,
#nav_newsletter a:visited
{
	background-image: url(nav_newsletter.gif);
}

#nav_newsletter a:hover,
#nav_newsletter a:focus,
#nav_newsletter a:active,
#nav_newsletter a.active
{
	background-image: url(nav_newsletter_aktiv.gif);
}



#lang_d a,
#lang_d a:link,
#lang_d a:visited 
{
	background-image: url(toplang_d.gif);
}

#lang_d a:hover, 
#lang_d a:focus,
#lang_d a:active,
#lang_d a.active 
{
	background-image: url(toplang_d_aktiv.gif);
}

#lang_e,
#lang_e a:link,
#lang_e a:visited 
{
	background-image: url(toplang_e.gif);
}

#lang_e a:hover, 
#lang_e a:focus,
#lang_e a:active,
#lang_e a.active
{
	background-image: url(toplang_e_aktiv.gif);
}

#lang_tur a,
#lang_tur a:link,
#lang_tur a:visited 
{
	background-image: url(toplang_tur.gif);
}

#lang_tur a:hover, 
#lang_tur a:focus,
#lang_tur a:active,
#lang_tur a.active
{
	background-image: url(toplang_tur_aktiv.gif);
}

#lang_bks a,
#lang_bks a:link,
#lang_bks a:visited 
{
	background-image: url(toplang_bks.gif);
}

#lang_bks a:hover, 
#lang_bks a:focus,
#lang_bks a:active,
#lang_bks a.active
{
	background-image: url(toplang_bks_aktiv.gif);
}


/* body */

#body {
	width: 975px; /* 950 + whiteleft + 5px shadow */
	height: 100%;
	background-color: #ffffff;
	background-image: url(body_shadow.gif);
	background-position: 971px 0px;
	background-repeat: repeat-y;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* 0.7em */
}

#bodytop {

}

#bodytopleft {
	height: 330px;
	width: 660px;
	float: left;
}

#bodytopright {
	float: right;
	height: 300px;
	width: 285px;
	padding-top: 20px;
	padding-right: 10px;
	vertical-align: bottom;
}

#spoe {
	margin-top: -15px;
	height: 35px;
	text-align: right;
}

#bodytopright div.start {
	vertical-align: middle;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bodytopright div.page {
	vertical-align: bottom;
	height: 278px;
}

#bodycontent {
	clear: both;
	width: 970px;
}

#subnav {
	width: 250px;
	height: 120px;
	border-left: 5px solid #ABA693;
	padding-left: 10px;
	margin-top: 80px;
	padding-bottom: 30px;
}

#subnav a {
	text-decoration: none;
	color: #000000;
}

#subnav li {
	list-style-type: none;
	color: #000000;
	height: 20px;
}

input.search {
	height: 15px;
	width: 240px;
	border: 1px solid #ABA693;
}


#bodyleft {
	width: 460px;
	float: left;
	padding-right: 20px;
}

#bodyleftfull {
	width: 640px;
	float: left;
	padding-right: 20px;
}


#bodymiddle {
	width: 180px;
	float: left;
}


#bodyright {
	width: 285px;
	float: right;
	padding-right: 5px;
}

.bodyleftblockstart {
	border-left: 15px solid #CDC7B5;
	padding-left: 10px;
	margin-left: 40px;
}

.middleblock {
	background: url(box_bg.gif) repeat-x #ffffff;
	background-position: bottom;
	padding: 10px;
	padding-bottom: 20px;
}

.bodymiddleblock {

}

.bodymiddleblock a {
	color: #8C3F3F;
}

.spacediv {
	height: 15px;
	clear: both;
}

.spacediv10 {
	height: 10px;
	clear: both;
}

.dividor {
	width: 100%;
	height: 5px;
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.feedblock {
	width: 240px;
	padding: 15px;
	padding-top: 0px;
/*	height: 120px; /* 125px; */
	background: url(box_bg.gif) repeat-x #ffffff;
	background-position: bottom;
}



.rightBoxHeader
{
	background:#a90c11; 
	width:254px; 
	padding-top:4px; 
	padding-bottom:4px; 
	padding-left:10px; 
	padding-right:6px;
}


.rightBoxHeader a
{
	color:#ffffff; 
	font-weight:bold;
}

.rightBoxHeaderTitel
{
	border-bottom:1px solid #a90c11; 
	width:254px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:6px;
}

.rightBoxHeaderLinks
{
	color:#ffffff; 
	font-weight:bold;
	background:#a90c11; 
	width:254px; 
	padding-top:4px; 
	padding-bottom:4px; 
	padding-left:10px; 
	padding-right:6px;
}

.rightBoxLinks
{
	border-bottom:1px solid #a90c11; 
	width:254px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:6px;
	background: url(box_bg.gif) repeat-x #ffffff;
	background-position: bottom;
}



.album {
	height: 100% !important;
}


.feedelement {
	border: 2px solid #CDC8B5;
	width: 73px;
	margin-top: 15px;
}

.feednavigator {
	background-color: #CDC8B5;
	color: #ffffff;
	height: 18px;
	width: 270px;
	margin-top: 3px;
}

.feednavigatorleft {
	float: left;
	width: 16px;
}

.feednavigatormiddle {
	float: left;
	text-align: center;
	width: 238px;
}

.feednavigatorright {
	float: right;
	width: 16px;
}

.newsnavigator {
	background-color: #ffffff;
	color: #ffffff;
	height: 120px;
	width: 416px;
	margin-top: 3px;
	margin-left: 40px;
}

.newsnavigatorleft {
	float: left;
	width: 15px;
}

.newsnavigatormiddle {
	background-color: #ffffff;
	background-image: url(box_bg.gif);
	width: 340px;
	height: 100px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	padding: 20px 20px 0px 20px;
	margin-left: 3px;
	margin-right: 3px;
}

.newsnavigatorright {
	float: right;
	width: 15px;
}

.newsnavigatorbig {
	background-color: #ffffff;
	color: #ffffff;
	height: 120px;
	width: 620px;
	margin-top: 3px;
	margin-left: 40px;
}

.newsnavigatorbigmiddle {
	background-color: #ffffff;
	background-image: url(box_bg.gif);
	width: 544px;
	height: 100px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	padding: 10px 20px;
	margin-left: 3px;
	margin-right: 3px;
}


.newselement {
	border: 2px solid #CDC8B5;
	width: 100px;
	height: 70px;
}

#newsblocks {
	width: 420px;
	margin-left: 40px;
}

.newsblock {
	background-color: #ffffff;
	background-image: url(box_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 185px;
	height: 165px;
	float: left;
	padding: 10px;
}

.newsblockdiv {
	width: 10px; 
	float: left;
}

.uebernavigator {
	background-color: #ffffff;
	color: #ffffff;
	height: 90px;
	width: 270px;
	margin-top: 3px;
}

.uebernavigatorleft {
	float: left;
	width: 15px;
}

.uebernavigatormiddle {
	background-color: #ffffff;
	background-image: url(box_bg.gif);
	color: #000000;
	width: 214px;
	height: 70px;
	float: left;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	margin-left: 3px;
	margin-right: 3px;
}

.uebernavigatorright {
	float: right;
	width: 15px;
}


#footer {
	clear: both;
	height: 60px;
	padding-top: 70px;
	width: 970px;
	background-image: url(box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: bottom;
	color: #ABA693;
}

#footerline {
	text-align: center;
	vertical-align: bottom;
	color: #ABA693;

}

.articlelist {
	margin-left: 40px;
}
.entry { margin-left:40px; margin-top: 20px; }
.entry h2 {	
	margin-bottom: 10px;
	color:#000;
}
.entry a {
	color:#000;
	text-decoration:none;
}
.entry img {
	width: 180px;
	height: 120px;
	border-right: 15px solid #CDC8B5;
	margin-right: 15px;
	float: left;
	
}
.entry .date {
	clear: both;
	
}
.articlelistimage {
	width: 140px;
	height: 95px;
	border-right: 15px solid #CDC8B5;
	margin-right: 15px;
	float: left;
}

.article {

}

.articlelead {
	margin-left: 40px;
	border-left: 15px solid #CDC8B5;
	padding-left: 20px;
	margin-bottom: 20px;
}

p.leadin {
	font-size: 1.1em;
}

.articlebody {
	margin-left: 75px;
}

.articlebody h3 {
	color: #8C3F3F;
}

.backlink {
	margin-top: 30px;
}

.backlink a {
	color: #898677;
	background-image: url(backlink.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

ul.sitemap li {
	margin-left: 15px;
}

ul.sitemap li a, ul.sitemap li a:visited {
	color: #000000;
}

/* other stuff */
#searchstring_label { display: none; }

.hide {
	position: absolute;
	top: -5000px;
	left: -1000px;
	width: 20px;
}

.preloader {
	padding-top: 30px;
	color: #cdc8b5;
}
.rightBoxHeaderLinks a
{
	color:#FFFFFF;
}
.karte {
	text-align:center;
	width:270px;
	padding-top:10px;
	background-color:#f3f2ef;
}
.rss_items {
	margin-left:10px;
}
