/*
**  Datei       : base.css
**  Funktion    : Basislayout
*/

@media all
{
* {margin: 0;padding: 0;} /* Zuruecksetzen aller Abstaende */
fieldset, img {border:0;} /* Standardrahmen zurücksetzen */
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Hoehe des Browserfensters. */
html {height: 100%} 
/* Clearfix-Hack */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
	
/* iPhone Safari Textvergrößerung bei 'rotate' verhindern 
weitere Tipps: http://tinyurl.com/ykhyexo
*/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust:none;
}

/* Eigentliche Formatierung der Seite */
body {
	min-height: 101%;	
	padding: 0; margin: 0; border: none;
	position: relative; /* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Groesse des Browser Fensters geaendert wird. */          
	background: url("../gfx/bg-body.jpg") center top repeat-y #eae8d1;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	line-height: 170%;
	font-size: 100.01%; /* Beseitigung des Rundungsfehlers bei Schriftgroessen im Opera sowie Standardformatierungen */
}

#page_margins {
	width: 950px;
	margin: 0 auto 0 auto;
}

#page {
  	margin: 0 auto 0 auto;
	width: 950px;
	background: url(../gfx/bg-page.jpg) 0px -53px no-repeat;
}

#header { 
	height: 155px;
	width: 100%;
	clear: both; 
	text-align: left; 
	position: relative;
}

#nav { 
	clear: both;	
	margin-bottom: 14px; 
	height: 31px;
	position: relative;
	z-index: 2;
}

/* 
### Formatierung der Inhaltsspalten ##################################################################
*/

#main {
	clear: both;
	text-align: left;
} 

/* linke Spalte */
#col1 {
	width: 660px;
	min-height: 300px;
	float: left;
}	

/* mittlere Spalte */
#col2 {
	width: 300px;  
	margin-left: 660px;
}

#col1_content {
  width: 560px;
  padding: 27px 0 23px 49px; 
  margin: 0;
  line-height: 170%;
  font-size: 70%;
}

#col2_content {
  margin: 0;
  padding: 45px 45px 25px 0; 
  line-height: 165%;
  font-size: 70%;
  color: #78440B;
}

#home #col2_content {
  padding-bottom: 0; 
}

/* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor 
** dem Spaltenhintergrund erscheinen. */
#col1 {z-index: 3;}
#col2 {z-index: 5;}
#col1_content {z-index: 4;}
#col2_content {z-index: 6;}


/* display with reduced cols */

.one-col #col1 {
	width: 900px;
}

.one-col #col2 {
	display: none;
}

.one-col #col1 {
  clear: both;
  float: none;
}

.one-col #col1_content {
  width: 757px !important;
}

#footer {
	height: 53px; 
	display: block; 
	clear: both;
	overflow: hidden;
	padding: 0; 
	margin: 0 auto 0 auto;
	background: url('../gfx/bg-page.jpg') center top no-repeat;	
	text-align: center;
}

/* 
### Navigation ########################################################################
*/

#logo {
	width: 250px; 
	height: 80px;
 	margin-top: 75px; 
	display: block; 
	float: right; 
	text-decoration: none;
}

#booking-button {
	width: 255px; 
	height: 85px;
	margin-top: 18px;
	display: block; 
	text-decoration: none;
	background: url('../gfx/button-anmeldung.gif') no-repeat;	
}

#nav ul {
	margin: 4px 0 0 21px;
	padding-top: 0;
	float: left;
	}

#nav li {
	float: left;
	list-style-type: none;
}

#nav ul li a, #nav ul li a:visited { 
	display: block; 
	height: 41px; /* wichtig für korrekte Darstellung bei größerer Schriftgröße */
	font-size: 83%;  
	font-weight: bold; 
	color: #A43C14;
	text-decoration: none;
	padding: 0 18px 0 7px;
	margin: 0;
	line-height: 41px; 
	text-align: left; 
	white-space: nowrap;
	background:  url("../gfx/mandala.gif") center right no-repeat; 
}

/* letzter Eintrag ohne Trenner */
#nav ul #id-50 a, #nav ul #id-50 a:visited { 
	background-image: url("../gfx/no-image.gif"); 
}

#nav ul li a:active, #nav ul li a:hover, #nav ul li a:focus {
	color: #000;
}

#nav li ul {
	position: absolute; 
	left: -999em;
	height: auto; 
	width: 16em;
	margin-top: -3px;
	margin-left: 0;
	border: none; 
	background: none;
	border-top: 1px solid #DED4B9;
}

#nav li li {
	width: 130px;
}

#nav li ul a, #nav li ul a:visited {
	width: 16em; 
	height: 1.93em;
	padding: 0 9px 0 7px;
	font-size: 11px; 
	font-weight: bold; 
	color: #A43C14; 
	background: #fefefa; 
	border-bottom: 1px solid #DECFB2; 
	border-left: 1px solid #DECFB2; 
	border-right: 1px solid #DECFB2;
	line-height: 1.87em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover a, #nav li:hover a:visited,  #nav li.sfhover a, #nav li.sfhover a:visited {
	color: #000;
}

#nav li:hover ul a, #nav li:hover ul a:visited,  #nav li.sfhover ul a, #nav li.sfhover ul a:visited {
	color: #000;
}

#nav li:hover ul a:active, #nav li:hover ul a:hover,  #nav li.sfhover ul a:active, #nav li.sfhover ul a:hover {
	color: #000;
	background: #fdf1d9;
}

/* aktive Menüpunkte */
#nav a.current, 
#nav a.current:visited {color: #DE4900 !important;}

