
html, body {}

html{
	border: 0px solid red;
}

body {background: #fff;border: 0px solid black;color: #333; font: 62.5% "Times New Roman", Times, serif; text-align: center; }



* { padding: 0; margin: 0; }



/*---:[ global elements ]:---*/

a { color: #46670C; text-decoration: underline; }

	a:visited { color: #46670C; text-decoration: underline; }

	a:hover { color: #46670C; text-decoration: underline; }

	a img { border: none; }

blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }

code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }



/*---:[ headlines ]:---*/

h1, h2, h3 { font-weight: bold; font-family: "Times New Roman", Arial, sans-serif; color: #000; }

h1 { font-size: 3.6em; letter-spacing: -0.03em; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 0px solid #ccc; text-align: center; clear: both; }

	h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }

h2 { font-size: 2.0em; }

	h2 a { color: #000; text-decoration: none; }

		h2 a:visited { color: #555; text-decoration: none; }

		h2 a:hover { color: #090; text-decoration: underline; }

	.posts h2 { font-size:2.0em;; margin: 0 0 15px 10px; color:#46670c }
	.posts h2 a{
	    color:#46670c;
	    margin: 0 0 0px 0px;
	}


	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }

	h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 0px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }

h3 { font-size: 1.0em; text-transform: uppercase; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; }

	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }

	h3.comments_headers { font-size: 1.4em; }

h4 { font: italic 1.2em Georgia, "Times New Roman", Times, serif; color: #888; }

	h4 a, h4 a:visited { color: #888; text-decoration: none; }

		h4 a:hover { color: #888; text-decoration: underline; }

	.posts h4 { margin: 0 0 0 15px; padding: 0 0 1.0em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }



/*---:[ core layout elements ]:---*/

#container { width: 966px; margin: 0 auto 0 auto; background: #transparent; }

	#content_box { width: 966px; height:100%; text-align: left; float: left; clear: both; }

		#content { width: 540px; height:100%; float: left;
				 margin-left:4px; margin-right:4px; margin-top:4px; background:#fff;
				 border:1px solid #797d80; padding: 20px 5px 0px 5px;
				 background:#fff url('/images/Content_kachel_mitte_oben.jpg') no-repeat left top;

				 }

		#sidebar { width: 248px; padding: 0 0 0 0;
					float: right;
					border: 1px solid #797d80;
					background:#ffffff;
					margin-top:4px;
		 }

		#l_sidebar { width: 152px;
					padding: 0 0 0 0px;
					float: left;
					border: 1px solid #797d80;
					margin-top:4px;
					background:#ffffff;

					 }

	#footer { width: 966px; padding: 1.2em 0 0 0; border-top: 0px solid #ccc; clear: both; }

#outer-container{
	height:100%;
	width: 1197px;
	border:0px solid red;
	margin: 0 auto 0 auto;
	background: transparent url('/images/bg_head.jpg') no-repeat;
	background-position: top center;
}

#middle-container{
	width: 1197px;
	border:0px solid blue;
	margin: 0 auto 0 auto;
	background: transparent url('/images/BGBottom.jpg') no-repeat;
	background-position: bottom center;
}

/*---:[ header styles ]:---*/

#masthead { width: 966px; height: 201px; background: url('/images/HeadBild.jpg') no-repeat; clear:both; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

	/* #masthead a { display: block; width: 970px; height: 100px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav { list-style: none; width: 966px; padding: 0px; float: left; clear: both; }

	ul#nav li { padding: 0px; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }

		ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; }

		ul#nav li a:hover { color: #000; text-decoration: underline; }

		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; }

	ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; }

		ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }

#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }

	#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */



/*---:[ content styles ]:---*/

.entry { font-size: 1.4em; line-height: 1.35em; margin:0px 10px 0px 10px; }

	.entry blockquote { font-size: 1.0em; }

		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }

		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }

			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }

	.entry p { margin: 0 0 1.5em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }

	.entry ul { list-style-type: square; }

		.entry li { margin: 0 0 0.5em 0; }

			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }

	.entry dl { margin: 0 0 1.5em 0; }

		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }

		.entry dd { margin: 0 0 1.5em 20px; }

	.entry .ad { margin: 0 0 0.5em 15px; float: right; }

	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }

		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }

		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }

		.entry img.off { padding: 0 !important; border: none !important; }

		.entry img.stack { clear: none !important; }

.tagged { margin-left:-5px; margin-right:-5px;padding: 0.4em; background: url('/images/Content_Header.jpg') no-repeat; font-size: 1.4em; font-weight:bold; color: #000; clear: both; }

	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }

		.tagged a:hover {text-decoration: underline; }

	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation { width: 500px; font-size: 1.4em; float: left; }

	.previous { padding: 0 20px 0 0; float: left; }

	.next { float: right; }

