/*
Theme Name: Ratgeberspiel.de
Theme URI: http://www.ludwig-jahn-design.de/
Description: Exklusives Theme f&uuml;r Wilfried Mario Just
Author: Ludwig&Jahn design GbR
*/


/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Farbton (Hintergrund): #ebd2a4
Farbton (Content Hintergrund): #ffffff
Farbton (Firmenfarbe Rot): #a74043
Farbton (Schrift): #414141
Farbton (Schrift, hell): #828282
Farbton (Sidebar Hintergrund): #fef3de
*/

/* Reset
--------------------------------------------------------------------------------------- */
* 
{
	padding: 0;
	margin: 0;
	border: 0;
}
/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html 
{
	
	background: #ebd2a4;
}

body 
{	
	background: #ebd2a4 url('images/bg.jpg') top center no-repeat;
	color: #333333;
	font-size: 75%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

html>body 
{
	font-size: 12px;
}

a:link 
{
	color: #ded8cb;
	text-decoration: none;
}

a:visited 
{
	color: #ded8cb;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/* gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */
a:focus 
{
    outline: none;
}


/* Vertikaler Rhythmus basierend auf 12px Basisgrš§e fŸr den Flie§text
--------------------------------------------------------------------------------------- */
p 
{
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;

}

h1 
{
	margin: 0;
	padding: 40px 0 0 0;
	float: left;
}

h1 span
{
	display: none;
}

h2 
{
	font: 2.5em/1em Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 5px;
}

.artikel h2 a, .artikel h2 a:visited, .artikel_voll h2 a, .artikel_voll h2 a:visited
{
	color: #333333;
	text-decoration: none;
}

.artikel h2 a:hover, .artikel_voll h2 a:hover
{
	color: #333333;
}

.page-title
{
	margin-left: 20px;
}

h3, #inhalt h3 
{
	font: 1.5em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 5px;
	margin-top: 2em;
	font-weight: bold;
}

h4 
{
	font: 1.17em/1.29em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
	font-weight: bold;
}

h4 span
{
	font: 1em Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
}

h5
{
	font: 2em/1.29em Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 1.29em;
	color: #595959;
}

#inhalt ol
{
	padding-left: 25px;
}

#social_bookmarks
{
	float:right;
	margin-right:20px;
	margin-top:13px;
}

#social_text
{
	text-align: right;
	margin-top: 13px;
}

.addthis_default_style .at300b, .addthis_default_style .at300m 
{
	padding: 0 4px; !important
}

.amazonlink
{
	display:block;
	margin-top:10px;
}

#bewertung h5, #aehnlich h5
{
	margin-left: 20px;
	margin-top: 20px;
}

#bewertung .ratingtext
{
	margin-top: 8px;
}

h6
{
	font: 2em/1.29em Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	margin-bottom: 30px;
	color: #a54040;
}

h6 span
{
	display: none;
}

h7
{
	font: 2em/1.29em Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 1.29em;
	color: #DED8CB;
}

/* Bilder und verlinkte Bilder ohne Rahmen 
--------------------------------------------------------------------------------------- */
img, a img 
{
	border: 0;
	display: block;
}

img.wp-smiley
{
	display: inline;
}

/* Links- bzw. Rechtsausrichtung fŸr Elemente
--------------------------------------------------------------------------------------- */
.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}



/* Layoutelemente
--------------------------------------------------------------------------------------- */
.wrap
{
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#content_wrapper
{
	width: 593px;
	float: left;
	overflow: hidden;
}

* html #content_wrapper
{
	width: 590px;
}

#header 
{
	clear: both;
}

#navigation 
{
	background: url('images/navi_bg2.png') 0 0 repeat-x;
	height: 54px;
	z-index: 999;
}

.clear
{
	clear: both;
}


/* Navigation
-------------------------------------------------------------- */
#navi, #navi ul, #navi li {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1; /*IE7 - Fix fŸr children z-index*/
	position: relative; /* ebenfalls */
}

#navi a {
	display: block;
	padding: 0px 20px 0px 20px;
}

#navi li a:hover , #navi li a.hover
{
	background: url('images/navi_bg2.png') 0 -54px repeat-x;
	color: #ffffff;
	text-decoration:none;
}

/*IE 7 Fix against sticky navi*/
#navi li:hover, #navi li.hover {
	position:static;
}

#navi li 
{
	float: left;
}