/* Aktuelles als Menüpunkt aktivieren */
#blog li#id-59  a,
#blog li#id-59 a:visited { 
	color: #DE4900;
}

/* Aktuelles als Menüpunkt aktivieren */
#blog li#id-59  ul li a,
#blog li#id-59 ul li a:visited { 
	color: #000;
}

/* 
### Footer Navigation ################################################################################
*/

a#toplink, a#toplink:visited {
  width: 11em; 
  float: left; 
  margin: 0 0 0 224px;
  padding-left: 15px;
  text-align: left; 
  line-height: 2.9em; /* ca. 1,5-fache Höhe des Footers */
  background: url("../gfx/icons/icon-top.gif") left center no-repeat;
}

/* 
### Wordpress Stuff   ################################################################################
*/

div.edit-post-link {
	display: block;
	width: 32px; height: 32px;
	top: 12px; right: 10px;
	z-index: 1000;
	position: fixed;
	background: url("../gfx/icons/edit.png") left top no-repeat;
}

div.edit-post-link:hover {opacity:1.0;}

div.edit-post-link a, div.edit-post-link a:visited {
	text-indent: -9000px;
	font-size: 1px; 
	line-height: 0px;
	text-decoration: none;
	width: 32px; height: 32px;
	display: block;
	color: #3E3E3E;
	opacity:0.6;
}

/* Info zur lokalen Anwendung der Website */
#lokal {
	position: fixed;
	left: 6px; 
	top: 7px;
	padding: 2px 6px 3px 6px;
	font-size: 10px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #7F521B;
	border: 1px solid #FF7A31;
	background: #F1E9D5;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	opacity:0.8;
	
	/* wegen dem Pfad zum Script */
	width: 37px !important;
	overflow: hidden;
	white-space: nowrap;
}

#lokal:hover {
	width: auto !important;
	border: 1px solid red;
	color: #000;
	opacity: 1.0;
}

#lokal span {
	font-weight: normal !important;
}

#page-info {
	position: fixed;
	left: 6px; 
	top: 28px;
	padding: 1px 6px 4px 7px;
	font-size: 10px;
	line-height: 12px;
	font-family: tahoma;
	color: #7F521B;
	border: 1px solid #70E449;
	background: #F1E9D5;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	opacity:0.8;
	
	width: 111px !important;
	overflow: hidden;
	white-space: nowrap;
}

#page-info:hover {
	width: auto !important;
	border: 1px solid red;
	color: #000;
	opacity: 1.0;
}

#page-info strong {
	display: block;
	line-height: 150%;
}

#page-info a, #page-info a:visited{
	text-decoration: none;
	color: #436B2F;
}


/* 
### Content   ########################################################################
*/

h1,h2,h3,h4 {font-family: Verdana, helvetica, sans-serif; display: block;}

table h1,table h2,table h3,table h4 {margin-top: 0;}

h1 {font-size: 1.7em; font-weight: normal; line-height: 1.3em; margin: 0.4em 0 0.4em 0;}
h2 {font-size: 1.45em; font-weight: normal; line-height: 1.3em; margin: 0.4em 0 0.4em 0;}
h3 {font-size: 1.35em; font-weight: normal; line-height: 1.3em; margin: 0.4em 0 0.3em 0;}

#col2 h2 {font-size: 1.8em;}
#col2 h3 {font-size: 1.6em;}

.box h1 {font-size: 1.6em; padding: 10px 0 0 15px !important;}
.box h2 {font-size: 1.4em; font-weight: normal; padding: 6px 0 0 15px !important;}
.box h3 {font-size: 1.4em; font-weight: normal; padding: 6px 0 2px 15px !important;}

.guestbook h2 {font-size: 2em !important; padding: 7px 0 7px 15px !important; margin-bottom: 0; line-height: 140%;}

#erfahrungsberichte .box h2  {font-size: 1.9em;}

#col1 h1 {color: #DE4900;}
#col1 h2 {color: #E7502D;}
#col1 h3 {color: #E7502D;}

#col2 h2 {color: #B56812}
#col2 h3 {color: #B56812}
#col2 h1 {color: green !important;} /* not allowed!!! */

#col1 .news-block h3,
#col2 .news-block h3 {
	font-size: 1.8em;
	margin: 0 0 0.3em 0 !important;
	line-height: 120% !important;
}

#col1 h2.special-head {
	padding: 6px 0 12px 0 !important;
	color: #BC3816 !important;
}

/* cufon */

h1, h2, h3, legend  {visibility: hidden;}
.cufon-loading h1, .cufon-loading h2, .cufon-loading h3  {visibility: hidden !important;}

.cufon-active h1 {font-size: 2.3em; letter-spacing: 0.01em; margin: 0 0 0.4em -1px;}
.cufon-active h2 {font-size: 2em; letter-spacing: 0.01em; margin: 0 0 0.4em -1px;}
.cufon-active h3 {font-size: 1.85em; margin-left: -2px !important; margin: 0 0 0.4em -1px;}

.cufon-active th {font-size: 2em;}
.cufon-active legend {font-size: 1.8em !important;}

/* In diesem Projekt nur fur Tabs eingesetzt */
h4 {
  color: #ce1d1d;
  text-decoration: underline;
  padding: 0 0 3px 17px;
  margin: 0;
  line-height: 180%;
  font-size: 120%;
  vertical-align: middle;
  background: url("../gfx/icons/icon-arrow-01.gif") left center no-repeat; 
}

#accordion h4 {
  cursor: pointer;
}

