/*
Theme Name: Wunderbarf 2011
Theme URI: http://www.wunderbarf.de
Description: Wunderbarf 2011 Theme
Author: Thomas Stein
Version: 2011
Tags:
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.banner img {
	border: 1px solid #a31c26;
}

/* ========================================================================= */
/* Globals
/* ========================================================================= */

body {
	background: #a31c26 url('images/HG_11x11.gif');
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #747577; /* #a31c26; */
	margin:0;
	padding: 0;
	line-height: 16px;
}


p {
	margin-bottom: 10px;
}

a {
	color: #a31c26;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #529705;
	text-decoration: underline;
}

.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }


h1 {
	color: #529705;
	margin: 10px 0 20px 0;
	 font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

h1 a {
	color: #529705;
}


h2 {
  	color: #747577;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
}

h3 {
    color: #a31c26;
	font-size: 14px;
	clear: both;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 a {
	color: #a31c26;
}

h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.top10 {
	margin-top: 10px;
}
.wrapper {
	margin: 0 auto;
	width: 985px;
}

/* .wrapper {
	margin: 20px auto 0 auto;
	width: 993px;
	background: #ffffff;
	-moz-border-radius-topleft: 40px;
	-webkit-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	-webkit-border-radius-topright: 40px;
} */

#header {
	background: transparent url("images/kopf2011.png") no-repeat 0px 20px;
	height: 150px;
	margin: 0px 0px;
	/* padding-top: 30px; */
}

.wrapper_white {
	background: transparent url('img/bg_main01.png') repeat-y;
	width: 985px;
	margin: 0 auto;
}

#content {

	background: #FFECD6;
	/*-moz-border-radius-bottomleft: 30px;
	-webkit-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-radius-bottomright: 30px;
	/* border: 1px solid #a31c26; */
	background: transparent url(images/bg_main01.png) repeat-y;
}

.content_wrapper {
	padding: 0px 20px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/**
 *  Mainnavigation
 */
#mainnav {
	background: #a31c26;
	height: 34px;
	margin-left: 15px;
	margin-right: 39px;
}

#mainnav ul { list-style-type: none; margin: 0; padding:0;  }

#mainnav ul li {
	display: inline;
	margin: 1px 0 10px 0;
	padding: 3px 0 0 0;
}

#mainnav ul li  {
		color: #fff;
		text-decoration: none;
		float:left;
		padding-left: 3px;
		font-weight: bold;
		margin-left: 1px;
		outline: none;

}

#mainnav ul li .current {
color: #ffedd9;
}

#mainnav ul li a {
		color: #fff;
		text-decoration: none;
		float:left;
		font-weight: bold;
		margin-left: 1px;
		outline: none;
		padding: 5px 7px 5px 7px;
		text-transform: uppercase;
}

#mainnav ul li a:hover {
	background: #ffedd9;
	color: #a31c26;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#nav-below {
	margin-bottom: 20px;
}


.breadcrumbs {
	/* border-bottom: 1px solid #a31c26; */
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}

.breadcrumbs a {
	color: #a31c26;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}


#news_content_wide img {
	margin-top: 20px;
}
/* ========================================================================= */
/* Layout
/* ========================================================================= */

#container {
	padding: 20px 25px;
	width:910px;
}

#sidebar {
	float: left;
	width: 300px;
}

.sidebar_pos_left {
	margin-right: 20px;
}


.sidebar_pos_right {
	margin-left: 40px;
}

#maincontent {
	float: left;
	width: 550px;
}






/* ====================================================================
   Navigation (Kategorien)
==================================================================== */

.catnavi {
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 17px;
	color: #a31c26;
}

.catnavi {list-style:disc; }

.catnavi li {
	padding-bottom: 3px;
}

.catnavi a {
	color: #a31c26;
	text-decoration: none;
}

.catnavi a:hover {
	text-decoration: none;
	color: #529705;
}


/* ========================================================================= */
/* Sidebar Navigation
/* ========================================================================= */

#nav1st {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav1st {

	font-size: 14px;
	font-weight: bold;
	color: #a41c22;
}

li.nav1st  {
	margin-bottom: 10px;
	padding-left: 0px;
}

li.nav1st a {
	text-decoration: none;
	padding-left: 25px;
color: #a41c22;
        background: url(../images//pfote_light.gif) no-repeat;
}

li.nav1st a:hover {

	background: url(../images/pfote.gif) no-repeat;
}

.nav1stactive {
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #a41c22;
}

li.nav1stactive  {
	margin-bottom: 10px;
	padding-left: 0px;
}

li.nav1stactive a {
	text-decoration: none;
	padding-left: 25px;
color: #a41c22;
	background: url(../images/pfote.gif) no-repeat;

}

li.nav1stactive a:hover {

	background: url(../images/pfote.gif) no-repeat;
}




.imagewidthcaption {
	 background-color: #F9F9F9;
	/* border: 1px solid #CCCCCC;  */
	padding: 4px;
	font-size: 11px;

 }

.imagewithcaption a { font-weight: normal; }
.imagewidthcaption img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }

.imageright {
		margin: 0 0 5px 5px;
}

.imageleft {
		margin: 0 5px 5px 0;
}