#navi li ul 
{
	position: absolute;
	width: 10em;
	left: -999em;
}

/*Hauptnavigationspunkte sind hšher als die UntermenŸpunkte*/

#navi ul li a 
{
	line-height: 48px;
}


#navi ul li ul li a 
{
	line-height: 35px;
}

/*Ende Hauptnavigationspunkte*/

#navi li ul li 
{
	background: #cf5a5a;
	width: 12em;
}

#navi li:hover ul , #navi li.hover ul
{
	left: auto;
}

#navi li ul ul 
{
	margin: -35px 0 0 12em;
}

/*Breite fŸr zweites UntermenŸ*/
#navi li ul ul li 
{
	width: 14em;
}

#navi, #navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navi li:hover ul ul, #navi li.hover ul ul
{
	left: -999em;
}

#navi li:hover ul, #navi li li:hover ul, #navi li.hover ul, #navi li li.hover ul
{
	left: auto;
}



#suche
{
	float: right;
	margin: 0;
	padding: 9px 0 0 0;
	position: relative;
}

#suche_error
{
	margin: 0;
	padding: 12px 0 0 0;
	position: relative;
}

#s
{
	background: #8a2d2d url('images/suchfeld.png') top left repeat-x;
	color:#ebc1c1;
	width: 220px;
	height: 15px;
	padding: 7px 0 7px 30px;	
}

#searchsubmit
{
	position: absolute;
	top: 16px;
	left: 10px;
}

#error_spacer #searchsubmit
{
	top: 19px;
}


#content 
{
	background: #ffffff url('images/content_schatten.png') top right no-repeat;
	border: 1px solid #ddb66c;
	clear: both;
	float: left;
	padding: 20px 0;
	width: 591px;
	margin-top: 50px;
	overflow: hidden;
	min-height: 1100px;
}

body.error404 #content, body.page-template-410-php #content 
{
	min-height: inherit;
	width: 958px;
}

body.error404 #content #bild404, body.page-template-410-php #content #bild404
{
	margin: 0 auto;
	margin-top: 20px;
}

body.error404 #content h2, body.page-template-410-php #content h2
{
	font-size: 3.33em;
	font-weight: bold;
	text-align: center;
}

body.error404 #content p, body.page-template-410-php #content p
{
	font:1.5em/1.67em Arial,Tahoma,Verdana,sans-serif;
}

#suche_404
{
	position:relative;
}

#suche_404 .button
{
	top: 8px;
}


.entry-content
{
	margin-left: 20px;
}

.single-post #content
{
	min-height: 800px;
}

* html #content
{
	width: 588px;
}

blockquote
{
	background:url("images/quote.png") no-repeat scroll 0 0 transparent;
	margin:15px 0 10px 20px;
	padding:6px 0 0 55px;
	width:400px;
}

blockquote p
{
	font: 1em/1.5em Georgia,Times New Roman,serif;
	font-style:italic;
	color: #4d4d4d;
}

.artikel
{
	border-bottom: 1px solid #e5e5e5;
	width: 551px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}

