	/*
	Theme Name: Trauer
	Description: 
	Author: Fleurop AG, based on the work of Tim Logemann, Aaron T. Grogg, Paul Irish, Divya Manian, and Elliot Jay Stocks
	Version: 1.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

@font-face {
    font-family: 'footlight';
    src: url('font/footlight_mt_light.eot');
    src: url('font/footlight-mt-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}
strong, b {
	font-weight: normal;
	font-family: 'latobold';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font-size: 12px; } /* Hack retained to preserve specificity */

pre, code, kbd, samp { font-family: monospace, sans-serif; }
/* pre, code, kbd, samp { font-family: aleoregular; } */

/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 0px; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

textarea { overflow: auto; vertical-align:text-top; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */

/**
 * Primary styles
 *
 * Author:
 */


/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { 
	text-align:center;
}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/


.hasRCorners, .primary img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0px;
}
.clearer {
	clear : both;
}
html,body {
	font-family: 'latoregular', sans-serif;
}
body {
	background: #f3f1ea url(i/bg-body.jpg) repeat-y 0 0;
}
#wrap {
	width : 1200px;
	margin : 0 auto;
	position: relative;
}

header {
	background: transparent url(i/header.png) no-repeat center top;
	height : 400px;
	position: relative;
}

header h1 {
	display: block;
	position: absolute;
	top : 100px;
	left : 125px;
	width : 950px;
	height : 230px;
}
header a {
	display: block;
	height : 100%;
}
header a span{
	display: none;
}
header p{
	display: none;
}

#skip {
	display: none;
}
#access {
	float: left;
	width : 100%;
	background: url(i/header.png) no-repeat center bottom;
	overflow : hidden;
	margin-bottom: 0px;
}
#access .menu {
	float: left;
	width : 100%;
	/*background: #fff;*/
	padding : 0;	
	height : 54px;
	overflow : hidden;
}
#access .menu ul {
	float: left;
	width : 100%;
}
#access .menu li {
	float: left;
	padding : 0 14px;
	margin : 6px 0 8px 0;
	background: transparent url('i/nav-separator.png') no-repeat left center;
}
#access .menu li:first-child {
	padding-left: 15px;
	background-image: none;
}
#access .menu li a{
	font-family: "aleobold",Georgia;
	font-size: 18px;
	color : #000;
	display: block;
	line-height:1.2em;
	padding : 4px 8px 2px 8px;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	letter-spacing: .03em;
}
#access .menu li a:hover, 
#access .menu li.current-menu-item a,
#access .menu li.current-page-ancestor a {
	background: #000;
	color : #fff;
	
}
#access .menu ul {
	
}
#content {
	padding-bottom: 40px;
	float: left;
	width : 100%;
	font-size : 12px;
	color : #666666;
	line-height: 1.5em;
	
}
.primary {
	float: left;
	width : 950px;
	background: #f3f1ea url(i/bg-transparent.jpg) repeat-y 0 0;
	margin-left: 125px;
}
#main {
/*	background-color: #CCC; */
	background: #f3f1ea url(i/bg-transparent.jpg) repeat-y 0 0;
	float: left;
	width : 950px;
	margin-left: 125px;
	padding-bottom: 1710px;
}

#main ul{
	margin : 0;
	padding : 0;
}

#main h3, .primary h3.headline{
	/*background: transparent url('i/icon-headline.png') no-repeat left center;*/
	padding-left: 0px;
	text-transform: uppercase;
	color : #786d64;
	letter-spacing: .2em;
	font-weight: normal;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-top: 20px;
	clear : both;
	font-size: 12px;
}

#navigation-service {
	position: absolute;
	top : 18px;
	right : 10px;
}
#navigation-service {
	text-align: right;
}
#navigation-service li{
	display: inline;
	/*border-left: 1px solid #999;*/
	padding-left: 10px;
	padding-right: 5px;
}
#navigation-service li:first-child{
	border-left: none;
}

#navigation-service li a{
	font-size: 12px;
	color : #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 125px;
}
#navigation-service li a:hover{
	color : #FF9326; /* orange */
}

#navigation-service li a:active, a:visited{
	color: #000;
}


/* Sidebar
---------------------------------------- */
aside ul, #main ul{
	list-style: none;
}