h4.active {
  color: #000;
  text-decoration: none;
}

/* Absätze */

#col1_content p {
	font-size: 100%;
	padding: 0 0 11px 0; margin: 0;
	line-height: 160%;
}

#col2_content p {
	font-size: 100%;
	padding: 0 0 11px 0; margin: 0;
	line-height: 160%;
}

#col1 strong,
#col2 strong {
	color: #6B0A03 !important;
}

.link-list {
	line-height: 185% !important;
}

.stronger {
	font-weight: bold;
}

.mittig {
	text-align: center !important;
}

.blocksatz {
	text-align: justify !important;
}

#meinungen .testimonial-author {
	padding: 0 0 2px 0;
	font-weight: bold;
	color: #DC5F3F;
}

.testimonial-author {
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #A28851;
}

#footer p {
	font-size: 70%; 
	line-height: 73px; 
	color: #000; 
	margin: 0;
	padding: 0;
	float: left;
}

#footer p.design {
	float: right;
	text-align: right;
	margin: 0 14px 0 0;
	display: inline; /* IE */
}

#footer p.copyright {
	float: left;
	text-align: left;
	padding-left: 20px;
	margin: 0 15px 0 0;
}


/* Besondere Textformate */

#col2 p.kleiner-text { 
	line-height: 1.5em; 
	font-size: 80%; 
	padding: 0 0 10px 0; margin: 0;
}

.kleiner-text { line-height: 1.5em; font-size: 80%; }

.zentrieren {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

#col2 p.kleiner-grauer-text {
	color: #848484;
	font-size: 80%; line-height: 130%;
	padding: 0 0 10px 0; margin: 0;
}

.kleiner-grauer-text {
	color: #848484;
	font-size: 80%; line-height: 130%;
}

#col2 p.kleiner-roter-text {
	color: #DE1200;
	font-size: 80%; line-height: 130%;
	padding: 0 0 10px 0; margin: 0;
}

.kleiner-roter-text {
	color: #DE1200;
	font-size: 80%; line-height: 130%;
}

#home p.special-paragraph {
	width: 365px;
}

/* Trenner */

#col1 hr, 
#col2 hr { 
  width: 99%; 
  display: block; 
  clear: both;
  background-color: #FFF; 
  border-top: 1px solid #F8F1CE; 
  border-left: none; 
  border-right: none; 
  border-bottom: none; 
  margin: 10px 0 10px 0;
  line-height: 1px; 
  font-size: 1px;
}

#col2 hr { 
  background-color: #FFF;
  border-top: 1px solid #F0C076;
  clear: none;
  width: 250px;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* Listen */

#col1_content ul, #col2_content ul	{ 	
	line-height: 190%; 
	margin: 5px 12px 20px 0; padding: 2px 0 0 0; 
	}

#col1_content ul li, #col2_content ul li {
	list-style: none;
	background: url("../gfx/icons/bullet-02.gif") 0em 0.25em no-repeat; 
	padding: 0 0 0 21px; margin: 0 0 0.3em 0;
}

#home #col2_content ul li {background: url("../gfx/icons/bullet-02.gif") 0em 0.25em no-repeat; }
#col2_content ul li {background: url("../gfx/icons/bullet-02.gif") 0em 0.25em no-repeat; }

ul.simple-list {
	margin: 5px 0 15px 33px !important;
}

ul.simple-list, ul.simple-list li {
	list-style-image: none;
	list-style-type: circle;
	background: none !important;
	padding: 0 !important;
}

#col1 ol, 
#col2 ol	{ 	
	line-height: 170%; 
	margin: 5px 5px 15px 8px; padding: 2px 5px 2px 12px; 
}

#col1 ol li,
#col2 ol li {
	padding: 0; margin: 0 0 0.6em 7px;
}

/* Definitions-Listen - derzeit nur bei der [gallery] im Einsatz */

#col1 dl, 
#col1 dd, 
#col1 dt {
	margin: 0; padding: 0;
}

/* besondere Listen */

#col2 ul.pluslist, #col3 ul.pluslist {
  margin-left: 0;
  list-style-image: url("../gfx/icons/no.gif");
  list-style-type: none;
}

#col2 ul.pluslist li, #col3 ul.pluslist li {
  background: url("../gfx/icons/icon-plus.gif") 0em 0.5em no-repeat; 
  margin-left: 10px !important; 
  padding: 0 0 0 14px !important;
}

#col1 ul.minuslist{
  margin-left: 0;
  list-style-image: url("../gfx/icons/no.gif");
  list-style-type: none;
}

#col2 ul.minuslist li {
  background: url("../gfx/icons/icon-minus.gif") 0em 0.5em no-repeat; 
  margin-left: 10px !important; 
  padding: 0 0 0 14px !important;
}

#col1 ul.pluslist li.minuslist {
  background: url("../gfx/icons/icon-minus.gif") 0em 0.5em no-repeat !important; 
  margin-left: 10px !important; 
  padding: 0 0 0 14px !important;
}

/* 
** ### Auszeichnung lokaler und Externer Links ##########################################################
*/

/* Linklabeling */
#col1 a.pdfLink, 
#col1 a.pdfLink:visited, 
#col2 a.pdfLink, 
#col2 a.pdfLink:visited { 
 padding: 0 19px 3px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-pdf.gif") no-repeat right top; 
}

#col2 a.docLink, 
#col2 a.docLink:visited, 
#col3 a.docLink {
 padding: 0 19px 2px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-doc.gif") no-repeat right center;
}