.werbung
{
	border-bottom: 1px solid #e5e5e5;
	width: 551px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.werbung p
{
	margin:0;
	padding:0;
}

.werbung img
{
	margin: 10px auto;
}

.grau
{
	color: #999999;
}

* html .artikel
{
	padding: 0;
}

.artikel h2
{
	width: 330px;
	text-align: left;
	float: left;
}

.artikel_voll
{
	width: 551px;
	padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
}

* html .artikel_voll
{
	padding: 0;
}

#content_wrapper ul
{
	margin-left: 30px;
}


.artikel a, .artikel a:visited, .artikel_voll a, .artikel_voll a:visited
{
	color: #a74141;
	text-decoration: underline;
}

.artikel a:hover, .artikel_voll a:hover
{
	color: #616161;
}

.thumbnail
{
	background: #f7f7f7;
	width: 164px;
	height: 164px;
	border: 1px solid #cccbb2;
	float: left;
	position: relative;
}

.thumbnail img
{
	margin: 0 auto;
	text-align: center;
	margin-top: 8px;
}

.artikel .banner, .artikel_voll .banner
{
	height: 135px;
	width: 136px;
	position: absolute;
	top: -4px;
	left: -6px;
	z-index: 999;
}

.artikel .empfehlenswert, .artikel_voll .empfehlenswert
{
	background: transparent url("images/empfehlenswert.png") 0 0 no-repeat;
}

.artikel .sehr_empfehlenswert, .artikel_voll .sehr_empfehlenswert
{
	background: transparent url("images/sehr_empfehlenswert.png") 0 0 no-repeat;
}
.download
{
	position: relative;
}

.download .typ
{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#artikel_bild
{
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #CCCBB2;
	float:left;
	margin: 0 15px 0px 0;
	padding:8px;
	/*width:220px;*/
}

.kommentarzahl
{
	background: transparent url('images/kommentarzahl.png') center center no-repeat;
	text-align: center;
	width: 30px;
	height: 24px;
	float: right;
	padding-top: 6px;
	margin-top: 8px;
}

.kommentarzahl a:link, .kommentarzahl a:visited
{
	text-decoration: none;
}

.kommentarzahl_grau
{
	color: #808080;
	font: 1em Arial, Tahoma, Verdana, sans-serif;
	text-shadow : #ffffff 1px 1px 2px;
}

* html .kommentarzahl_grau
{
	margin-top: -2px;
}

* + html .kommentarzahl_grau
{
	margin-top: -2px;
}


.kommentarzahl a, .kommentarzahl a:visited,
{
	color: #888088;
	text-decoration: none;
}

.kommentarzahl a:hover
{
	color: #888088;
	text-decoration: underline;
}


.excerpt
{
	margin-left: 13px;
	float: right;
	width: 372px;
}

#cat_heading
{
	font-size: 2.5em;
	margin-bottom: 5px;
}

#cat_float
{	
	float: left;
}


#alpha_heading
{
	font-size: 2.5em;
	margin-bottom: 20px;
}

#content_category 
{
	background: #ffffff url('images/content_schatten.png') top right no-repeat;
	border: 1px solid #ddb66c;
	clear: both;
	float: left;
	padding: 20px;
	width: 551px;
	margin-top: 0;
}
#category_heading, #alphabet_heading
{

	border-bottom: 3px solid #a54040;
	margin: 0 20px 20px 20px;
	overflow: hidden;
	width: 551px;
}

#category_heading .alphabetisch
{
	margin-top: 22px;
}

#alphabet_heading .chronologisch
{
	margin-top: 22px;
}


#in_cat
{
	color: #c98c8c;
}

span.veroeffentlicht
{
	color: #737373;
	font-size: 0.92em;
}

.mehr_lesen
{
	float: right;
}

.mehr_lesen a, .mehr_lesen a:visited, .mehr_lesen a:link, .download_laden a, .download_laden a:visited, .download_laden a:link
{
	background: transparent url('images/mehr_lesen.png') center left no-repeat;
	color: #828282;
	font: 1.33em Arial, Tahoma, Verdana, sans-serif;
	padding-left: 24px;
}

.download_laden
{
	margin-top: 10px;
}

#inhalt
{
	padding-top: 5px;
	font: 1em/1.6em Arial, Tahoma, Verdana, sans-serif;
}


#autor_pic
{
	background: #f7f7f7;
	width: 65px;
	height: 65px;
	border: 1px solid #cccbb2;
	padding: 4px;
	float: left;
}

#autor
{
	padding-top: 20px;
}

#mehr_autor a 
{
	background: transparent url('images/mehr_lesen.png') center left no-repeat;
	color: #999999;
	font: 1.17em Arial, Tahoma, Verdana, sans-serif;
	padding: 0 0 0 24px;
	float:left;
	margin-top: 20px;
}


#bewertung
{
	background: #fef9ed;
	border: 1px solid #d3a666;
	border-top: none;
	overflow: hidden;
	float: left;
	width: 591px;
}

* html #bewertung
{
	width: 588px;
}

#bewertung .ratingblock
{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* Gallerie im Artikel (ngg) */

div.gallerie
{
	position: relative;
	width: 550px;
	clear:both;
}

* html div.gallerie
{
	margin-left: 0;
}

div.foto
{
	float:left;
	margin-right:17px;
}

div.foto.last
{
	margin-right: 0;
}

div.foto img
{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	padding:10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.foto span
{
	display:block;
	height:137px;
	left:-5px;
	position:absolute;
	top:-5px;
	width:189px;
}

/*€hnliche Artikel*/

#aehnlich
{
	background: #fef9ed;
	border: 1px solid #d3a666;
	border-top: none;
	float: left;
	width: 591px;
	
}

* html #aehnlich
{
	width: 588px;
}

.aehnlich_pic
{
	background: #f7f7f7;
	width: 72px;
	height: 72px;
	border: 1px solid #9a8560;
	float: left;
	margin-right: 21px;
}

.aehnlich_pic.last
{
	margin:0;
}

#related_pics
{
	margin: 0 20px;
	margin-bottom: 20px;
	overflow: hidden;
}


#error_spacer
{
	margin:0 auto;
	width:570px;
	padding-bottom:40px;
}
/* Kommentare */

#kommentare
{
	background: transparent;
	clear: both;
	float: left;
	width: 593px;
	padding-top: 50px;
}

#kommentare a:link, #kommentare a:visited
{
	color: #A74141;
}

#kommentare_heading
{
	background: transparent url('images/kommentare.png') top left no-repeat;
	width: 214px;
	height: 28px;
	float: left;
}

.kommentar_schrieben_button
{
	background: transparent url('images/kommentar_schreiben.png') top left no-repeat;
	text-indent: -9999px;
	float: right;
	width: 170px;
	height: 30px;
}

.depth-1
{
	clear: both;
	background: #fef9ed;
	border: 1px solid #d9ad62;
	width: 531px;
	margin-left: 20px;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}

#kein_kommentar
{
	clear: both;
	background: #fef9ed;
	border: 1px solid #d9ad62;
	width: 551px;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}

.comment-reply-link
{
	background: transparent url('images/antworten_button.png') top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 85px;
	height: 23px;
}


.kommentar_ecke
{
	background: transparent url('images/kommentar_ecke.png') top left no-repeat;
	position: absolute;
	left: -21px;
	top: 15px;
	width: 21px;
	height: 42px;
}

.depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10
{
	background: #fef9ed;
	border: 1px solid #d9ad62;
	width: 511px;
	margin-left: 40px;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}

.antwort_ecke
{
	background: transparent url('images/antwort_ecke.png') top left no-repeat;
	position: absolute;
	left: 15px;
	top: -23px;
	width: 46px;
	height: 23px;
}

.kommentar_name
{
	font: 1.17em Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	display: block;
}

.kommentar_datum
{
	font: 0.83em Arial, Tahoma, Verdana, sans-serif;
	color: #808080;
	display: block;
}

.kommentar p, .antwort p
{
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0;
}

.kommentar a:link, .kommentar a:visited
{
	color: #A74141; 
}

#kommentar_schreiben_heading
{
	background: transparent url('images/kommentar_schreiben_heading.png') top left no-repeat;
	width: 368px;
	height: 33px;
	
}

#keine_kommentare_heading
{
	background: transparent url('images/keine_kommentare_heading.png') top left no-repeat;
	width: 320px;
	height: 34px;
	float: left;
}

#kommentar_schreiben
{
	background: #fef9ed;
	border:1px solid #DFDFDF;
	overflow:hidden;
	color: #5D5D5D;
}

#formular_spacer
{
	margin: 0 auto;
	margin-top: 20px;
	width: 551px;
	overflow: hidden;
}

#commentform p.input_block
{
	float:left;
	margin:10px;
	padding-bottom:0;
	width:167px;
}

#commentform p.input_block.first
{
	margin-left: 0;
}

#commentform p.input_block.last
{
	margin-right: 0;
}

#commentform p.input_block input  
{
	background-color: #FDFDFD;
	border:1px solid #cbc7be;
	font: 1em Arial, Tahoma, Verdana, sans-serif;
	padding:5px 5px;
	width:165px;
}

* html #commentform p.input_block input  
{
	width: 158px;
}

#commentform label
{
	color: #5D5D5D;
	display: block;
	font: 1.33em Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 10px;
}

#commentform p.textarea_block  
{
	float: left;
	margin: 10px;
	margin-left: 0;
	padding-bottom: 0;
}

#commentform p.textarea_block textarea 
{
	background:none repeat scroll 0 0 #FDFDFD;
	border:1px solid #cbc7be;
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	padding:8px 5px;
	width: 539px;
}

#kommentar_schreiben_formular
{
	background: transparent url('images/kommentar_schreiben_formular.png') top left no-repeat;
	float: right;
	width: 146px;
	height: 26px;
	text-indent: -9999px;
	margin: 20px 0;
}

/* alphabetisches Archiv */
div.alphabet
{
	margin-bottom: -1px;
	overflow: hidden;
}

div.alphabet a, div.alphabet a:visited
{
	color: white;
	background: #A54040 url('images/seitenzahlen.png') no-repeat top center;
	border-color: #A54040;
	border-style: solid solid none;
	border-width: 1px 1px;
	font-size:0.95em;
	margin-right:3.3px;
	padding:3px 3.5px;
	float: left;
}

* + html div.alphabet a, * + html div.alphabet a:visited
{
	padding: 3px 4px;
	margin-right: 3px;
}

* html div.alphabet a, * html div.alphabet a:visited
{
	padding: 3px 4px;
	margin-right: 3px;
}

div.alphabet a.active {
	background:none repeat scroll 0 0 white;
	color:#A54040;
}

* html ul.archive_list
{
	margin-left: -22px;
}

ul.archive_list li
{
	float:left;
	width: 170px;
	height: 205px;
	margin-left: 22px;
	text-align: center;
	list-style-type: none;
}

ul.archive_list li
{
	margin-left: 19px;
}

ul.archive_list li a, ul.archive_list li a:visited
{
	color: #a74141;
	text-decoration: underline;
	text-align: center;
}

ul.archive_list li a:hover
{
	text-decoration: none;
}

ul.archive_list img
{
	width: 150px;
	height: 150px;
	background: #F7F7F7;
	border:1px solid #CCCBB2;
	padding: 7px;
	margin-bottom: 5px;
}

/* Autorenseite */
#autor_seite
{
	background: #fef9ed;
	border: 1px solid #d3a666;
	clear: both;
	float: left;
	padding: 20px;
	width: 918px;
	margin-top: 60px;
}

#autor_heading
{
	background: transparent url('images/autor_heading.png') top left no-repeat;
	width: 295px;
	height: 32px;
	float: left;
	margin-top: 50px;
	margin-bottom: -30px;
}


#autor_seite a 
{
	background: transparent url('images/mehr_lesen.png') center left no-repeat;
	color: #999999;
	font: 1.17em Arial, Tahoma, Verdana, sans-serif;
	padding: 0 0 0 24px;
}

/* Seitenzahlen */

#seitenzahlen
{
	width: 551px;
	margin: 0 auto;
	height: 24px;
}

div.pagebar
{
	width: 450px;
	float: left;
	overflow: hidden;
	height: 24px;
}

div.pagebar a, div.pagebar a:visited
{
	color: white;
	padding:3px 7px;
	background: #D17676 url('images/seitenzahlen.png') no-repeat top center;
	border:1px solid #744848;
	float: left;
	margin-right: 5px;
}

* + html div.pagebar a, * + html div.pagebar a:visited, 
{
	margin-top: -15px;
}

* html div.pagebar a, * html div.pagebar a:visited, 
{
	margin-top: -15px;
}

div.pagebar .this-page
{
	padding:3px 7px;
	float: left;
}

* + html div.pagebar .this-page, 
{
	margin-top: -15px;
}

* html div.pagebar .this-page, 
{
	margin-top: -15px;
}

div.pagebar .break
{
	padding:3px 7px;
	margin-right: 3px;
	float: left;
}

* + html div.pagebar .break, 
{
	margin-top: -15px;
}

* html div.pagebar .break, 
{
	margin-top: -15px;
}

.wpcf7-form input
{
	height: 14px;
	padding: 7px;
	border: 1px solid #333333;
	margin-right: 10px;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors
{
	color: #A74141;
}

.wpcf7-form textarea
{
	padding: 7px;
	border: 1px solid #333333;
}

input.wpcf7-submit
{
	background: transparent url("images/loesung_button.png") top center no-repeat;
	width: 112px;
	height: 26px;
	text-indent: -999px
	padding: 0;
	border: none;
}

.alphabetisch
{
	background: transparent url('images/alphabetisch.png') top left no-repeat;
	float: right;
	width: 72px;
	height: 22px;
	text-indent: -9999px;
}

.chronologisch
{
	background: transparent url('images/chronologisch.png') top left no-repeat;
	float: right;
	width: 82px;
	height: 22px;
	text-indent: -9999px;
}

#sidebar 
{
	background: #fef3de url('images/zettel_schatten.png') top left repeat-y;
	float: right;
	margin-top: 100px;	
	padding: 40px;
	width: 287px;	
}

#sidebar .title
{
	font: 1.17em/1.29em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
	font-weight: bold;
	color: #666666;
}

#sidebar .title a, #sidebar .title a:visited
{
	color: #666666;
}

#schlagzeilen, #categoryposts-6, categoryposts-5, categoryposts-4
{
	padding: 0;
	margin: 0;
}

#schlagzeilen li, li.cat-post-item
{
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	padding: 5px 0;
	list-style-type: none;
}

li.cat-post-item p
{
	margin-top: 0px;
	margin-bottom: 0.5em;
	float: right;
}

#schlagzeilen li a, #schlagzeilen li a:visited, li.cat-post-item a, li.cat-post-item a:visited
{
	color: #666666;
}

#schlagzeilen li a:hover, li.cat-post-item a:hover
{
	color: #AA3C41;
}

.trenner
{
	background: transparent url('images/trenner.png') 50% 50% no-repeat;
	height: 7px;
	display: block;
	margin-top: 1.29em;
	
}

/* Sidebar-Kalender */
#wp-calendar
{
	width: 100%;
	background: #fef3de;
	border-collapse: collapse;
	margin: 0 1px 0 2px;
}

#wp-calendar caption {
	-moz-border-radius: 3px 3px 0 0;
	background-color:white;
	border:1px solid darkgray;
	font-weight:bold;
	margin:10px 0 0;
	text-align:center;
	width:auto;
}

#calendar-month
{
	height: 45px;
	font: 1.17em Arial, Tahoma, Verdana, sans-serif;
	line-height: 45px;
	color: #4c4c4c;
}

#wp-calendar thead tr th
{
	background: #a74141;
	color: #fef3de;
	font: 1em Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	height: 25px;
}

#wp-calendar td
{
	background: #ffffff;
	color: #4c4c4c;
	height: 30px;
	width: 41px;
	border: 1px solid darkgrey;
	text-align: center;
}

#wp-calendar #todayWidget 
{
	background-color:#ffffff;
	font: 1.17em Arial, Tahoma, Verdana, sans-serif;
	font-weight:bold;
}

#wp-calendar .padday
{
	background-color: gainsboro;
}

#wp-calendar .pad
{
	font-weight:bold;
}

/* * JQuery Tooltip */
#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 10px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}

#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#tooltip ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#tooltip li
{
	margin: 5px 0;
	width: auto;
}


.EC-tt-widget-day-event-title
{
	font-weight: bold;
	font-size: 1.17em;
	color: #a74141;
	border-bottom: 2px solid #a74141;
	padding-bottom: 3px;
}

.EC-tt-widget-clickdate
{
	font-size: 10px;
	font-weight:normal;
}

/* Footer */

#footer 
{
	clear: both;	
	background: transparent url('images/footer_bg.png') top left repeat-x;
	height: 200px;
	overflow:hidden;
}

#tagcloud
{
	padding: 40px 0 0 45px;
	width: 500px;
	float: left;
	text-align: center;
}

#copyright
{
	float: right;
	width: 350px;
	background: url('images/logo_klein.png') left top no-repeat;
	margin-top: 10px;
}

#f_navi_copy
{
	padding: 40px 0 0 110px;
	width: 80px;
}

#f_navi_copy li
{
	list-style-type: none;
	padding: 5px 0;
}

#f_navi_copy li a, #f_navi_copy li a:visited
{
	margin: 0;
	padding: 3px 0;
	font: 1em Arial, Tahoma, Verdana, sans-serif;
}

#f_copy
{
	margin: 17px 0 0 35px;
}

#f_copy .ratgeberspiel
{
	color: #ffdddd;
	font: 1.17em Arial, Tahoma, Verdana, sans-serif;
}

#f_copy .copy
{
	color: #d38c8c;
	font: 0.83em Arial, Tahoma, Verdana, sans-serif;
}

#wpstats /*WP Stats Smiley aus Footer entfernen*/
{
	display: none;
}

/* GD Star-Rating */
/* stars sizes: 46 */
/* stars sets: ratgebergif */
/* thumbs sizes: 24 */
/* thumbs sets:  */
/* loaders: flower, circle,  */

.starsbar.gdsr-size-46, .starsbar.gdsr-size-46 .gdheight, .starsbar.gdsr-size-46 a { height: 46px; }
.starsbar.gdsr-size-46 a.s1 { width: 46px; }
.starsbar.gdsr-size-46 a.s2 { width: 92px; }
.starsbar.gdsr-size-46 a.s3 { width: 138px; }
.starsbar.gdsr-size-46 a.s4 { width: 184px; }
.starsbar.gdsr-size-46 a.s5 { width: 230px; }
.starsbar.gdsr-size-46 a.s6 { width: 276px; }
.starsbar.gdsr-size-46 a.s7 { width: 322px; }
.starsbar.gdsr-size-46 a.s8 { width: 368px; }
.starsbar.gdsr-size-46 a.s9 { width: 414px; }
.starsbar.gdsr-size-46 a.s10 { width: 460px; }
.starsbar.gdsr-size-46 a.s11 { width: 506px; }
.starsbar.gdsr-size-46 a.s12 { width: 552px; }
.starsbar.gdsr-size-46 a.s13 { width: 598px; }
.starsbar.gdsr-size-46 a.s14 { width: 644px; }
.starsbar.gdsr-size-46 a.s15 { width: 690px; }
.starsbar.gdsr-size-46 a.s16 { width: 736px; }
.starsbar.gdsr-size-46 a.s17 { width: 782px; }
.starsbar.gdsr-size-46 a.s18 { width: 828px; }
.starsbar.gdsr-size-46 a.s19 { width: 874px; }
.starsbar.gdsr-size-46 a.s20 { width: 920px; }
.ratepost.gdsr-size-46, .ratepost.gdsr-size-46 .starsbar .gdouter { width: 230px; }
.rcmmpost.gdsr-size-46, .rcmmpost.gdsr-size-46 .starsbar .gdouter { width: 230px; }
.rcmmmulti.gdsr-size-46, .rcmmmulti.gdsr-size-46 .starsbar .gdouter { width: 920px; }
.ratecmm.gdsr-size-46, .ratecmm.gdsr-size-46 .starsbar .gdouter { width: 0px; }
.reviewcmm.gdsr-size-46, .reviewcmm.gdsr-size-46 .starsbar .gdouter { width: 230px; }
.gdsr-ratgebergif .starsbar.gdsr-size-46 .gdouter { background: url('../../gd-star-rating/stars/ratgebergif/stars46.gif') repeat-x 0px 0px; }
.gdsr-ratgebergif .starsbar.gdsr-size-46 .gdinner { background: url('../../gd-star-rating/stars/ratgebergif/stars46.gif') repeat-x 0px -92px; }
.gdsr-ratgebergif .starsbar.gdsr-size-46 .gdcurrent { background: url('../../gd-star-rating/stars/ratgebergif/stars46.gif') repeat-x 0px -46px; }
.gdsr-ratgebergif .starsbar.gdsr-size-46 a:hover { background: url('../../gd-star-rating/stars/ratgebergif/stars46.gif') repeat-x 0px -46px !important; }

.ratepost, .rcmmpost, .ratemulti, .rcmmmulti, .ratecmm, .reviewcmm { position: relative; display: block; }
.ratepost .starsbar .gdinner, .rcmmpost .starsbar .gdinner, .ratemulti .starsbar .gdinner, .rcmmmulti .starsbar .gdinner, .ratecmm .starsbar .gdinner, .reviewcmm .starsbar .gdinner { width: 0; }
.ratepost .starsbar a:active, .rcmmpost .starsbar a:active, .ratemulti .starsbar a:active, .rcmmmulti .starsbar a:active, .ratecmm .starsbar a:active, .reviewcmm .starsbar a:active { text-decoration: none; border: 0 !important; }
.ratepost .starsbar a:visited, .rcmmpost .starsbar a:visited, .ratemulti .starsbar a:visited, .rcmmmulti .starsbar a:visited, .ratecmm .starsbar a:visited, .reviewcmm .starsbar a:visited { text-decoration: none; border: 0 !important; }
.ratepost .starsbar a:hover, .rcmmpost .starsbar a:hover, .ratemulti .starsbar a:hover, .rcmmmulti .starsbar a:hover, .ratecmm .starsbar a:hover, .reviewcmm .starsbar a:hover { text-decoration: none; border: 0 !important; }
.ratepost .starsbar a, .rcmmpost .starsbar a, .ratemulti .starsbar a, .rcmmmulti .starsbar a, .ratecmm .starsbar a, .reviewcmm .starsbar a { position: absolute; display: block; left: 0; top: 0; text-decoration: none; border: 0 !important; cursor: pointer; background: none !important; }


.gdthumb a {
    border: 0 none !important;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
}

.rtexthumb .gdthumbtext { float: none; }
.gdthumbtext { float: left; font-size: 12px; }
.gdthumb { position: relative; float: left; }
.gdthumb.gdup a { background-position:  0px 0px; }
.thumblock .ratingloader { float: left; }

.ratemulti .starsbar .gdcurrent { width: 0; top: 0; position: absolute; }
.starsbar .gdinner { padding: 0; }
.ratingblock td { vertical-align: middle; }
.raterclear { clear: both; }
.raterleft { float: left; }
.raterright { float: right; }
.voted {color: #999;}
.inactive {color: #999;}
.thanks {color: #36AA3D;}
.static {color: #5D3126;}
.rater { top: 0; }

.ratingtextmulti { float: left; }
.ratingbutton { float: right; padding: 1px 6px; }
.ratingbutton.gdinactive { border: 1px solid #9c5f5f; background-color: #e9e4d4; }
.ratingbutton.gdactive { border: 1px solid black; background-color: #f1ede5; cursor: pointer; }
.ratingbutton a { line-height: 14px; text-decoration: none !important; }
.ratingbutton.gdactive { cursor: pointer; }
.ratingbutton.gdactive a { color: #ad1b1b; cursor: pointer; }
.ratingbutton.gdinactive a { color: gray; cursor: default; }
.gdmultitable { padding: 3px; margin: 3px; border: 1px solid #999999; }
.gdtblbottom td { padding-top: 4px; }
.gdtblbottom { margin-top: 2px; background-color: #fffcf4; }
.mtrow { background-color: #fffcf4; }
.mtrow td.mtstars { text-align: right; }
.mtrow.alternate { background-color: #f7f4ea; }
.gdtblmuravg { background-color: #fffcf4; }
.gdtblmuravg td { border-top: 2px solid #dcdcdc; text-align: center; }
.gdmultitable td { vertical-align: middle; padding: 2px 4px; color: black; }
.ratingblock, .thumblock { margin-bottom: 4px; margin-top: 4px; font-size: 12px; }
.ratingstarsinline { float: left; }
.ratingtext { padding-bottom: 2px; margin-bottom: 2px; margin-top: 0px; }
.ratingmulti img { border: 0; padding: 0; margin: 0; }
.gdouter { text-align: left; }

.ratingblockarticle { font-size: 1em; }
.ratingblockcomment { font-size: 0.8em; }
.ratingloaderarticle, .ratingloadercomment { font-size: 12px; text-align: center; vertical-align: middle; }

.cmminthide { display: none; }

/* loading indicators */
.loader { margin-left: auto; margin-right: auto; text-align: left; }

.loader.flower { background: url(../../plugins/gd-star-rating/gfx/loader/flower.gif) no-repeat left; padding-left: 18px; }
.loader.flower.width { width: 16px; }
.loader.circle { background: url(../../plugins/gd-star-rating/gfx/loader/circle.gif) no-repeat left; padding-left: 18px; }
.loader.circle.width { width: 16px; }
.loader. { background: url(../../plugins/gd-star-rating/gfx/loader/.gif) no-repeat left; padding-left: px; }
.loader..width { width: px; }

.loader.width { padding-left: 0px; }
.loader.arrows.thumb, .loader.flower.thumb, .loader.circle.thumb, .loader.broken.thumb,
.loader.radar.thumb, .loader.triangles.thumb, .loader.snake.thumb, .loader.snakebig.thumb,
.loader.brokenbig.thumb { background-position: center !important; padding-left: 0px !important; }

/* top rating widget */
.trw-title { text-align: center; font-size: 16px; font-family: "Century Gothic", Arial, Helvetica, sans-serif; }
.trw-rating { font-size: 44px; font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; }
.trw-footer { text-align: center; font-size: 11px; font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif; }

.gdsrcacheloader {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 3px;
    padding: 3px;
}

.gdsrclsmall {
    background: url(../../plugins/gd-star-rating/gfx/load_small.png) no-repeat left;
    padding-left: 28px;
    width: 120px;
}

.gdsrclbig {
    background: url(../../plugins/gd-star-rating/gfx/load_big.png) no-repeat left;
    padding-left: 46px;
    width: 160px;
}

.gdsrclsmall strong { font-size: 14px; }
.gdsrclsmall em { font-size: 11px; }
.gdsrclbig strong { font-size: 17px; }
.gdsrclbig em { font-size: 14px; }


/* ENDE GD Star-Rating */

/* pretty Photo */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}
/*ENDE prettyPhoto*/