/* Footer
---------------------------------------- */
.footer-bottom {
	clear : both;
	width : 950px;
	margin-left: 125px;
/*	background: #666666; */
/*	background: #f3f1ea url(i/footer-partner.png) repeat-y 0 0;*/
	padding-top: 0px;
/*	position: relative; */
	/*top: 2460px;*/
}
.footer-bottom #logo-again {
	background: url(i/sprite.png) no-repeat center -28px;
	position: absolute;
	height : 115px;
	top : -114px;
	left : 0;
	width : 940px;
	float: none;
	margin-left: 0;
}
.footer-wrapper {
	clear : both;
}
.footer-item {
	width : 940px;
	margin : 0 auto;
}
#wrap-sitemap {
	background: #666666;
}

#sitemap{
	list-style: none;
	position: relative;
	padding: 25px 0 20px 0;
}
#sitemap ul{
	list-style: none;
	margin-left: 0;		
}
#sitemap li:first-child {
	margin-left: 215px;
}
#sitemap li li:first-child {
	margin-left: 0;
}
#sitemap li{
	width : 144px;
	float: left;
	margin-left: 50px;
	padding-bottom: 20px;
	line-height: 1.2em;
}
#sitemap li .iam-minion-pro{
	font-size: 18px;
	color : #333333;
	display: block;
	background: url(i/sprite.png) no-repeat right bottom;
	padding-bottom: 8px;
}

#sitemap li.legal{
	position: absolute;
	top : 130px;
	left : 530px;
}

#sitemap li li{
	margin-left: 0;
	float: none;
	padding-bottom: .1em;
/*	background: url(i/sprite.png) no-repeat left bottom; */
	padding: 4px 0 8px 0;
}
#sitemap li li a{
	font-size: 12px;
	color : #ffffff;
	text-decoration: none;
}
#sitemap li li a:hover{
	color : #ff9326;
}

/* social
---------------------------------------- */
.social-links a{
	display: block;
	width : 77px;
	height : 18px;
	text-indent: -2000em;
	overflow: hidden;
	margin : 5px 0;
}
#sm-facebook {
	background: url(i/sprite.png) no-repeat -3px -205px;
}
#sm-facebook:hover {
	background-position: -103px -205px;
}
#sm-twitter {
	background: url(i/sprite.png) no-repeat -3px -244px;
}
#sm-twitter:hover {
	background-position: -103px -244px;
}

#sm-flickr {
	width : 55px;
	background: url(i/sprite.png) no-repeat 0px -284px;
}
#sm-flickr:hover {
	background-position: -99px -284px;
}

#sm-youtube {
	background: url(i/sprite.png) no-repeat 0px -323px;
	width : 39px;
}
#sm-youtube:hover {
	background-position: -98px -323px;
}

/* ende
---------------------------------------- */
#presenter-wrap {
	background: #FF9326;	
}
#presenter{
	
	text-align: center;
	color : #fff;
	padding : 0.2em 0 0.2em 0;
}
footer #presenter a{
	color : #786D64;
}
footer #presenter a:hover {
	color : #fff;
}

/* sidebar
---------------------------------------- */
.schedule a{
	background: #c3beb4;
	padding : 4px 0 4px 0;
	margin-bottom: 6px;
	display: block;
	text-decoration: none;
	line-height: 1.4em;	
	text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
}
.schedule strong {
	font-weight: normal;
	font-family: "aleobold";
}
.schedule a:hover{
	background: #000;
	color : #fff;
}
.schedule a span{
	display: block;
	text-align: center;
	color : #000;
}
.schedule a:hover span{
	color : #fff;
}
.schedule a .date {
	font-family: "aleoregular";
	font-size: 24px;
	text-decoration: none;
	line-height:1.2em;
}

#content .schedule a:hover .date {
	color : #fff;	
}
.schedule a .location {
	font-family: 'aleoregular';
	font-size: 16px;
	text-decoration: none;
	line-height: 1.3em;
}

.ticketclick a{
	background: #C3D2B6;
	padding : 4px 0 4px 0;
	margin-bottom: 40px;
	display: block;
	text-decoration: none;
	line-height: 1.4em;	
	text-shadow: 1px 1px 2px rgba(255,255,255,0.8)
}

.ticketclick a:hover{
	background: #D90000;
	color : #fff;
}

.ticketclick a span{
	display: block;
	text-align: center;
	color : #000;
}
.ticketclick a:hover span{
	color : #fff;
}

.ticketclick a .info {
	font-family: 'aleoregular';
	font-size: 16px;
	color:#000;
	text-decoration: none;
	line-height: 1.3em;
}