#col2 a.zipLink, 
#col2 a.zipLink:visited {
 padding: 0 19px 2px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-zip.gif") no-repeat right center;
}

#col1 a.mp3Link, 
#col1 a.mp3Link:visited, 
#col2 a.mp3Link, 
#col2 a.mp3Link:visited {
 padding: 0 19px 2px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-mp3.gif") no-repeat right center;
}

#col1 a {color: #D0651D;}
#col2 a {color: #D0651D;}
#col1 a:visited {color: #A55017;}
#col2 a:visited {color: #A55017;}

#col1 a:active, #col1 a:hover, #col1 a:focus {color: #fe0000;}
#col2 a:active, #col2 a:hover, #col2 a:focus {color: #fe0000;}

#col2 h3 a, #col2 h3 a:visited, #col2 h2 a, #col3 h2 a:visited {
  text-decoration: none; border: none;
}

a.extlink, a.extlink:visited {
 padding: 0 0 2px 14px; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-link01.gif") no-repeat left center;
}

#kontakt a.extlink, #kontakt a.extlink:visited {
 background: none;
 padding: 0;
}

#footer p.design a, #footer p.design a:visited {
	color: #F5E67C;
	padding: 0 0 2px 27px; 
	line-height: 180%; 
	background: url("../gfx/icons/endless-loving-mini.gif") no-repeat left center;
}

#footer p a:active, #footer p a:hover, #footer p a:focus {color: #FFF;}


a.pfeil-link, a.pfeil-link:visited {
 padding: 0 0 2px 14px; 
 background: url("../gfx/icons/icon-arrow-01.gif") no-repeat 0em 0.2em;
}

a.herz-link, a.herz-link:visited {
 padding: 0 0 2px 13px; 
 background: url("../gfx/icons/icon-heart-02.gif") no-repeat 0em 0.1em;
}

a.news-archive, a.news-archive:visited {
  float: none;
  background: url("../gfx/icons/icon-news.gif") left center no-repeat !important;
  margin: 5px 0 0 0; 
  padding: 0 0 0 19px !important;
  display: block;
  font-weight: bold;
  line-height: 180%;
}

a.readon, a.readon:visited {display: block;}

.special-container a.readon,
.special-container a.readon:visited,
#col2 a.standalone,
#col2 a.standalone:visited {
  display: block;
  background: url("../gfx/icons/bullet-02.gif") left center no-repeat !important;
  padding: 0 0 0 19px !important;
  line-height: 180%;
}


#col1 a.events-icon, 
#col1 a.events-icon:visited,
#col2 a.events-icon, 
#col2 a.events-icon:visited { 
	display: block;
	float: left;
	padding: 0 18px 2px 19px; 
	line-height: 180%; 
	background: url("../gfx/icons/icon-calendar.gif") no-repeat left center; 
}

#col2 a.events-icon {
	font-weight: bold !important;
}


#col1 a.question-icon, 
#col1 a.question-icon:visited { 
	display: block;
	float: left;
	padding: 0 0 3px 19px; 
	line-height: 180%; 
	background: url("../gfx/icons/icon-question.gif") no-repeat left center; 
}

#col1 a.booking-icon, 
#col1 a.booking-icon:visited { 
	display: block;
	float: left;
	padding: 0 15px 3px 16px; 
	line-height: 180%; 
	background: url("../gfx/icons/icon-heart-02.gif") no-repeat left center; 
}

#col2 .testimonial-block a,
#col2 .testimonial-block a:visited {
	display: block;
	padding: 0 0 0 18px; 
	line-height: 180%; 
	background: url("../gfx/icons/icon-testimonial.gif") no-repeat left center; 
}

#col2  a.testimonials,
#col2  a:visited.testimonials {
	display: block;
	padding: 0 0 0 17px; 
	margin-left: 49px;
	line-height: 160%; 
	font-weight: bold;
	background: url("../gfx/icons/icon-comments.gif") no-repeat left center; 
}

/* link zum Gästebuch form */
.guestbooklink a, .guestbooklink a:visited {
	display: block;
	padding: 0 0 0 17px; 
	margin: 2px 0 7px 0;
	line-height: 160%; 
	font-weight: bold;
	background: url("../gfx/icons/icon-comment.gif") no-repeat left center;
}	


/* 
** ### Spezielle Boxen  #################################################################################
*/

.box {
	width: 560px;
	background: #F5EDDB; 
	margin: 10px 0 18px -2px;
	padding: 0 !important;
	border: 1px solid #F5EDDB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
}

#gaestebuch .box {

}

#erfahrungsberichte .box {
	background: url('../gfx/bg-cite-big.jpg') left top #F5EDDB; 
}

#erfahrungsberichte #col1 .box p {
	padding: 0px 15px 5px 15px !important;
}

/* endless loving credit */

.endless-love {
	text-align: center !important;
	width: 230px;
	margin: 33px 15px 0 0;
}

.endless-love img {
	margin: 0 !important;
}

#col2 .endless-love  h2, #col2 .endless-love h3{
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}

.half {
	width: 289px !important; 
	margin: 0 0 0 -4px;
	float: left;
}

.guestbook {
	margin: 10px 0 18px -2px;
	font-size: 100% !important;
}

#col1 .box p {
	padding: 7px 15px 11px 15px !important;
	margin: 0;
	font-size: 100%;
}

#feuerlauf-sound {
	margin: 7px 0 19px -2px; 
	background: url("../gfx/bg-cite.jpg") no-repeat 0px -308px #FFAC66;
	padding: 0 7px 0 7px; 
	border: 1px solid #FEBD6B; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#home #feuerlauf-sound {
	margin-top: 2px; 
}