.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 1.7em 0 !important; }



/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { margin:  0 0 15px 0;float: left; }

		li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin:0; padding: 0; border-top: 0px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }

		li.widget ul, li.linkcat ul { list-style: none; margin: 15px 0 5px 20px; }

		li.widget ol, li.linkcat ol { margin: 0 0 0.5em 20px; }

			li.widget li, li.linkcat li { margin: 0 0 0.7em 0.5em; }

				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: none; font-size:1.4em; color:#46670c; font-weight:bold; }

					li.widget li a:hover, li.linkcat li a:hover { text-decoration: underline; }

				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }

		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }

			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }

				li.widget ul.flickr_stream li a img { padding: 3px; }

				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }

			/*---< FlickrRSS styles for the widget only >---*/

			li.widget_flickrrss { }

				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }

				li.widget_flickrrss a:hover img { background: #ff2a96; }

		/*---< Calendar widget styles >---*/

		#calendar_wrap { font-size: 2.0em; padding: 10px 15px 0px 15px; color: #46670c; }
		#calendar_wrap table{ margin: auto; width:100%; border: 1px solid #46670c; text-align:center;}
		#calendar_wrap table th {background-color:#46670c;color:#fff; padding: 2px 0px 2px 0px; }



/*---:[ footer styles ]:---*/

#footer p { margin: 0 0 0.923em 0; font-size: 1.3em; color: #888; text-align: right; }

	#footer a, #footer a:visited { color: #888; text-decoration: none; }

		#footer a:hover { color: #888; text-decoration: underline; }



/*---:[ comment styles ]:---*/

#comments { width: 500px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }

		ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }

		ul#comment_list li.trackback { width: 470px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }

			.comment_meta { margin: 0 0 1.2em 0; }

				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }

				.trackback .comment_num { padding: 0 0 0 20px; }

					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }

						.comment_num a:hover { color: #df0000; text-decoration: none; }

				.comment_meta strong { font-size: 1.6em; }

				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }

			.comment .entry { padding: 0 15px; }

				.comment .entry p { margin: 0 0 1.0em 0; }



/*---:[ comment form styles ]:---*/

#comment_form { width: 500px; padding: 1.0em 0 0 0; float: left; }

	#comment_form p { padding: 0.6em 0; }

		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }

		#comment_form .text_area { width: 321px !important; }

			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }

		#comment_form p.subscribe-to-comments { font-size: 1.4em; }

			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }



/*---:[ search form styles ]:---*/

#search_form { }


	#search_form .search_input { width: 201px; padding: 6px; color: #ababab; font: normal 1.0em Arial, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }

	li.widget .search_input { font-size: 1.1em !important; margin: auto auto;}

		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }


/* --- additional styles*/
a.nav-button{
	height:46px;
	padding:0px;
	margin:0px;
	background-image: url('/images/navigation.jpg');
	background-repeat:no-repeat;
	display:block;
}

a.gdo-home{
	background-position:0px -282px;
	width:153px;

}

a.gdo-home:hover{
	background-position:0px -282px;
}

a.gdo-anbau{
	background-position:0px -423px;
	width:163px;
}

a.gdo-anbau:hover{
	background-position:0px -376px;
}

a.gdo-sortenlexikon{
	background-position:0px -47px;
	width:273px;
}

a.gdo-sortenlexikon:hover{
	background-position:0px 0px;
}

a.gdo-mitglieder{
	background-position:0px -235px;
	width:212px;
}

a.gdo-mitglieder:hover{
	background-position:0px -188px;
}

a.gdo-presse{
	background-position:0px -141px;
	width:165px;
}

a.gdo-presse:hover{
	background-position:0px -94px;
}

#top-links-wrapper{
	width:966px;
	height:22px;
	background-color: transparent;
}

#top-links{
	height:22px;
	float:right;
	width:284px;
	background:url('/images/bg-servicenavi.jpg') no-repeat left top;
}

#top-links li{
	padding-top:0px;
	float:left;
	height:27px;
	margin-left:14px;
	list-style-type:none;
	list-style-position:outside;
}

#top-links li a{
	color:#000000;
	margin-top:6px;
	text-decoration:none;
	font-size: 1.2em;
	font-weight:bold;
	display:block;

}

#top-links li a:hover{
	color:#ffffff;
}



.clear-both{
	clear:both;
}

.widget h2{

	display:block;
	border-bottom: 1px solid black;


}

li.widget h2.widgettitle{
	display:block;
	background:	#ffffff url('/images/blog-header.jpg') no-repeat;
	font-size:0px;
}

li.widget_categories h2.widgettitle{
	width:152px;
	height:31px;
		background-position:0px -62px;
}