.fergcorp_countdownTimer_event_li{
	font-family: 'aleoregular';
	font-size: 16px;
	background: #EFCCC6;
	padding : 4px 0 4px 0;
	margin-bottom: 6px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1.8em;	
	color: #000000;
}

abbr.fergcorp_countdownTimer_event_time{
	border-bottom: 0px dotted;
	cursor: auto;
}

/* Teilnehmer
---------------------------------------- */
.teaser-teilnehmer {
	margin : 0;
	padding : 0;
}

.teaser-teilnehmer li{
	width : 310px;
	height : auto;
	margin: 0 0 5px 5px;
	background: #ccc;
	float: left;
	clear : none;
	background: transparent url('i/sprite_startseite_rubriken.png') no-repeat 0 0;
	z-index: 60;
}

#t49 {/*Erste Schritte*/
	background-position: 0px 0px;
	height: 860px;
	position: absolute;
	top: 420px;
	left: 125px;
}
#t49:hover,#t49.hover,.postid-49 #t49 {/*Erste Schritte*/
	background-position: -310px 0px;
	top: 420px;
	left: 125px;
}

#t50 {/*Vorsorge*/
	background-position: 0px -860px;
	height: 469px;
	position: absolute;
	top: 420px;
	left: 440px;
}
#t50:hover,#t50.hover,.postid-50 #t50 {/*Vorsorge*/
	background-position: -310px -860px;
	height: 469px;
}

#t69 {/*Kondolenz*/
	background-position: 0px -1330px;
	height: 570px;
	position: absolute;
	top: 420px;
	left: 760px;
}
#t69:hover,#t69.hover,.postid-69 #t69 {/*Kondolenz*/
	background-position: -310px -1330px;
	height: 570px;
}

#t70 {/*Trauerkulturen*/
	background-position: 0px -1900px;
	height: 800px;
	position: absolute;
	top: 1290px;
	left: 125px;
}
#t70:hover,#t70.hover,.postid-70 #t70 {/*Trauerkulturen*/
	background-position: -310px -1900px;
}

#t71 {/*Floristik*/
	background-position: 0px -2700px;
	height: 650px;
	position: absolute;
	top: 900px;
	left: 440px;
}
#t71:hover,#t71.hover,.postid-71 #t71 {/*Floristik*/
	background-position: -310px -2700px;
}

#t72 {/*Friedhof*/
	background-position: 0px -3351px;
	height: 439px;
	position: absolute;
	top: 1000px;
	left: 760px;
}
#t72:hover,#t72.hover,.postid-72 #t72 {/*Friedhof*/
	background-position: -310px -3351px;
}

#t73 {/*Bestattungsarten*/
	background-position: 0px -3790px;
	height: 530px;
	position: absolute;
	top: 1560px;
	left: 445px;
}
#t73:hover,#t73.hover,.postid-73 #t73 {/*Bestattungsarten*/
	background-position: -310px -3790px;
}

#t74 {/*Kontakte*/
	background-position: 0px -4320px;
	height: 640px;
	position: absolute;
	top: 1450px;
	left: 760px;
}
#t74:hover,#t74.hover,.postid-74 #t74 {/*Kontakte*/
	background-position: -310px -4320px;
}

.teaser-teilnehmer li:hover,
.teaser-teilnehmer li.hover {
	background: transparent url('i/sprite_startseite_rubriken.png') no-repeat 0 -110px;
}
.teaser-teilnehmer li.first-in-row{
	margin-left: 0;
}
.teaser-teilnehmer h4 {
	display: none;
	position: absolute;
	top : 92px;
	left:-40px;
	width : 180px;
	text-align: center;
	/*background: url('i/arrow-t-teaser.png') no-repeat top center;*/
	padding-top: 9px;
	z-index : 30;
	
}
.teaser-teilnehmer a{
	width : 100%;
	height : 100%;
	/*background: url('i/hover-teilnehmer-teaser.png') no-repeat bottom center;*/
	display: none;
	z-index : 20;
}

.postid-49 #t49 a, /*Erste Schritte*/
.postid-50 #t50 a, /*Vorsorge*/
.postid-69 #t69 a, /*Kondolenz*/
.postid-70 #t70 a, /*Trauerkulturen*/
.postid-71 #t71 a, /*Floristik*/
.postid-72 #t72 a, /*Friedhof*/
.postid-73 #t73 a, /*Bestattungsarten*/
.postid-74 #t74 a, /*Kontakte*/