#feuerlauf-sound h2 {
	color: #BA2B07 !important;
}

/* bisher bei Testimonials und Terminen im Einsatz */
.special-container {
	margin-top: 16px !important;
}

.special-container hr {
	margin-top: 0!important;
}

/* 
### News ########################################################################################
*/

.news-block {
  padding: 0 0 5px 0 !important;
}

.news-block p {
  margin: 0px;
}

.news-block span {
  color: #54b615;
}

#col3 .news-block hr,
#col2 .news-block hr { 
  clear: none;
  margin: 0;
  width: 94%;
}

/* sidebar */
#blog  #col2  hr {
	margin: 2px 0 8px 0;
}

/* 
### News ########################################################################################
*/

.testimonial-block {
  padding: 12px 0 11px 20px !important;
  margin: 10px 0 12px 0;
  background: url("../gfx/bg-cite.jpg") no-repeat left top #ffe974;
  	border: 1px solid #FFFCED; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#col2 .testimonial-block p {
  margin: 0px;
  padding: 0 13px 0 0;
  font-weight: bold;
  color: #BE7A2C;
}

.testimonial em {
  color: #54b615;
}


/* 
### Bilder ########################################################################################
*/

img {border: none;}

#header img {
	position: relative; 
	top: 82px; 
	left: 825px;
}

#home img.alignright {
	margin-top: -24px !important;
}

.box img {
  margin: 4px 8px 5px 0 !important;
  float: left;
}


.wp-caption {
	text-align: center;
	font-weight: bold;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#col1 .wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #AB8C50;
	line-height: 14px;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, verdana,sans-serif; 
}


#col1 img.alignleft {
   float: left;
   margin: 5px 11px 6px 0 !important;
}

#col1 img.alignright {
   float: right;
   margin: 5px 0 6px 10px;
}

.gallery  {
	margin: 10px 0 0 35px;
}

.gallery img {
	margin: 0 16px 16px 0 !important;
	background: #B7B4A8;
	padding: 1px;
	border: 3px solid #DADADA;
}

.gallery img:hover {
	background: #514E42;
	border: 3px solid #FFE8A0;
}

.wp-smiley {
	vertical-align: middle;
}

#col1 .wp-smiley {
	vertical-align: middle;
	margin-top: -2px;
}


/* 
### Tabellen  ########################################################################################
*/

#col1 table {
	width: 99.5%; 
	margin: 10px 0 10px 0;
	border-collapse: collapse; 
	border-top: 1px solid #EEEDE5;
	border-bottom: 1px solid #EEEDE5;
	border-left: 1px solid #EEEDE5;
}

#col1 caption {
	font-weight: bold;
	color: #B8A070;
	text-align: left;
	line-height: 180%;
}

#col1 td {
	padding: 2px 3px 3px 5px;
	border-top: 1px solid #EEEDE5;
	border-left: 1px solid #EEEDE5;
	border-right: 1px solid #EEEDE5;
	line-height: 175%;
	vertical-align: top;
	font-size: 95%;
}

#col1 td.title {
	font-weight: bold;
	color: #615D52;
	background: #EEEDE5;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#col1 thead {
  background: #dfc267; 
  color: #A60D00;
}

#col1 th {
  padding: 4px 3px 5px 5px; 
  border-right: 1px solid #A1C3DA; 
  border-bottom: 1px solid #A1C3DA;
  background: url('../gfx/bg-table-th.gif') left top repeat-x;
 }

#col1 th {
  border-right: 1px solid #FFF; 
  border-bottom: 1px solid #FFF;
}

#col1 tfoot {
  color: #000; 
}

#col1 tfoot td {
  background: #F8F3E6 !important; 
  color: #000; 
}

#col1 tfoot td.title {
  background: #EEEDE5 !important; 
}

/* Zebra Table */

#col1 .even	{background:#F9F9F5 !important;}
#col1 .odd	{background:#F4F1DA !important;}

/* 
### Formulare ########################################################################################
*/

/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
option {padding-left: 0.4em}

#col2 #newsletter-form {
  width: 255px;
  margin: 0;
  overflow: hidden; 
}

#col2 #newsletter-form label,
#col2 #newsletter-form span.labeling {
	float: left;
	text-align: left;
	width: 61px;
	margin-right: 8px;
	margin-top: 5px;
	cursor: pointer;
}

#col2 #newsletter-form span.labeling {
	margin-top: 6px;
	display: block;
	margin-left: 68px !important;
}

#col2 #newsletter-form span.one {
	clear: both;
}

#col2 #newsletter-form span.two {
}

#newsletter-form h2 {
  margin-bottom: 15px;
}

#newsletter-form label.no-float {float: none;}

#col2 #newsletter-form input{
  width: 170px;
  height: 1.2em; 
	border: 1px solid #ccc;
	margin-top: 7px;
	background: url(../gfx/bg-input.gif) #FFF;
	font-size: 120%;
	line-height: 1.5em;
	padding: 1px 0 1px 3px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

#col2 #newsletter-form input.radiocheck {
	float: left;
	width: auto; 
	border: none;
	margin-right: 32px;
}


#col2 #newsletter-form select {
	margin-top: 8px;
	width: 175px;
	border: 1px solid #ccc;
	border-radius:5px !important; 
	-moz-border-radius:5px  !important; 
	-webkit-border-radius:5px;
}

#newsletter-form .sexybutton{
  margin: 12px 0 0 65px !important;
  clear: both;
  float: none;
}


/* ################# SEXYBUTTON ######################### */