li.widget_archive h2.widgettitle{
	width:152px;
	height:31px;
	background-position:0px 0px;
}

li.widget_search h2.widgettitle{
	width:248px;
	height:31px;
	background-position:0px -93px;
}

ul.sidebar_list li.widget_search{
	margin:0px;
}

li.widget_search form{
	height:100%;
	padding: 10px;
	text-align:center;
}

li.widget_calendar h2.widgettitle{
	width:248px;
	height:31px;
	background-position:0px -31px;
}

li.widget_dbem_calendar h2.widgettitle{
	width:248px;
	height:31px;
	background-position:0px -31px;
}



li.ctc h2.widgettitle{
	width:248px;
	height:31px;
	background-position:0px -124px;
}

li.widget_rss_links h2.widgettitle{
	width:248px;
	height:31px;
	background-position:0px -155px;
}

.widget h2.header-left{
	background:	#ffffff url('/images/blog-header.jpg') no-repeat;
	font-size:0px;
	width:152px;
	height:31px;
}

.widget h2.header-right{
	background:	#ffffff url('/images/blog-header.jpg') no-repeat;
	font-size:0px;
	width:248px;
	height:31px;
}

#gdo-kategorien{
	background-position:0px -62px;
}

#gdo-archiv{
	background-position:0px 0px;
}

#gdo-suchen{
	background-position:0px -93px;
}

#gdo-kalender{
	background-position:0px -31px;
}
#gdo-tagwolke{
	background-position:0px -124px;
}

li.cat-item a{
	font-weight:bold;
	font-size:1.4em;
	color:#46670c;
}

li.current-cat{
	color:#db2c13;
	list-style-image: url(/images/Dott.gif);
}

li.widget li.current-cat a{
	color:#db2c13;
}

.tagged strong{
	color:#fff;
}

.search_input{
	background:	url(/images/lupe.jpg) no-repeat right center;
}

div.ctc{
	padding:15px;

}

div.ctc a{
	color:#46670c;
	text-decoration:none;
}

div.ctc a:hover{
	text-decoration:underline;
}


.dbem-calendar { font-size: 20px;; color: #46670c; }
.dbem-calendar table{margin:auto;margin-top: 10px; width:220px; border: 1px solid #46670c; text-align:center;}
.dbem-calendar table .days-names {background-color:#46670c;color:#fff; padding: 1px 0px 1px 0px; }

table.dbem-calendar-table thead td{
	font-size: 1em !important;
}

table.dbem-calendar-table tbody td{
	padding:1px;
}

.prev-month, .next-month{
	font-size:0.5em;
}

li.widget_dbem_list ul li{
	display:block;
	margin-right:5px;
	font-size:1.4em;
}

li.widget_dbem_list ul li a, li.widget_dbem_list ul li a:visited{
	font-size:1em;
}

li.widget_dbem_list h2{
	border: 0px;
}

li.widget_dbem_list ul{
	margin-top: 5px;
}

a.prev-month{
	display:block;
	height:12px;
	width:10px;
	background:	#ffffff url('/images/blog-header.jpg') no-repeat;
	background-position:-152px 0px;
	font-size:0px;
}

a.next-month{
	float:right;
	display:block;
	height:12px;
	width:10px;
	background:	#ffffff url('/images/blog-header.jpg') no-repeat;
	background-position:-163px 0px;
	font-size:0px;
}

li.widget_dbem_list h2.widgettitle{
	display:none;
}

table.dbem-calendar-table td.eventful a, table.dbem-calendar-table td.eventful-today a {
color:#ff0000 ! important;
}



#print {
	height: 80px;
	width: 100%;
	text-align: right;
	margin-left:-5px;
	margin-right:-5px;

	padding: 0px 5px 0px 5px;
	background: url(/images/bg-contentfooter.jpg) no-repeat left bottom;
	font-size: 0px;
	text-indent: -9999px;
}

#print a.print {
	background: url(/images/icon-print.gif) no-repeat left top;
	display: block;
	height: 22px;
	width: 22px;
	text-indent: -9999px;
	float: right;
	font-size: 0px;
	text-decoration: none;

}

ul#servicenavi {
	height:22px;
	float:right;
	width:284px;
	background:url(/images/bg-servicenavi.jpg) no-repeat left top;

}
ul#servicenavi li {
	list-style: none;
	height:22px;
	float: left;


}
ul#servicenavi li a {
	font-size: 1.296em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
	line-height: 2.1em;

}
ul#servicenavi li a:link,
ul#servicenavi li a:visited {color: #000;}
ul#servicenavi li a:hover,
ul#servicenavi li a:active,
ul#servicenavi li.active a {color: #FFF;}