.teaser-teilnehmer li:hover a{
	display: block;

}
.teaser-teilnehmer li:hover h4 {
	z-index : 50;
	display: block;
}
/*.teaser-teilnehmer h4 strong{
	color : #fcd800;
	font-weight: normal;
	font-size: 15px;
	display: block;
	background: #000;
	padding: 12px 0 0 0;
}
.teaser-teilnehmer h4 span{

	color : #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
	background: #000;
	padding-bottom: 10px;
}*/
}
#t3 {
	background: transparent url('i/teilnehmer-teaser-sprite.png?ver=1.1') no-repeat 0 0;
}
#t3:hover {
	background-position: 0 -120px;
}

.section-headline {
	margin-top: 2em;
}


/* .single-teilnehmer .schedule, */
.single-teilnehmer .teilnehmer h3{
	display: none;
}
#main .teilnehmer h3 {
	padding-left: 0;
	background-image: none;
}
.single-teilnehmer .teaser-teilnehmer	 {
	padding-top: 41px;
}

.steckbrief, 
.steckbrief li {
	list-style: none;
	margin-left: 0;
	line-height: 1.4em;
}
.primary .steckbrief {
	margin-bottom: 1.9em;
	margin-top: .5em;
}
.steckbrief li {
	padding : 8px 10px;
}

.steckbrief li.odd {
	background: #E9E6DF url(i/news-separator.png) no-repeat center top;
}
.steckbrief li strong{
	display: block;
}
.steckbrief li span{
	display: block;
}

/* Sponsoren
---------------------------------------- */

aside .teaser-sponsoren, #main .teaser-sponsoren{
	float: left;
	width : 100%;
}
aside .teaser-sponsoren li, #main .teaser-sponsoren li{
	width : 160px;
	height : 120px;
	float: left;
	position: relative;
	clear : none;
	margin: 0 0 20px 0;
}
#main .teaser-sponsoren li.first-in-row, aside .teaser-sponsoren li {
	margin-right : 20px;
}
aside .teaser-sponsoren li img, #main .teaser-sponsoren li img{
	display: block;
	padding : 0 20px;
}
aside .teaser-sponsoren li a, #main .teaser-sponsoren li a {
	background: url('i/bg-sponsoren.png') top left;
	display: block;
	height : 100%;
}

/* Blog
---------------------------------------- */
.blog .primary {
	
}

.entry-date {
	font-size: 16px;
	color : #000;
	float: left;
	border-right: 1px solid #999;
	width : 92px;
	margin-right: 13px;
	line-height:22px;
}
h2{
	line-height:1.2em;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: 'aleoregular';
	color : #000;
	font-weight: normal;
}
.primary .teilnehmer {
	position: relative;
	padding-top: 100px;
}

h2.teilnehmer-title {
	height : 84px;
	background: transparent url('i/sprite-laender.png?ver=1.1') no-repeat top left;
	position: absolute;
	top : 0;
	left : 0;
	width : 100%;
	line-height:1.0em;
	margin-bottom: 0;
}
	
h2.teilnehmer-title strong{
	padding-top: 1em;
	font-weight: normal;
	display: block;
	margin : 0 50px;
	text-align: center;
	margin-bottom : .2em;
	font-size: 19px;

}
h2.teilnehmer-title span{
	font-size: 13px;
}

h2.teilnehmer-title span{
	display: block;
	margin : 0 50px;
	text-align: center;
	
}
h2.section-headline {
	text-align: center;
	margin-bottom: .3em;
}

h2.entry-title {
	text-align: left !important;
}

.blog h2.entry-title, .home.page h2.entry-title {
	width : 400px;
	float: left;
	text-align: left !important;
}
.home.page .hilights h2.entry-title {
	width : 100%;
}

.primary .entry-title a{
	font-size: 16px;
	font-weight: normal;
	color : #000;
	text-decoration: none;
	font-family: 'aleoregular';
}
.primary .entry-title a:hover{
	text-decoration: underline;
}