.sexybutton {
	display: inline-block;
	margin: 7px 0 0 -3px !important;
	padding: 0;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
}

.sexybutton span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.sexybutton span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 24px;
	background-position: left top;
}

.sexybutton:hover span,
.sexybutton:focus span {
	background-position: 100% -24px;
}

.sexybutton:hover span span,
.sexybutton:focus span span {
	background-position: 0% -24px;
}

.sexybutton:active span {
	background-position: 100% -48px;
}

.sexybutton:active span span {
	background-position: 0% -48px;
}

.sexybutton.sexymedium	{ font-size: 15px !important; }
.sexybutton.sexylarge	{ font-size: 18px !important; }


.sexybutton {
	color: #666 !important;
}
	
.sexybutton:hover,
.sexybutton:focus {
	color: #333 !important;
}
	
.sexybutton span {
	background-image: url(../gfx/buttons/button_right.gif);
}

.sexybutton span span  {
	background-image: url(../gfx/buttons/button_left.gif);
}

/* Orange Button Skin */

.sexybutton.sexyorange,
.sexybutton.sexyorange:hover,
.sexybutton.sexyorange:focus {
	color: white !important;
}
	
.sexybutton.sexyorange span {
	background-image: url(../gfx/buttons/button_right.gif);
}

.sexybutton.sexyorange span span {
	background-image: url(../gfx/buttons/button_left.gif);
}

/* Yellow Button Skin */

.sexybutton.sexyyellow,
.sexybutton.sexyyellow:hover,
.sexybutton.sexyyellow:focus {
	color: #994800 !important;
}
	
.sexybutton.sexyyellow span {
	background-image: url(../gfx/buttons/button_right.gif);
}

.sexybutton.sexyyellow span span {
	background-image: url(../gfx/buttons/button_left.gif);
}

/* 
### NGG Gallery ##############################################################################
*/

a.piclenselink, a.piclenselink:visited {
	display: block;
	clear: both;
	margin: 7px 0 15px 0 !important;
	padding: 2px 5px 2px 5px;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: #FFF;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
	border: 1px solid #ccc;
	border-radius:5px !important; 
	-moz-border-radius:5px  !important; 
	-webkit-border-radius:5px;
	width: 130px;
	text-align: center;
}



/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #F78200;
	margin:4px 0px 4px 5px;
	padding:2px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #F7C600;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #F78200;
	display:block;  
	margin:4px 8px 7px 0;
	padding:2px;
	position:relative;
	opacity:0.8;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #F7C600;
	opacity:1.0;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}
	  
	  
/* 
### LOGIN ##############################################################################
*/

a#login-toggler, 
a#login-toggler:visited {
  display: block; 
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 5px 14px 0 0;
  padding: 0 0 0 27px;
  background: url("../gfx/icons/icon-login.gif") 6px 12px no-repeat;
  color: #B45C35;
  font-size: 83%;
  text-decoration: none;
}

a#login-toggler:active, 
a#login-toggler:hover, 
a#login-toggler:focus {
	color: #000;
	text-decoration: none;
	-moz-outline-width: 0;
}

/* Logout Button */
a#outlogger, 
a#outlogger:visited {
  display: block; 
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 5px 14px 0 0;
  padding: 0 0 0 28px;
  background: url("../gfx/icons/icon-login.gif") 6px -34px no-repeat;
  color: #97411F;
  font-size: 83%;
  text-decoration: none;
}

/* Login Slider */

#togglelogin {
	width: 500px;
	height: 300px;
	font-size: 100% !important;
	margin: 20px 0 0 0;
}

#togglelogin form {
	width: 356px;
	height: 230px;
	margin: 0; 
	padding: 58px 0px 0 120px !important;
	background: url(../gfx/bg-login.jpg) no-repeat;
}

#togglelogin form.error-login {
	width: 356px;
	height: 370px !important;
	margin: 11px 4px 0 1px !important; 
	padding: 58px 0px 0 120px !important;
	background: url(../gfx/bg-login-error.jpg) no-repeat;

}

/* erscheint nur bei fehlgeschlagenem Login und ist nur für mootols (check) im Einsatz */
#error-login {
	display: none;
}

#togglelogin .error-login p strong {
	color: red !important;
	margin-bottom: 0 !important;
	padding: 9px 0 9px 0 !important;
	display: block;
}

#togglelogin label {
	display: block;
	margin: 0 !important; 
	padding: 0 !important;
	float: none;
	clear: both;
	color: #810C10;
	line-height: 125%;
}

#togglelogin label.floater {
	float: left;
	clear: none;
	line-height: 26px;
}

#togglelogin input {
	height: 1.4em;
	width: 200px;
	border: 1px solid #D4A865;
	margin: 2px 5px 0 0;
	background: #FFF7CC;
	line-height: 1.6em;
	padding: 2px 0 2px 3px;
	font-size: 95%;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}

#togglelogin input.spacer {
	margin-bottom: 6px;
}

#togglelogin p {
	clear: both;
	display: block;
	padding-bottom: 4px;
	color: #810C10;
}

#togglelogin button.btn {
	clear: both !important; 
	float: none !important;
	margin: 3px 0 4px -2px;
}

#togglelogin input#rememberme {
	width: auto;
	line-height: 100%;
	margin: 5px;
	padding: 0;
	background: none;
	border: none;
}