.image80 {
	width: 82px;
}

.image250 {
	width: 252px;
}

.image150 {
	width: 152px;
}


/* ========================================================================= */
/* News
/* ========================================================================= */

#news_sidebar {
	width: 300px;
	float: left;
	margin-right: 50px;
}

#news_content {
	width: 550px;
	float: left;
	line-height: 20px;
}

#news_content_wide {
	width: 620px;
	float: left;
	line-height: 20px;
	margin-right: 20px;
}

#news_sidebar_small {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.news_sidebar_date {
	text-align: right;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    color: #529705;
}

.newsTitle {


	margin: 0px 0 0px 0;
	 font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
	}


.newsDateTitle {
		text-align: left;
	font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
margin: 5px 0;
}

.newsDateFrontpage {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

/* ========================================================================= */
/* Newschild Table Definition
/* ========================================================================= */

.entry-content {
	margin: 20px 0;
}

.entry-content table {
	margin: 10px 0;
}

.entry-content th {
	background: #a41c22;
	text-align: left;
	font-variant: small-caps;
	color: #fff;
	padding: 3px;
}

.entry-content tr {
	background: #efefef;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	color: #333333;
}

.entry-content td {
	padding: 3px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.tableborderright {
	border-right: 1px solid #ffffff;
}

.tableborderbottom {
	border-bottom: 1px solid #ffffff;
}

/* ========================================================================= */
/* Content Pages
/* ========================================================================= */

#maincontent p {
	margin-bottom: 10px;
}

#maincontent ul {
margin: 10px 0 10px 25px;
		}

#maincontent ul li {
	}

.zutaten {
	font-style: italic;
}

.section img {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.wide_sidebar {
	float: left;
	width: 350px;
	margin-bottom: 40px;
}

.articlecontent {
	float: left;
	width: 500px;
	margin-bottom: 40px;
}

/* =Post Content
-------------------------------------------------------------- */


.post_content ul {
	list-style:disc;
	margin: 5px 0 10px 25px;
}

.post_content ul li {
	margin-bottom: 3px;
}


/* =Navigation
-------------------------------------------------------------- */





/* ========================================================================= */
/* Frontpage
/* ========================================================================= */

.fp_post_excerpt {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 14px;
}

.fp_slogan {
    text-align: center;
    font-size: 28px;
    color: #A41C22;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.fp_mainimage {
    text-align: center;
    margin: 20px 0;
}


/* ====================================================================
   Footer
==================================================================== */
#footer_wrapper {
	background: transparent url('images/bg_footer01.png') no-repeat;
	padding: 5px 10px 0 25px;
	height: 190px;
	margin: 0 auto;
	width: 985px;
	background-position: bottom left;
	height: 160px;
}
/*#footer_wrapper {
		margin: 0px auto 20px auto;
	width: 993px;
	background: #ffffff;
	padding-bottom: 20px;
	-moz-border-radius-bottomleft: 40px;
	-webkit-border-radius-bottomleft: 40px;
	-moz-border-radius-bottomright: 40px;
	-webkit-border-radius-bottomright: 40px;
}*/

 #footer {
	 margin: 0 20px 0 20px;
	padding: 12px 20px 20px 20px;

}

/*#footer {
	background: transparent url('img/bg_footer01.png') no-repeat;
	padding: 5px 10px 0 25px;
	height: 190px;
	margin: 0 auto;
	width: 985px;
}
#footer-end {
	background: transparent url('img/bg_footer2.jpg') no-repeat;
	height: 10px;
	margin-top: -10px;
	display: none;
} */
#footer_col1 {
	float: left;
	width: 190px;
	margin-right: 10px;
	padding-top: 10px;
}

#footer_col2 {
	float: left;
	width: 225px;
	margin-right: 10px;
}

#footer_col3 {
	float: left;
	width: 225px;
}

#footer h3 {
	color: #747577;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 150%;
}

#footer ul.menu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;
	/* border-top: 1px solid #EBEBEB; */
}
#footer ul.menu li {
	list-style: none;
	/* border-bottom: 1px solid #EBEBEB; */
	padding: 5px 0 5px 5px;
	margin: 0 2px;
}

#footer ul.menu li a {
	text-decoration: none;
	background-image: none;
	color: #747577;
}
#footer ul.menu li a:hover {
	color: #529705;;
}
#footer ul.menu ul { margin: 0 0 0 5px; padding: 0; }
#footer ul.menu ul li { border: none; }



.parseTime {
	text-align: center;
	color: #ffedd8;
	font-size: 8px;
	font-weight: normal;
	padding-bottom: 20px;
}
.parseTime  a {
	color: #ffedd8;
}
.copyright {
	color: #ffedd8;
	font-size: 10px;
}

.copyright a {
	color: #ffedd8;
}



/* ====================================================================
   Weblinks
==================================================================== */

h3.link_section  {
	color: #529705;
}
.weblink {
	margin-bottom: 8px;
}

.weblink_title {
	float: left;
	width: 200px;
}

.weblink_description {
	float: left;
	width: 600px;
}



.ngg-galleryoverview {
	margin-top: 0;
	padding-top: 0;
}