.news .post {
	clear : both;
	width : 100%;
	background: transparent url(i/news-separator.png) no-repeat center bottom;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.page.page-id-36 article{
	background: transparent url(i/news-separator.png) no-repeat center bottom;
}

.single-post .post{
	background: transparent url(i/news-separator.png) no-repeat center bottom;
	padding-bottom: 40px;
}
article {
	background-image: none;
}

.entry-image {
	width : 220px;
	height : 124px;
	background: #ddd;
	float: left;
	margin-right: 20px;
}

.entry-text {
	margin-top: -.3em;
}

.entry-text-image {
	float: left;
	width : 300px;
}


.entry-content {
	clear : both;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #555555;
}

.entry-content h3 {

}

.go-to-archive {
	font-family: "aleoregular";
	clear : both;
	background: transparent url(i/news-separator.png) no-repeat center bottom;
	text-align: center;
	font-size: 14px;
	padding-bottom : 18px;
	margin-top: -10px;
	margin-bottom: 30px;
	float: none;
	
}
.go-to-archive a{
	text-decoration: underline;
	font-size: 14px;	
	color : #999999;
}
.go-to-archive a:hover{
	text-decoration: underline;
	color : #000;
}
/* single
---------------------------------------- */
.single-image {
	margin-bottom: 20px;
}
h2.entry-title.entry-title-single, .page .primary h2{
	text-align: center;
	font-size: 18px;
}
.entry-meta-single {
	text-align: center;
	margin-bottom: .4em;
	font-size: 16px;
	color : #786D64;
	font-family: "aleoregular";
}
/* Nav below
---------------------------------------- */
#nav-below {
	position: relative;
	clear : both;
	font-family: "aleoregular";
	background: transparent url(i/news-separator.png) no-repeat center bottom;
	padding-bottom: 18px;
	margin-top: 18px;
}

#nav-below .nav-previous {
	position: absolute;
	left : 0;
	top : 0;
}

#nav-below .nav-top {
	text-align: center;
}

#nav-below .nav-next {
	position: absolute;
	right : 0;
	top : 0;
}
#content #nav-below a{
	font-size: 15px;
}

.entry-content table {
	width : 100%;
	margin : 1.3em 0;
}

th.first {
	width : 35px;
}
th.second {
	width : 100px;
}
th.third {
	width : 139px;
}
th.fourth {
	width : 90px;
}
th.fifth {
	
}

.entry-content table thead th{
	background: #333333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;	
	color : #fff;
	font-weight: bold;
	text-align: left;
	padding : .3em .8em;	
}
.entry-content table td{
	padding : 1.0em .8em .3em;
	border-left: 0px solid #999;
}

.entry-content table tr td:first-child{
	border-left: none;
	width: 296px;
}
/* content
---------------------------------------- */

.primary p,
.primary ol,
.primary ul,
.primary dl{
	margin-bottom: .8em;
}

.primary a {
	color : #786D64;
	font-weight: bold;
}
.primary a:hover {
	color : #000;
}

.primary h3 {
	font-size: 30px;
	font-family: "footlight";
	font-style:normal;
	color: #555555;
	margin-bottom: .6em;
/*	padding-top: .4em; */
}
.primary h4 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: .3em;
}
/* formular
---------------------------------------- */
.wpcf7-textarea {
	width : 70%;
}
.wpcf7-submit {
	padding: 2px 10px;
}
/* Jury
---------------------------------------- */
	.jurylist {
		padding-bottom : 40px;
	}
	#content .jurymember h2{
		text-align: left;
		font-size: 14px;		
		margin-bottom: 2px;
		
	}
	.primary .jurymember {
		padding-top: 25px;
		margin-bottom: 8px;
		padding-bottom : 0;
	}
	.jurymember .entry-subheader {
		text-align: left;
		font-size: 13px;
		margin-bottom : 8px;
		font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	.primary h4.jury-gruppe {
		line-height: 1.2em;
		margin-bottom: 10px;
		font-size: 18px;
		font-family: 'aleoregular';
		text-align: center;
		color : #999;
	}
	.primary .jury-gruppe-info {
		margin-bottom: 10px;
	}
.jurylist article {
	background: transparent url(i/news-separator.png) no-repeat center top;
}
.jurylist .entry-image {
	margin-bottom: 15px;
}
.primary .jurylist ul {
	padding-top: 8px;
}
.primary .jurylist .entry-text-image {
	clear : both;
	width : 100%;
}
/* Image Page
---------------------------------------- */
.abstand-rechts {
	padding-right: 12px;
}

/*sidebar*/

.banner .banner-wrap {
	display: block;
	margin : 0 auto;
	width : 300px;
	padding-top: 30px; 

}
.banner strong {
	display : block;
	font-size : 10px;
	color : #999;
	font-weight : normal;
	line-height: 1.1em;
}
.banner a {
	display: block;
}

.sponsor-template .entry-content{
	margin-bottom: 60px;
}
.primary .page-sponsor {
	clear : both;	
	width: 100%;
	float: left;
	padding : 0;
	margin : 0;
	margin-bottom: 40px;
	
}