/* 
### Blog ##############################################################################
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform {
  background: #EAE6DE;
  border: 1px solid #D9D3AF;
  margin: 20px 0 20px 0;
  padding: 15px 7px 7px 15px !important;
}

#commentform input {
  width: 200px;
  margin: 0.5em 6px 0 0;
  float: left;
}

#commentform textarea {width: 96%;}

#col1 #commentform p {
  margin: 0;
  padding: 0 0 6px 0;
  clear: both !important;
  width: 100%;
}

#col1 #commentform label	{
  display: inline;
  margin: 0.5em 0 0 0;
  width: 310px;
  float: left;
	line-height: 1.5em;
	cursor: pointer;
	
}

label small {
  color: #5C2E1A !important;
}

label small span {
  color: #877065 !important;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#col1 #commentform .btn {margin: 3px 0 7px -4px;}

#commentform input,
#commentform textarea,
#commentform select { 
	margin: 0 5px 8px 0;
	border: none;
	height: 1.8em;
	line-height: 2.3em;	
	background: #F7F5F2;
	border: 1px solid #ABA293;
	padding: 2px 0 0 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentform textarea {
  height: 200px;
  margin-right: 0px;
}

#commentform option {}


#commentform select {
	padding: 3px;
	width: 150px; /* attempt to have equal length */
	height: 2em;
	margin: 0 0 3px 8px;
}  

div.excerpt {margin: 6px 0 24px 0;}

#col3_content .excerpt p {padding: 6px 0 0 0 !important;}

#col3_content .excerpt a, #col3_content .excerpt a:visited {line-height: 135%;}

#home #col3_content .excerpt p {padding: 0 !important;}

.thread-alt {}

.thread-even {} 

.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	/* border-left: 1px solid #ddd; */
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	display: block;
	color: #B66E22;
}

#col2 small, #col3 small {
  color: #DCB15D;
}

#comments {
  background: #EAE6DE;
  border: 1px solid #D9D3AF;
  margin: 20px 0 20px 0;
  padding: 7px 7px 0 7px !important;
}

.alt {
	margin: 0;
	padding: 5px 0 7px 0 !important;
	text-align: left !important;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 80%;
	font-weight: normal;
}
	
ol#comments ol {
    margin-left: 18px !important;
    padding-left: 7px !important;
}

li.comment {
  border: none !important;
}

#comments ol li {
  font-weight: normal !important;
  font-style: normal;
}

#comments ol li ul li {} 

#comments ol li {
	font-weight: bold;
}

#comments ol li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

#comments ol cite, #comments ol cite a {
	font-weight: bold;
	font-style: normal;
	}

/* End Comments */


acronym, abbr, span.caps {
	font-size: 0.9em;
}

.more-link {
  display: block;
  margin: 5px 0 7px 0;
}

.post hr {
	display: block;
	}

.postmetadata {
  display: block;
	font-size: 90% !important;
	color: #ADA19A;
	padding: 4px 0 5px 0 !important;
	width: 100%;
	margin-bottom: 12px !important;
	text-align: center;
	background: #F7F5F2;
}

.postmetadata ul {}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.clear {
	clear: both;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	margin: 0 0 7px 0;
	font-weight: bold;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	font-weight: bold;
	/* 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D2C7B6;
	 
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#col1 .wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #AB8C50;
	line-height: 14px;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, verdana,sans-serif; 
}


#col1 .alignleft {
   float: left;
   margin: 5px 8px 6px 0;
}

#col1 .alignright {
   float: right;
   margin: 5px 0 6px 10px;
}

.current-cat {
  font-weight: bold !important;
}

/* 
### Mootols Specials #################################################################
*/

/* Styles fuer Accordion (mootools) */

#col1 #accordion {
  padding: 8px 0 15px 0 !important;
}

#accordion div.element {
  padding-left: 17px;
}

/* ######################################################################################################
** ### Guestbook (DMS)   ################################################################################
** ######################################################################################################
*/

.message-error {
  width: 100%;
  margin: 15px 0 15px 0;
  font-weight: bold;
  line-height: 170%;
  color: red;
}
 
#col1 .message-form label {
  padding: 0;
  margin: 3px 0 3px 0;
  float: left;
  text-align: left;
  font-weight: bold;
}

#col1 .message-form label span {
  font-weight: normal !important;
  color: #C63200;
}

#col1 .message-space label {
  float: none !important;
  margin: 0 0 6px 0;
}

#col1 .css_form_textfieldspace {
	padding: 6px 0 0 15px;
}

#col1 .css_form_textfieldspace input {
  width: 170px;
  height: 1.2em; 
  float: left;
  border: 1px solid #ccc;
  margin: 3px 0 3px 0;
  background: url(../gfx/bg-input.gif) #FFF;
  font-size: 120%;
  line-height: 1.5em;
  padding: 1px 0 1px 3px;
  border-radius:3px; 
  -moz-border-radius:3px; 
  -webkit-border-radius:3px;
}

#col1 .css_form_textfieldspace strong {
  width: 100px;
  height: 1.2em; 
  float: left;
  margin: 3px 0 3px 0;
  font-size: 100%;
  line-height: 1.5em;
  padding: 1px 0 1px 0;
}

#col1 .css_form_textfieldspace textarea {
  width: 450px;
  height: 150px;
  margin: 5px 0 0 !important;
  float: left;
  display: block;
  clear: both;
  background: url(../gfx/bg-textarea.gif) #FFF;
  line-height: 1.5em;
  padding: 1px 0 1px 3px;
  border: 1px solid #ccc;
  border-radius:3px; 
  -moz-border-radius:3px; 
  -webkit-border-radius:3px;
}

#col1 .css_form_text {

}

#col1 .message-number {
  float: left;
  width: 35px;
}

#col1 .message-box {
  float: left; 
  width: 500px;
}
  
#col1 .message-name {
  float: left;
  width: 440px;
}

#col1 .message-name img, #col1 .message-name a, #col1 .message-name a:visited {
  float: left;
  display: block;
  text-decoration: none;
}

#col1 .message-url-img {
  width: 25px;
  padding-right: 5px; 
  float: right;
}

#col1 .message-url-img img, #col1 .message-url-img a, #col1 .message-url-img a:visited {
  float: right;
  display: block;
  position: relative;
  top: 7px;
  right: 5px;
  border: none;
  text-decoration: none;
}

.message-header { 
  color: #CBA968;
  padding-left: 15px;
  margin: 0 0 10px 0;
  line-height: 100%;
}

#col1 .message-header  h3 { 
  padding: 0;
  margin-bottom: 0 !important;
  line-height: 110%;
}

.message-email{
	display: none;
}

.message {
  margin: 0;
  padding: 0 0 12px 15px;
  width: 470px;
  line-height: 165%;
  font-size: 110%;
}

#col1 .message  p {
	padding-left: 0 !important;
	font-size: 90% !important;
}

.messagebox {
}

#col1 .message-mandatory {
  clear: both;
  margin-top: 5px;
  padding: 7px 0 6px 15px;
  font-size: 80%;
  color: #C63200;
  float: left;
  line-height: 130%;
}

.css_form_mandatory {
	display: block;
	font-size: 80%;
	text-align: left;
}

#col1 input.css_form_submit {
  clear: both !important;
  margin: 7px 0 9px 0;
  width: 120px;
  font-size: 120%;
  font-weight: bold;
  color: #CB6805;
}
  
div.message-total{

}

#col1 div.post-navigation{
  padding: 25px 0 17px 0;
}
  

div.post-navigation a.current, div.post-navigation a.current:visited {
}

a.post-navigation-char, a.post-navigation-char:visited {
}

div.post-navigation-char-position {}

.css_guestbook_position {}

.css_form_textfieldspace {
	width: 100%;
	clear: both;
	text-align: left;
}

.css_form_antispamtext {
	padding: 11px 0 0 0;
	clear: both;
	float: none;
	text-align: left;
}

.css_form_antispamtext p {
  font-size: 80% !important;
  text-align: left;
}

.css_form_antispamcontent {text-align: left;}

.css_form_antispamcontent_position {
	padding: 5px 0 0 15px;
	margin: 0;
	clear: both;
	text-align: left;
}

.css_form_antispamcontent_position table {
	margin: 0 0 0 88px !important;
}

.css_form_antispamcontent_position img {
	margin: 0 0 0 7px !important;
}

.css_form_antispam_inputfield {
	width: 70px;
	height: 1.2em; 
	float: left;
	border: 1px solid #ccc;
	margin: 3px 0 3px 7px;
	background: url(../gfx/bg-input.gif) #FFF;
	font-size: 120%;
	line-height: 1.5em;
	padding: 1px 0 1px 3px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}

.css_form_submit {
	color: #000000;
}

#col1 .css_form_submit_position  {
	text-align: center;
	margin: 20px 0px 12px 0px !important;
}

.css_form_errormessage {
	color: #bb0000;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}

.css_form_successmessage {
	background:#BEF1AD;
	color: #000;
	line-height: 165%;
	display: block;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	padding: 6px 8px 7px 8px;
	margin: 10px 0 10px 0;
}

.css_form_successmessage strong {
	color: #000 !important;
}

.css_form_embedded .css_form_successmessage {
	display: none;
}

.css_form_link {
	font-size: 100%;
}

.css_navigation_totalcount {
	font-size: 100%;
	text-align:center;
	padding:0px 0px 5px 10px;
}

.css_navigation_overview {
	text-align: center;
	margin: 8px 0 15px 0;
}

.css_navigation_overview  a,
.css_navigation_overview  a:visited {
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #D9A65A;
	background: #FFF;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
	line-height: 17px;
	font-size: 100%;
	font-weight: bold;
}

.css_navigation_overview  a.css_navigation_char,
.css_navigation_overview  a.css_navigation_char:visited {
}

.css_navigation_overview  span {
	display: block;
	float: left;
	text-decoration: none;
	width: 70px;
	height: 17px;
	line-height: 17px;
	font-size: 100%;
	font-weight: bold;
	margin-left: 150px;
	color: #A55017;
	text-align: left;
}

.css_navigation_select {
	background: #CB4802 !important;
	color: #FFF !important;
}

.css_navigation_notselect {
	color:#000000;
	text-decoration:none;
}

.css_navigation_char_position {
	left:0px;
	text-align: center;
	padding: 0px 0px 15px 0;
}

.css_navigation_char_position  a,
.css_navigation_char_position  a:visited {
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #D9A65A;
	background: #FFF;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
	line-height: 17px;
	font-size: 100%;
	font-weight: bold;
}

.css_navigation_char {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.css_post_message {
	font-size: 100%;
	margin:5px 0px 0px 0px;
}

.css_form_embedded {
	border: none !important; 
	margin: 0; 
	padding: 0;
}

.css_post_embedded {
	border: none; 
	margin: 0; 
	padding: 0;
}

a.css_navigation_char:hover {
	text-decoration:none; 
}
a.css_navigation_select:hover {
	text-decoration:none; 
}
a.css_navigation_notselect:hover {
	text-decoration:none;
}


.fb-like-box {margin-bottom: 15px;}


/* >>>>> Ende @media all Anweisung */
} 

