	/* reset css */
/* v1.0 | 20080212 */

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 {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent; }
body {	line-height: 1; }
ol, ul {	list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; 	border-spacing: 0; }

/*
 * Sonnenertrag CSS Styles
 *
 */
body { color: #333; font:normal 12px Verdana,sans-serif; background: #F8B356 url('/img/bg.jpg') repeat-x top center; text-align:center; }
body.switch_user { background:red; }
th { font:bold 11px Verdana,sans-serif; text-align:center; color:#000; border-bottom:#000 1px solid; }
td { color: #333; font:normal 12px Verdana,sans-serif; }
a:link,a:active,a:visited,a:hover { color: #000; text-decoration: underline; }
a.tooltip { color:#bb0000; }
a:hover { color:#333; }
div { text-align:left; }
h1 { color:#333; font:italic 24px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h2 { color:#333; font:italic 17px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h3 { color:#333; font:italic 16px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h4 { color:#333; font:italic 15px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h5 { color:#333; font:italic 14px Georgia,serif; text-decoration:underline; margin: 5px 0; }

/* background colors */
.greybg { background: #F0F0F0; }

/* colors */
.red { color:#ff0000; }
.green { color:green; }

/* css3 shadows */
.whitebg_shadow { border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow: 0 0 5px #999; -moz-box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; background:#fff; }

/* specal text formats */
.big { font-size:14px; font-weight:bold; }

/* messages */
.hide { display: none; }
.error { background: #f44 url('/img/icons/delete_32.png') no-repeat 5px !important; border: solid; border-width: 1px; border-color: #AA0000; margin:10px; padding: 10px 10px 10px 50px !important; }
.notice { background: #66CC33 url('/img/icons/info_32.png') no-repeat 5px;  border: solid; border-width: 1px; border-color: #669900; margin:10px; padding: 10px 10px 10px 50px !important; }
.notice.small { background: #DDEEDD url('/img/icons/info_16.png') no-repeat 2px 2px; padding: 2px 2px 2px 22px !important; font-size:11px; }
.warning { background: #FFCC33 url('/img/icons/warning_32.png') no-repeat 5px; border: solid; border-width: 1px; border-color: #FF9900; margin:10px; padding: 10px 10px 10px 50px !important; }

/* alignments */
.cb { clear:both; }
.cl { clear:left; }
.cr { clear:right; }
.left { text-align:left; }
.right{ text-align:right; }
.center { text-align:center; }
.fl { float:left; }
.flr { float:right; }
img.fl { margin: 0 15px 10px 0; }
img.flr { margin: 0 0 10px 15px; }

/* ajax indicator */
.formloader { background:url('/img/indicator.gif') no-repeat 50% 50%; width:16px; height:20px; margin:0 2px; float:left; display:block; }
.loading { background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
.loadingpanel,#panel_color .loadingpanel { background: #F18F0B url('/img/indicator-panel2.gif') no-repeat 50% 50% !important; }

/* css button */
a.addbutton { background: url('/img/icons/plus_16.png') no-repeat 0% 50%; height:10px; padding:3px 0px 3px 20px; display:block; float:left; text-decoration:none; }
a.commentbutton { background: url('/img/icons/bubble_16.png') no-repeat 0% 50%; padding:3px 10px 3px 20px; display:block; float:left; text-decoration:none; }
a.votebutton { background: url('/img/icons/flag_16.png') no-repeat 0% 50%; padding:3px 10px 3px 20px; display:block; float:left; text-decoration:none; }
.button_small { display:block; padding:2px 5px; margin: 0 5px; float:left; background:#DF8700; font:bold 11px Georgia,serif; text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	-ms-box-shadow: 1px 1px 2px #999;
	-o-box-shadow: 1px 1px 2px #999;
	text-shadow: 1px 0px 1px #eee;
	-moz-text-shadow: 1px 0px 1px #eee;
	-webkit-text-shadow: 1px 0px 1px #eee;
	-o-text-shadow: 1px 0px 1px #eee;
	-ms-text-shadow: 1px 0px 1px #eee;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(223,134,0)),
	    color-stop(1, rgb(244,207,0))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(223,134,0) 0%,
	    rgb(244,207,0) 100%
	);
}
a.button_small { text-decoration: none; }

/* Login / Register Panel */
#panel { position: absolute; top:0; left:0; min-height:32px; height:auto !important; z-index:1000; width:100%; }
#panel_color { background:#F18F0B; display:none; height:70px; }
#panel_frame { width: 1132px; margin: 0 auto; position:relative; }
#panel_frame div { padding:5px 15px; text-align:left; }
#panel_slider_frame { width: 1132px; margin: 0 auto; }
#panel_slider { height:32px; background: url('/img/panel_shadow.png') repeat-x top left; cursor:pointer; }
#panel_slider #slider,#panel_slider #slider_user { margin:0 0 0 165px; width:434px;height:32px; background:url('/img/panel_slider.png') no-repeat top center; }
#panel_slider #slider div,#panel_slider #slider_user div { float:left; color:#fff; font:italic 13px Georgia,serif; }
#panel_slider #slider #greeting,#panel_slider #slider_user #greeting { width:100px; margin: 8px 40px 0 10px; text-align:center; overflow:hidden; }
#panel_slider #slider #login,#panel_slider #slider_user #login { width:80px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider #close,#panel_slider #slider_user #close { width:80px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; display:none; }
#panel_slider #slider #reg,#panel_slider #slider_user #reg { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider #close_reg,#panel_slider #slider_user #close_reg { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; display:none; }
#panel_slider #slider #menu,#panel_slider #slider_user #menu { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider #close_menu,#panel_slider #slider_user #close_menu { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; display:none; }
#panel_slider #slider #logout,#panel_slider #slider_user #logout { width:80px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider_user .toggle_menu { position:relative; }
#panel_slider #slider_user #pn_notify { display: block; width:40px; height: 16px; position:absolute; top:0px; left: 160px; background: url('/img/icons/bubble_16.png') no-repeat 0% 50%; }

/* Page Header */
#layout { width: 1132px; margin: 0 auto; min-height:600px; height:auto !important; }
#body { width: 955px;min-height:800px;height:auto !important; background: url('/img/bg_shadow.png') repeat-y top center; }
#header { width:940px;height:210px;margin:0 6px; background: url('/img/sonnenertrag_header.jpg') no-repeat top center; }
#header p { position:absolute;margin: 145px 0 0 95px; color:#FFF; font:italic 21px Georgia,serif;text-shadow: 1px 2px 2px #666; width: 600px; }
#header .button1,
#header .button2,
#header .button3 { font:italic 13px Georgia,serif; position:absolute; background: url('/img/header_button.png') no-repeat top center; width:79px; height:84px; text-align:center; }
#header .button1 a,
#header .button2 a,
#header .button3 a { color: #fff; display:block; margin:22px 0 0 4px; text-decoration:none; }
#header .button1 a:hover,
#header .button2 a:hover,
#header .button3 a:hover { color:#333; }
#header .button1 a .btnsub,
#header .button2 a .btnsub,
#header .button3 a .btnsub { font-size:10px; }
#header .button1 { margin: 160px 0 0 750px; }
#header .button2 { margin: 160px 0 0 850px; }
#header .button3 { margin: 160px 0 0 650px; }

/* Language Menu */
#header #languages { position: absolute; margin: 30px 0 0 780px;width: 160px; }
#header #languages select { width: 160px; position:absolute; }
#header #languages a { text-decoration: none; }
.ui-selectmenu-menu { position:absolute; }
.ui-selectmenu-hasIcon a { text-align:left; }
fieldset { border:0;  margin-bottom: 40px;}
label,select,.ui-select-menu { float: left; margin-right: 10px; }
body a.customicons { height: 30px;}
body .customicons li a, body a.customicons span.ui-selectmenu-status { line-height: 20px; padding-left: 35px !important; }
body .ui-selectmenu-item-icon { height: 20px; width: 30px; }
body .de .ui-selectmenu-item-icon { background: url(/images/de.gif) 0 0 no-repeat; }
body .en .ui-selectmenu-item-icon { background: url(/images/en.gif) 0 0 no-repeat; }
body .es .ui-selectmenu-item-icon { background: url(/images/es.gif) 0 0 no-repeat; }
body .be .ui-selectmenu-item-icon { background: url(/images/be.gif) 0 0 no-repeat; }
body .fr .ui-selectmenu-item-icon { background: url(/images/fr.gif) 0 0 no-repeat; }
body .nl .ui-selectmenu-item-icon { background: url(/images/nl.gif) 0 0 no-repeat; }
body .pl .ui-selectmenu-item-icon { background: url(/images/pl.gif) 0 0 no-repeat; }
body .gr .ui-selectmenu-item-icon { background: url(/images/gr.gif) 0 0 no-repeat; }
body .it .ui-selectmenu-item-icon { background: url(/images/it.gif) 0 0 no-repeat; }
body .cz .ui-selectmenu-item-icon { background: url(/images/cz.gif) 0 0 no-repeat; }
body .pt .ui-selectmenu-item-icon { background: url(/images/pt.gif) 0 0 no-repeat; }
body .jp .ui-selectmenu-item-icon { background: url(/images/jp.gif) 0 0 no-repeat; }
body .ru .ui-selectmenu-item-icon { background: url(/images/ru.gif) 0 0 no-repeat; }
body .ro .ui-selectmenu-item-icon { background: url(/images/ro.gif) 0 0 no-repeat; }
body .cn .ui-selectmenu-item-icon { background: url(/images/cn.gif) 0 0 no-repeat; }
body .bg .ui-selectmenu-item-icon { background: url(/images/bg.gif) 0 0 no-repeat; }
body .dk .ui-selectmenu-item-icon { background: url(/images/dk.gif) 0 0 no-repeat; }
body .fi .ui-selectmenu-item-icon { background: url(/images/fi.gif) 0 0 no-repeat; }
body .se .ui-selectmenu-item-icon { background: url(/images/se.gif) 0 0 no-repeat; }
body .hu .ui-selectmenu-item-icon { background: url(/images/hu.gif) 0 0 no-repeat; }
#header #languages a.ui-state-default { background: url("/img/lang_dropdown_bg.png") repeat-x scroll 50% 50% #FECE2F; }
.ui-selectmenu-menu li.ui-state-hover { background: #ffdd57 url("/img/lang_dropdown_bg.png") 50% 50% repeat-x; }

/* Navigation */
#nav { height: 45px; margin: -2px 0 0 0; }
#nav #nav_main { background: url('/img/nav_bg.png') repeat-x top left; height:45px; width:940px; margin:0 6px; }
#nav #nav_left { width:6px; height:45px; background: url('/img/nav_bg_left.png') no-repeat top left; float:left; }
#nav #nav_right { width:9px; height:45px; background: url('/img/nav_bg_right.png') no-repeat top right; float:right; }
#nav ul.sf-menu { margin: 5px 20px; }
#nav ul.sf-menu ul { margin: 0; }
#nav ul.sf-menu li a {margin:4px; font:italic 13px Georgia,serif; color:#000;	display:block; float:left; line-height:21px; background:url('/img/nav_button.png') no-repeat bottom right; padding:0 9px 0 0; }
#nav ul.sf-menu li a span { background:url('/img/nav_button.png') no-repeat; display:block; line-height:13px; padding:4px 0 4px 9px; }
#nav ul.sf-menu li .sf-sub-indicator { display:none; }
#nav ul.sf-menu li.sfHover ul li a span,
#nav ul.sf-menu li.sfHover ul li a { background:none; }
#nav ul.sf-menu li.sfHover ul { width:220px;box-shadow:0 3px 5px #000; -moz-box-shadow:0 3px 5px #000; -webkit-box-shadow:0 3px 5px #000; }
#nav ul.sf-menu li.sfHover ul li { border-bottom:#fff 1px solid; /*border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ }
#nav ul.sf-shadow ul { -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:0px;background:none; padding:0; }

/* Right Sidebar */
#right { width: 209px; min-height:100px; height: auto !important; float:right; margin:0px 0 0 10px; }
#right .rightmenu { margin: 10px 0; }
#right .rightmenu .right_top { width:209px; height:7px; background: url('/img/right_top.png') no-repeat top center; }
#right .rightmenu .right_main { background: url('/img/right_bg.png') repeat-y top center; padding:0px 4px 0px 8px; }
#right .rightmenu .right_main div { background: #8d8d8d url('/img/right_main_bg.jpg') repeat-x top left; padding: 10px; }
#right .rightmenu .right_bottom { width:209px; height:7px; background: url('/img/right_bottom.png') no-repeat top center; }
#right h2,#right h3 { color: #fff; margin:0 0 5px 0; }
#right .right_main table { width:170px; }
#content #right .solarlog p { margin: 0 0px 10px 0; }
#content #right .solarlog a.red { color:#ff0000; }

/* Content Area */
#content { margin: 0 6px;  min-height:600px; height:auto !important; }
#content { padding:15px 215px 15px 15px; }
#content h2 { margin:3px 0 10px 0;  }
#content p { margin: 0 0px 15px 0; line-height:150%; }
#content ol { list-style: decimal; margin:10px 0; }
#content ul { list-style: disc; margin:10px 0; }
#content li { margin:10px 0 10px 20px; }
#content select { float:none; }

/* Footer */
#footer { clear: both; height:148px; background: url('/img/footer_bg.jpg') repeat-x top left; }
#footer_shadow { margin:-4px 0 0 0; background: url('/img/footer_shadow.png') repeat-x top left; height: 4px; }
#footer_content { background: url('/img/footer_flowers.png') no-repeat bottom right; height:148px; text-align:center; }
#footer_frame { width: 1132px; margin: 0 auto; }
#footer_frame div { text-align:left; width:310px; height:120px; margin:0px 0 10px 40px; float:left; }
#footer_frame div.left a { display:block; width:130px; height:30px; float:left; margin:5px; background:url('/img/footer_button.png') no-repeat 50% 50%; text-decoration:none; color:#333; font:italic 17px Georgia,serif; line-height:30px; text-align:center; }
#footer .right p { margin:10px 0; font-size:10px; }
#footer .right p.copyright { font-size:12px; }

/* Ads */
#ads { float: right; width: 172px; min-height: 1200px; height:auto !important; background: url('/img/ads_bg.png') repeat-y top center; margin: 0 0 20px 0; }
#ads div { margin: 4px 6px 0px 6px; }
#ads div#ads_bottom { margin: 0; background: url('/img/ads_bottom.png') no-repeat; width:172px; height:6px; margin:0 0 -6px 0; }
.ads_content { text-align:center; padding: 10px 0; min-height:88px; margin: 0 5px; }
.ad_label { position:absolute; margin:0 0 0 10px; width:10; height:60px; font:10px Arial; transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
.ads_content_center table { clear:left; margin:10px auto; text-align:center; }
.ads_banner { float:left; width:490px; margin: 0 0 0 5px; }
.ads_banner div { margin: 10px 0; }
div.donations_banner { width: 435px; height:150px; background: #fff; margin:5px 5px 5px 500px; overflow:hidden;
	box-shadow:inset 0 0 5px #999;
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	-ms-box-shadow:inset 0 0 5px #999;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}
div.donations_banner a {  }
.donations_banner #cta_donations { float:none; margin: 10px 0px 5px 0px; padding:10px; text-align: center; }
.donations_banner #cta_donations_text { float:right; width:155px; margin:0 10px 0 0; }
.donations_banner #cta_donations_text p { line-height: 120%; margin: 5px 0 11px 0; font-size:11px; }
div.donations_banner h2 { margin:0; padding: 1px 0 1px 10px; font: italic 14px Georgia,serif; }
div.donations_banner ul { margin: 0 10px 0 10px; padding:0; list-style: none; }
div.donations_banner ul li { margin:0; font-size:11px; width:230px;  padding: 0 0 0 17px; }
.donations_banner a.donations_list { text-decoration: none; background: #ccc; padding:2px; font-size:11px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.donations_banner li.sponsor_mini { background: url('/img/donations/mini/sponsoren_15px.png') no-repeat top left; } 
.donations_banner li.helper_mini { background: url('/img/donations/mini/helfer_15px.png') no-repeat top left; }
.donations_banner li.adpartner_mini { background: url('/img/donations/mini/werbepartner_15px.png') no-repeat top left; }
.donations_banner li.donator_mini { background: url('/img/donations/mini/spender_15px.png') no-repeat top left; }
.donations_desc { width:700px; min-height:280px; }
.donations_desc div { float:left; width: 310px; height: 280px; }
#donation_page h2 { clear:left; padding:0; }

/* Home */
#page.home #body,
#page.news #body,
#page.info #body,
#page.donations #body,
#page.plant #body { background: url('/img/bg_shadow_E7DED1.png') repeat-y top center; }
#page.home div#content,
#page.info div#content.info,
#page.info .info_content,
#page.news div#content.news,
#page.plant #content,
#page.directory #content,
#page.planning #content,
#page.user #content,
#page.message #content,
#page.admin #content,
#page.cronjobs #content,
#viewall_page,
#page.Error #content { padding:0; }
#page .info_content { padding: 15px 215px 15px 15px; }
#page.info .info_content { padding-top:15px; }
#page.home #content h2 { margin: 15px 55px 5px; }
#page.home .info_content,
#plant_map .info_content,
#viewall_page .info_content { padding: 15px 0 0 0; }
#content.home #right,
#content.directory #right,
#content.user #right { margin: 0 -6px 0; position: relative; }
#welcome,#info_content,.info_content { background:#fff url('/img/shadow_white_top.png') repeat-x top left; margin: 0 3px 0 0; }
#welcome_flowers { background: url('/img/welcome_flowers.jpg') no-repeat bottom right; padding:0; }
#welcome_text div {
	column-width: 26em;
	-moz-column-width: 26em; 
	-webkit-column-width: 26em;
	-o-column-width: 26em;
	column-gap: 1em;  
	-moz-column-gap: 1em; 
	-webkit-column-gap: 1em;
	-o-column-gap: 1em;
	margin-right: 247px;
}
#welcome_text { padding:15px; }
#welcome_text .first { padding: 0 15px 0 0; }
#page.home #content #welcome h2 { margin: 0px 0px 20px; }
#welcome_bottom,#info_bottom { background:#fff url('/img/shadow_white_bottom.png') repeat-x bottom left; height:7px; }
#neuzugaenge { margin: 0px 40px 20px; padding:15px 0; width:660px; }
#neuzugaenge .neuanlage { float:left; width:310px; min-height:150px; height:auto !important; background: url('/img/neuzugaenge_bg.png') repeat-y top center; margin: 0px 20px 10px 0px;overflow:hidden; padding:0; }
#neuzugaenge .neuanlage div { height:108px; margin:15px 10px; padding: 0 0 0 160px; font-size:10px; }
#neuzugaenge .neuanlage div.neu_top {margin:0px;padding:0;width:310px;height:6px;background: url('/img/neuzugaenge_top.png') no-repeat top center;}
#neuzugaenge .neuanlage div.neu_bottom {margin:0px;padding:0;width:310px;height:6px;background: url('/img/neuzugaenge_bottom.png') no-repeat bottom center;}
#neuzugaenge .neuanlage a img { position:absolute; margin: 0 0 0 -160px; max-height:113px; max-width:150px; }
#neuzugaenge .neuanlage div b { font-size: 12px; }
#slider_box { background: url('/img/slider_bg.png') repeat-y; width: 879px; height:270px; overflow:hidden; margin: 15px 30px; position:relative; }
#slider_top { background: url('/img/slider_top.png') no-repeat; width: 879px; height:7px; margin:0; }
#slider_bottom { background: url('/img/slider_bottom.png') no-repeat; width: 879px; height:7px; margin:0; top:263px; position:absolute; }
#slider_home { margin: 15px 60px; }
#content #slider_home ul, #slider li,
#slider2 ul, #slider2 li{ margin:0; padding:0; list-style:none;	}
#slider2{margin-top:1em;}
#slider_home li, #slider2 li{
	/*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:755px;
	height:240px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ display:block; width:37px; height:52px; position:absolute; z-index:1000; top:115px; left:10px; }
#nextBtn, #slider1next{	left:829px;	}
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  display:block; position:relative; width:37px; height:52px; background:url(../img/btn_prev.png) no-repeat 0 0;	}
#nextBtn a, #slider1next a{ background:url(../img/btn_next.png) no-repeat 0 0; }
/* numeric controls */
ol#controls{ margin:1em 0; padding:0; height:28px;	}
ol#controls li{ margin:0 10px 0 0; 	padding:0; float:left; list-style:none; height:28px; line-height:28px; }
ol#controls li a{ float:left; height:28px; line-height:28px; border:1px solid #ccc; background:#DAF3F8; color:#555;padding:0 10px;text-decoration:none;}
ol#controls li.current a{ background:#5DC9E1; color:#fff;outline:none; }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{ margin:0; padding:0; display:block; overflow:hidden;text-indent:-8000px; }
#slider_home .plant_honors { float:none; position:relative; width:150px; left:200px; top:-150px; width:150px; }
#slider_home .plant { margin: 0 5px 0 370px; }
#slider_home .plant td {  font-size:10px; padding: 3px 5px; }
#page.home #content #slider_home h2 { margin:10px 0px 15px; }
#slider_home .slider_image { display:block; float:left; margin: 0 50px 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#slider_home p { text-align:justify; font-size:11px; margin-right:80px; }
#slider_home p.text {font-size:12px; margin:0px; padding:20px; clear:both; }
#info_content,.info_content { padding: 15px 0 0 0; background: #fff url('/img/sonnenertrag_footer_gemeinsam.jpg') no-repeat bottom left; }
#info_content div,
#info_content h1,
#info_content h2,
.info_content div,
.info_content h1,
.info_content h2 { padding: 0 15px; }
.info_content div { padding: 0 15px 0px 15px; }
#info_content div h1,
.info_content div h1,
#info_content div h2,
.info_content div h2 { padding: 0; }
#info_content #info_bottom { margin: 210px 0 0 0; background: url('/img/shadow_bottom.png') repeat-x bottom left; padding:0;  }
.info_content .info_bottom { height:7px; margin: 10px 0 0 0; background: url('/img/shadow_bottom.png') repeat-x bottom left; padding:0; }
.info_content.nobg { background: #fff url('/img/shadow_white_top.png') repeat-x top center; }
#page #content .info_content.index_info h2 { margin-left: 0px; }
#page #content .info_content.index_info div { padding-right:220px; }

/* Usermenu */
#panel .usermenu { width: 230px; height: 130px; float: left;}
#panel .usermenu a { color: #666; line-height: 140%; font-size:11px; }
#panel .usermenu h3 { color: #fff; }
#panel .usermenu p { margin: 5px 5px 5px 55px; }
#panel #menu_account { background: url('/img/menu_account.png') no-repeat 10px 32px; }
#panel #menu_msgs { background: url('/img/menu_msgs.png') no-repeat 10px 32px; }
#panel #menu_plantmanage { background: url('/img/menu_plantmanage.png') no-repeat 10px 32px; width:280px; }
#panel #menu_plants { background: url('/img/menu_plants.png') no-repeat 10px 32px; }
#panel #menu_pom { background: url('/img/menu_pom.png') no-repeat 10px 32px; }
#panel #menu_admin { background: url('/img/menu_admin.png') no-repeat 10px 32px; }
#panel #menu_support { background: url('/img/menu_support.png') no-repeat 10px 32px; }
#panel .usermenu div.profile_avatar { width:45px; height:45px; padding:0; margin:0 5px 0 0; }
#panel .usermenu div.profile_avatar span.whitebg_shadow { width:40px; height:40px; }
#iframepopup { margin: 40px; }
#iframepopup p { margin: 10px 0; font-size:12px; }
#iframebox { font-size:12px; width:550px; height:100px; }

/* Private Messages / Inbox */
#pn_inbox tr { padding:3px 0; }
#pn_inbox tr td { padding:3px 5px; }
#pn_inbox tr:nth-child(even) { background: #eee; }
#pn_inbox .pn_delete { display:block; width: 16px; height: 16px; background: url('/img/icons/delete_16.png') no-repeat 50% 50%; }

/* Register */
#panel h1 { padding:0 15px 0px 15px; }
#panel .reg_info p { font-size:11px; margin: 0 0 10px 0; line-height:150%; }
#panel .register p { margin: 0 0 5px 0; }
#panel .register { width: 200px; height: 130px; float: left;}
#panel .register select { width:180px; margin-right:1px; }
#panel .register input { width:170px; }
div.tooltip { background-color:#000; border:1px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; /* outline radius for mozilla/firefox only */ -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; }
.formError { position:absolute;	top:300px; left:300px; padding-bottom:13px; display:block; z-index:5000; }
#debugMode{	background:#000; position:fixed; width:100%; height:200px; top:0; left:0; overflow:scroll; opacity:0.8; display:block; padding:10px; color:#fff; font-size:14px; z-index:100000; }
.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent { width:100%; background:#ee0101; color:#fff; width:150px; font-family:tahoma; font-size:11px; border:2px solid #ddd; box-shadow: 0px 0px 6px #000; -moz-box-shadow: 0px 0px 6px #000;	-webkit-box-shadow: 0px 0px 6px #000; padding:4px 10px 4px 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.greenPopup .formErrorContent {background:#33be40;}
.blackPopup .formErrorContent {background:#393939;color:#FFF;}
.formError .formErrorArrow{ position:absolute; bottom:0;left:20px; width:15px; height:15px; z-index:5001; }
.formError .formErrorArrowBottom{top:0;margin:-6px;}
.formError .formErrorArrow div{ border-left:2px solid #ddd; border-right:2px solid #ddd; box-shadow: 0px 2px 3px #444; -moz-box-shadow: 0px 2px 3px #444; -webkit-box-shadow: 0px 2px 3px #444; font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block; }
.formError .formErrorArrowBottom div{ box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}
.formError .formErrorArrow .line10{width:15px;border:none;}
.formError .formErrorArrow .line9{width:13px;border:none;}
.formError .formErrorArrow .line8{width:11px;}
.formError .formErrorArrow .line7{width:9px;}
.formError .formErrorArrow .line6{width:7px;}
.formError .formErrorArrow .line5{width:5px;}
.formError .formErrorArrow .line4{width:3px;}
.formError .formErrorArrow .line3{width:1px; border-left:2px solid #ddd; border-right:2px solid #ddd; border-bottom:0px solid #ddd;}
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}
#panel #userPostcode { width:50px; }
#panel #userCity { width:120px; }
#panel #userSend { width:auto !important; font:bold 13px Verdana; padding:5px 8px; position:absolute; top:200px; right:110px; }

/* Plant List */
#view_all p { margin:12px; }
form.plant_apply { margin-bottom:2em; }
table.plant td { padding:3px 0px; vertical-align:top; }
table.plant_list th { text-align:left; }
table.plant .desc {	width:150px; }
table.plant .value { width:250px; }
.plant_month a img { float:left; margin-right:15px; max-height:125px; }
table.plant_list { border-top:1px solid #888888; }
table.plant_list td, table.plant_list th{ border-bottom:1px solid #888888; padding:3px 0px; vertical-align:top; }
.axis {height:12px; }
col.red_list { width:250px; }
col.w50 { width:50px; }
col.w50p { width:65px; }
col.w100 { width:100px;}
col.w200 {	width:200px;}
col.w150 {	width:150px;}
form.month_apply {	margin-bottom:20px;}
#tooltip {	position: absolute;	z-index: 3000;	border: 1px solid #111;	background-color: #eee;	padding: 5px; opacity: 0.85;}
#tooltip h3, #tooltip div {	margin: 0; text-decoration: none; font-size:14px;}
.hidden {display: none;}
ul.paging {	margin-top:20px; }
ul.date { margin-bottom:20px; }
ul.paging li { display:inline;	margin:0px 5px; }
ul.paging li a.active {	font-weight:bold; }
#redlist_page .nobg { padding:15px 215px 15px 15px; }
#viewall_page ul { margin: 0; padding: 10px 0; }

/* Plant of the Month */
div.plant_of_the_month { background: url('/img/plant_of_the_month.png') no-repeat 50% 50%; height:143px;width:143px; text-align:center; font:italic 14px Georgia,Serif; }
div.plant_of_the_month h4 {  font:italic bold 17px Georgia,Serif; text-decoration:underline; margin:42px 5px 0 0; }
div.plant_of_the_month span { margin:0 5px 0 0; }

/* Mystat */
#my_stat p { margin-bottom:12px; }
#my_stat label { width:150px; }
#my_stat input[type=text] { width:150px; }
#my_stat select { width:150px; }
#my_stat span { float:left; display:block; width:120px; }
#my_stat .ui-selectmenu { float:right;margin:16px 0 0 0; }
#my_stat span.ui-selectmenu-status { width:auto !important; }
#my_stat span.ui-icon { float:none;  width:16px; }
#chart_compare_mystat .user_selection { margin-right: 120px; }
#content #tabs ul#listCompare { margin: 100px 0 0 0; width:auto !important; height:auto !important;  }
#content #tabs ul#listCompare li { clear:left; float:none; margin: 2px 0; padding:5px; border:#ccc 1px solid; display:block; width:auto !important; height:auto !important; text-align:left; background:#eee; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#content #tabs ul#listCompare li img { float:left; margin: 0 10px 0 0; }
#content #tabs ul#listCompare li label { float:none; display:inline; width: auto !important; margin-right:1px; }
#content #tabs ul#listCompare li span { display:inline; width:auto !important; float:none; }
#content #tabs ul#listCompare li p span { margin:0px; line-height:1; }
#content #tabs ul#listCompare li .cl { clear:left; }
#content #tabs #listCompare li p { min-height:0; margin:0; line-height: 120%; }
#content #tabs #listCompare li .flr p { text-align:center; }
#content #tabs #listCompare li .flr .more,#content #tabs #listCompare li .flr .less { display:none; }

/* Search and plant edit, insert_data and ranking */
#search p, #plant_edit p, #ranking p, #search div.paragraph { margin:12px; }
#insert_data p { margin:0px; padding:5px; }
#search label, #plant_edit label, #insert_data label, #ranking label, #view_data label { width:200px; display:block; }
#insert_data div.monthly label { width:100px; }
#insert_data div.monthly span, #insert_data div.daily span { padding:0px 30px 0px 0px; }
#search input[type=text], #plant_edit input[type=text], #insert_data input[type=text], #ranking input[type=text] { width:150px; }
#search select, #plant_edit select, #insert_data select , #ranking select, #view_data select { width:150px; }
#insert_data .daily select { float:left; }
div.radio { margin-left:160px; }
#search input[type=radio] , #plant_edit input[type=radio] , #insert_data input[type=radio] { width:20px; }
#search .margin, #plant_edit .margin , #insert_data .margin { margin-left:160px; }
#plant_edit img { margin-left:175px; }
#plant_edit .tab p { padding:0px; }
#plant_edit hr, #ranking hr { height:1px; background-color:#aaaaaa; border:none; }
#plant_edit .tab hr { clear:both; width:660px; }
#insert_data select.day { float:none; width:50px; margin:0px; }
#insert_data input[type=text].half, #ranking input[type=text].half { width:50px; }
#plant_edit input[type=text].text300 { width:300px; float:left; }
#plant_edit select.large { width:300px; }
#entry_country_select, #entry_province_select, #entry_region_select, #entry_district_select { clear:left; height:20px; }
form input.large { width:520px; }
#view_data span { float:left; display:block; width:150px; }
#ranking .jqplot-yaxis-tick { width:150px; }
#ranking select { float:left; }
#solar_log_text { padding-left:160px; display:none; }
#sma_text { padding-left:160px; display:none; }
label.bold { font-weight:bold; }
#ranking .jqPlot { height:600px; width:100%; margin-top:20px; font-size:16px; }
#search .toggle { background:url('/img/icons/plus_16.png') no-repeat; padding-left:25px; cursor:pointer; margin-top:25px; }
#search .border-radius { border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#ranking_search, input.show_plants {  font:italic 20px Georgia,serif; padding:3px 30px; text-align: center; margin: 0;
	text-shadow: #555 1px 1px 1px;
	-moz-text-shadow: #555 1px 1px 1px;
	-webkit-text-shadow: #555 1px 1px 1px;

	background: #f9b21b;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
}
#ranking_form { font:italic 22px Georgia,serif; text-align:center; padding:10px 0; }
#ranking_form select { float: none; font:italic 20px Georgia,serif; width:auto; }
#ranking_search_options { display:none; padding:0 0 30px 0; }
#ranking_search_options div { width:320px; height:30px; float:left; }
#ranking_options_button { line-height:200%; font-size: 11px; font-style:normal; cursor:pointer; }
#ranking_search_options.posted_options { display: block; }
#directory_search #location p { display:block; width:320px; height: 12px; float:left; }
#directory_search { margin-bottom: 50px; }
#directory_countries div { width:230px; height:80px; float:left; padding:0; }
#directory_countries div h4 { margin: 5px 15px 5px 0; }
#directory_countries div span { font-size:12px; display:block; margin: 0 15px 5px 0; }
#directory_regions div { padding:0;}
#directory_regions ul { list-style:none; margin: 0; padding:0;}
#directory_regions ul li { width:345px; height:80px; float:left; padding:0; margin:0; }
#directory_regions li h4 { margin: 5px 15px 5px 0; }
#directory_regions li span { font-size:12px; display:block; margin: 0 15px 5px 0; }

/* Installer Autocomplete */
.autocomplete-w1 { position:absolute; top:0px; left:0px; margin:0px; /* IE6 fix: */ _background:none; _margin:0; box-shadow: 3px 3px 3px #555; font-size:14px; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:0; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#0C488E; }

#import_log li { min-height:20px; line-height:20px; margin:5px 0px; }
#import_log .success { background:url("/img/icons/tick_16.png") center left no-repeat; padding-left:20px; list-style:none; }
#import_log .error { background:url("/img/icons/delete_16.png") center left no-repeat #FF4444 !important; padding:0px 0px 0px 20px !important; margin:5px 0px; border:none; list-style:none; }

/* Plant Profiles */
div.plant h1 { margin:0 0 15px; }
div.plant_image { margin: 0 30px 0; min-width:180px; width:auto !important; min-height:180px; height: auto !important; float:right; }
div.plant_image img { margin:5px; }
div.plant_details { width:330px; margin: 0 0 30px; }
div.plant_details div.description { height:auto; }
div.plant_details div, div.plant_parts div div,div.plant_charts div div,#tabs div div { line-height:20px; clear:left; }
div.plant_details span { margin:0 5px; float:left; display:block; width:120px; line-height:20px; }
div.plant_details input[type=checkbox] {float:left; width:20px; }
div.plant_details .social { height: 65px; overflow: hidden; margin: 15px 20px; padding:0;}
div.plant_details .social div { width: 90px; height:90px; float:left; margin: 0; padding:0; clear:none; }
div.plant_parts div.tab div div span.formloader { margin:0 5px; float:left; width:20px; }
div.plant_honors {  margin: 0 30px 0; float:right; }
div.plant_honors div { float: left; margin: 0px 20px 20px 0px; }
div.plant div.profile {  margin: 0 0 30px; width:350px; }
div.plant div.profile h2 { font-size: 24px; margin:0 0 15px; }
div.profile_avatar { width:110px; height:110px; float:left; margin:0 20px 0 0; text-align:center; font-size:10px; line-height:20px; padding:0px; }
div.plant div.profile div.profile_avatar span.whitebg_shadow, div.profile_avatar span.whitebg_shadow { margin:0; display:block; width:100px; height:100px; padding:5px;   }
div.plant div.profile span { height:20px;line-height:20px;display:block; margin:0 0 0 140px; }
div.plant_parts,div.plant_charts,#tabs { width:686px; background: url('/img/tabs_body.gif') repeat-y 0px 0px; margin:60px 0 30px 0; padding:0;border:none; }
div.plant_parts div.tab,div.plant_charts div.ctab,#tabs div.ctab { height:auto !important; min-height:150px; position:relative; overflow: hidden; }
div.plant_parts div.tab div,div.plant_charts div.ctab div,#tabs div.ctab div { float:left; clear:none; width:320px; height: auto !important; margin:10px; }
div.plant_parts div.tab div.one,div.plant_charts div.ctab div.one,#tabs div.ctab div.one { width:640px; }
div.plant_parts div.tab div div,div.plant_charts div.ctab div div,#tabs div.ctab div div { float:none; height:20px;min-height:20px; line-height:20px; margin:0px; width:auto; }
div.plant_parts div.tab div div span,div.plant_charts div.ctab div div span,#tabs div.ctab div div span { margin:0 5px; float:left; display:block; width:220px; height:20px; line-height:20px;overflow:hidden; }
div.plant_parts div.tab div.cl,div.plant_charts div.ctab div.cl,#tabs div.ctab div.cl { min-height:0;height:0;float:none;width:auto; }
div.plant_parts div.tabtop,div.plant_charts div.tabtop,#tabs div.tabtop { width:686px;height:9px;min-height:9px; background: url('/img/tabs_body.gif') no-repeat -1372px 0px; margin:0px; }
div.plant_parts div.tabbottom,div.plant_charts div.tabbottom,#tabs div.tabbottom { /*width:686px;*/height:9px;min-height:9px; background: url('/img/tabs_body.gif') no-repeat -686px 0px; margin:0px; }
div.plant_parts div.tab p,div.plant_charts div.ctab p,#tabs div.ctab p { padding:30px 5px 5px 5px; font-size:11px; }
#content div.plant_parts ul.log_tabs,#content div.plant_parts ul.tabs,#content div.plant_charts ul.ctabs,#content #tabs ul { width:auto !important; height:34px;min-height:34px; margin:-39px 0 0 10px; list-style:none; padding:0; border:none; background:none; overflow: hidden; }
#content div.plant_parts ul.log_tabs li,#content div.plant_parts ul.tabs li,#content div.plant_charts ul.ctabs li,#content #tabs ul li { float:left; width:130px; height:34px; margin:0; padding:0; background:none; border:none; }
div.plant_parts ul.tabs a.inactive,div.plant_charts ul.ctabs a.inactive,#tabs ul.ui-tabs-nav .ui-state-default a { display:block; text-align:center; line-height:34px; width:130px; height:34px; background:url('/img/tabs_buttons260.gif') no-repeat -130px 0px; text-decoration:none; color:#fff; font-weight:normal; line-height:40px; padding:0; }
div.plant_parts div.tab div.elements { width:640px; float:none; min-height:0px; }
#content div.plant_parts .log_tab { padding:0px 15px; }
#content div.log { padding-bottom:15px; clear:left; line-height:20px; }
#content div.log p { margin-bottom:5px; }
#content div.log label { width:150px; }
#content div.log img { float:left; padding:5px 15px 15px 0px; width:150px; max-height:112px; }
#content .plant_parts #rating { padding:15px; }
#content .plant_parts #rating li { cursor:default; }
#rating li { cursor:pointer; }
.rating li { float:left; width:32px; height:32px; list-style:none; margin:0px !important; padding-right:5px; }
.rating li.sunflower_off { background: url('/img/icons/sunflower_off_32.png') no-repeat; }
.rating li.sunflower_on { background: url('/img/icons/sunflower_on_32.png') no-repeat; }
.rating li a { font-size:0px; }
.rating { padding:0px; }
.rating h1 { margin-bottom:20px; }
.rating div { padding:0px; }
.rating h2.fl { width:150px; }
.rating label { width:140px; }
.rating #rating_submit { margin:10px 0px 0px 150px; }
div.plant_parts ul.log_tabs a,
div.plant_parts ul.tabs a,
div.plant_parts ul.tabs a.inactive:hover,
div.plant_charts ul.ctabs a,
div.plant_charts ul.ctabs a.inactive:hover,
#tabs ul.ui-tabs-nav .ui-state-active a,
#tabs ul.ui-tabs-nav .ui-tabs-selected.ui-state-active a,
#tabs ul.ui-tabs-nav .ui-state-default a:hover { display:block; float:left; text-align:center; line-height:34px; width:130px; height:34px; background:url('/img/tabs_buttons260.gif') no-repeat 0px 0px; text-decoration:none; font-weight:bold; color:#000; padding:0; line-height:40px; }
div.plant_charts div.ctab div.one,#tabs div.ctab div.one { text-align:center; padding:0; }
/*div.plant_charts div.ctab div.one .jqplot-point-label,.jqplot-point-label,#tabs div.ctab div.one .jqplot-point-label,.jqplot-point-label { transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }*/
div.plant_charts div.ctab #chartCompare,#tabs div.ctab #chartCompare { height:300px !important; }
#chart_days,#chart_months,#chart_years,#chart_days1,#chart_months1,#chart_years1 { background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
div.plant_charts div.ctab .jqplot-table-legend div,#tabs div.ctab .jqplot-table-legend div { min-height:5px; line-height:10px; }
.jqplot-table-legend td { font-size:10px; text-align:left; }
/*.jqplot-xaxis-tick { transform: rotate(-90deg);  -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }*/
#tabs #chartCompare1,
#tabs #chart_days1,
#tabs #chart_months1,
#tabs #chart_years1,
#tabs #chart_ayears1 { height:330px !important; }
#chart_days1_reset {  left: 30px; position: absolute; top: 400px; }

#tabs a.userSelect { display:block; padding:4px 8px; margin: 0 3px 2px 0; background:#eee; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; float:left; text-decoration:none; }
#tabs a.userSelect:hover { color:#fff; background:#000; }
#tabs a.userSelect img { margin:0 0 -3px 5px; }
#tabs #chart_compare_mystat p { padding: 0px 5px 5px; text-align:left; min-height:30px; }
#tabs .userSelect span { float:none; width: auto !important; display: inline;  }
#tabs .userSelect label { float:none; margin-right:0px; }
#tabs #chart_compare_mystat,
#tabs #chartCompare1 { margin-bottom:70px; clear:left; }
#tabs #chart_compare_mystat { margin-bottom:20px; }
#tabs #chart_days1,
#tabs #chart_months1,
#tabs #chart_years1,
#tabs #chart_ayears1 { margin: 30px 0 70px 0; }
#tabs .jqplot-table-legend { top:350px; height:18px; }
#tabs #chart_days1 .jqplot-table-legend { top:380px; height:18px; }
#tabs .jqplot-table-legend tr { float:left; padding:5px; }
#tabs .jqplot-table-legend tr td { text-align: center; padding-top: 0.0em !important;padding-right: 0.1em !important; }
#tabs .jqplot-highlighter-tooltip  { font-size:16px; font-weight:bold;background:none repeat scroll 0 0 rgba(208, 208, 208, 0.8); padding:2px;}
#tabs div.ctab .jqplot-xaxis { height:10px !important; margin:0 0 -45px; }
#tabs .chart_type {}
#tabs a.chart_type { display:block; padding:4px 28px 4px 8px; margin: 0 3px 2px 0; background:#eee; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; float:left; text-decoration:none; float:right; }
#tabs a#lines,
#tabs a#mlines,
#tabs a#ylines,
#tabs a#aylines { background:#eee url('/img/icons/diagram_16.png') no-repeat 95% 50%; }
#tabs a#lines:hover,
#tabs a#mlines:hover,
#tabs a#ylines:hover,
#tabs a#aylines:hover { color:#fff; background:#000 url('/img/icons/diagram_16.png') no-repeat 95% 50%; }
#tabs a#bars,
#tabs a#mbars,
#tabs a#ybars,
#tabs a#aybars { display: none; background:#eee url('/img/icons/statistics_16.png') no-repeat 95% 50%; }
#tabs a#bars:hover,
#tabs a#mbars:hover,
#tabs a#ybars:hover,
#tabs a#aybars:hover { color:#fff; background:#000 url('/img/icons/statistics_16.png') no-repeat 95% 50%; }
#tabs a#yall,#tabs #yyears { padding:4px 8px 4px 8px; }
#tabs #yyears, #tabs #aynorm, #tabs #h1_ayears_sum, #tabs #table_ayears_sum { display:none; }
#tabs a#yall:hover,#tabs #yyears:hover { color:#fff; background:#000; }
#tabs #chart_table { padding: 50px 0 0 0; margin-bottom:20px; }
#tabs #chart_table table td { padding:2px; font-size:10px; text-align:right; }
#tabs #chart_table table td.center { text-align:center; }
td.avg2 { display:none; }
#show_avg1 {display:none; }
#tabs-2,#tabs-3,#tabs-4,#tabs-5 { display:none; }
#compare_user_type_select { width:100px; }
#chart_compare_window1 a.ui-selectmenu { float:right; }
#tabs #listCompare .flr { float: right; width: 200px !important; padding: 2px 10px; text-align:center; }
#tabs #listCompare .flr h3 { text-decoration: none; }
div.tab div.self_installed { margin: 0 0 10px 0 !important; padding: 0; float:left; }
div.tab div.self_installed input { margin: 3px 4px 3px 0; }
span.installer_text { cursor: pointer; font-weight:bold; }
span.module_manufacturer_text, span.inverter_manufacturer_text, span.inverter_text, span.module_text { cursor: pointer; font-weight:bold; }
#plant_edit label { clear:left !important; }
#plant_edit .installer_selected, #plant_edit .module_manufacturer_selected, #plant_edit .inverter_manufacturer_selected, #plant_edit .inverter_selected, #plant_edit .module_selected { background: url('/img/icons/tick_16.png') no-repeat 0% 50%; padding:3px 10px 3px 20px; display:block; float:left; text-decoration:none; cursor: pointer; }
#plant_edit .module_quantity_paragraph, #plant_edit .inverter_quantity_paragraph { display:none;}
#plant_edit p.module_manufacturer_select,#plant_edit p.module_select,#plant_edit p.inverter_manufacturer_select,#plant_edit p.inverter_select { padding-left:150px; }
#plant_edit .module_manufacturer_select label,#plant_edit p.module_select label,#plant_edit p.inverter_manufacturer_select label,#plant_edit p.inverter_select label { margin-left: -150px; }
#plant_edit .module_manufacturer_select span,#plant_edit p.module_select span,#plant_edit p.inverter_manufacturer_select span,#plant_edit p.inverter_select span { width:430px; }
#plant_edit #admin_test { clear:left; }

/* Plant Edit */
#plant_edit { overflow:hidden; padding:0; position: relative; }
#content #plant_edit div.plant_parts ul.tabs li { width:165px; }
#content #plant_edit div.plant_parts ul.tabs a.inactive { width:165px; background:url('/img/tabs_buttons330.gif') no-repeat -165px 0px;  }
#content #plant_edit div.plant_parts ul.tabs a,#content #plant_edit div.plant_parts ul.tabs a:hover { width:165px; background:url('/img/tabs_buttons330.gif') no-repeat 0px 0px;  }
.contentWrap #plants_page .info_content.nobg { background:none; }
#content ol.plants_page_menu { clear:left; list-style: none; color:#fff; height:40px; margin: 20px 10px !important; border-bottom: #ccc 1px solid; padding: 0 0 20px 0; position: relative; }
#content ol.plants_page_menu.bottom_menu { margin-top:20px; border-bottom: none; border-top: #ccc 1px solid; }
#content ol.plants_page_menu li { float:left; margin: 10px 40px 10px 30px; font:italic 14px Georgia,serif; color:#999;line-height: 21px; height:21px; padding: 0 20px 0 5px;vertical-align: top; }
#content ol.plants_page_menu li.done_step { background: #F79A07 url(/img/plants_edit_menu_arrow.png) no-repeat 100% 50%; color: #FFF; }
#content ol.plants_page_menu li.page_first:before { content:''; width:26px; height:25px; position: absolute; margin: -2px 0 0 -34px; background: url(/img/plants_edit_menu_1.png) no-repeat 50% 50%; }
#content ol.plants_page_menu li.page_second:before { content:''; width:26px; height:25px; position: absolute; margin: -2px 0 0 -34px; background: url(/img/plants_edit_menu_2.png) no-repeat 50% 50%; }
#content ol.plants_page_menu li.page_third:before { content:''; width:26px; height:25px; position: absolute; margin: -2px 0 0 -34px; background: url(/img/plants_edit_menu_3.png) no-repeat 50% 50%; }
#content ol.plants_page_menu li.pp_delete_button { float: right; margin: 10px 0px; }
#content ol.plants_page_menu li.pp_delete_button:before { content:''; width:26px; height:25px; position: absolute; margin: -2px 0 0 -34px; background: url(/img/icons/delete_16.png) no-repeat 50% 50%; }
#plant_edit h3 { clear: left; }
#plant_edit fieldset { clear:none; float:left; width:340px; margin:0 0 40px 0; }
#plant_edit fieldset p { margin: 0 0 15px 0; }
#plant_edit fieldset.cl { clear:left; float:none; width:660px; border-bottom: #ccc 1px solid; border-top: #ccc 1px solid; padding: 40px 0; } 
#plant_edit fieldset.cl.right { border-bottom: none; border-top: none; padding:0; }
#plant_edit input[type=text],#plant_edit select { border-radius: 5px; padding: 2px 5px; }
#plant_edit label { width:120px; }
#plant_edit #location_select { padding:0; }
#plant_edit #search_box { font-size: 16px; width:220px;padding: 10px 5px; }
#plant_edit input[name=search_submit],
#plant_edit input[type=submit] { font-size: 16px; display:block; padding:10px 20px; margin: 0 10px 0 0; float:right; background:#DF8700; text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	-ms-box-shadow: 1px 1px 2px #999;
	-o-box-shadow: 1px 1px 2px #999;
	text-shadow: 1px 0px 1px #eee;
	-moz-text-shadow: 1px 0px 1px #eee;
	-webkit-text-shadow: 1px 0px 1px #eee;
	-o-text-shadow: 1px 0px 1px #eee;
	-ms-text-shadow: 1px 0px 1px #eee;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(223,134,0)),
	    color-stop(1, rgb(244,207,0))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(223,134,0) 0%,
	    rgb(244,207,0) 100%
	);
}
#plant_edit input[type=submit] { margin: 0 0 0 10px; }
#plant_edit_ajax_save,
#plant_edit_ajax_save_del,
#plant_edit_ajax_back { display: block; float: right; padding: 20px 10px 0 10px; }
#plant_save_result { position: absolute;font-size: 10px; right: 10px; top: 80px; display:none; }
#plant_save_result_bottom { position: absolute;font-size: 10px; right: 10px; bottom: 50px; display:none; }
.loading-ajax { background:url("/img/indicator.gif") center left no-repeat; padding-left:18px !important; line-height: 16px; }
.success-ajax { background:url("/img/icons/tick_16.png") center left no-repeat; padding-left:18px !important; line-height: 16px; }
.error-ajax { background:url("/img/icons/delete_16.png") center left no-repeat; padding-left:18px !important; line-height: 16px; }
#plant_img_preview { padding: 0; margin-left: 130px; overflow: hidden; }
#plant_img_preview img { margin:0; float:left; }
a#image_pre_delete,a#image_delete { display: block; float:left; background:url("/img/icons/delete_16.png") center left no-repeat; padding-left: 18px; line-height: 16px; text-decoration: none; margin-left: 10px; font-size:12px; }
#plant_edit .plant_parts label { width:140px; }
.cursor_loading { cursor: progress; }
.cursor_notallowed { cursor: not-allowed; }
#plant_edit p.plant_part_delete { overflow: hidden; }

/* Content Overlay */
div.apple_overlay { display:none; background-image:url(/img/white.png);	width:640px; padding:35px; font-size:11px; }
div.apple_overlay div.close { background-image:url(/img/close.png);	position:absolute; right:5px; top:5px; cursor:pointer; height:35px; width:35px; padding:0; }
div.apple_overlay.black { background-image:url(/img/transparent.png); color:#fff; }
div.apple_overlay div.details { font-size:11px; color:#fff; margin: 10px 0px; }
div.apple_overlay div.details h3 { font:normal 14px Verdana,sans-serif; text-decoration:none; margin: -10px 0 0; }
div.contentWrap { height:441px;	overflow-y:auto; } /* ajax wrapper */
div.contentWrap select { width:150px }
#compare_btn { display:none; }
div.apple_overlay div.form { padding:20px; }
div.apple_overlay div.form p { padding-bottom:10px; }
div.apple_overlay div.form h2 { padding-bottom:15px; }
div.apple_overlay div.form label { float:left; width:150px; }

/* Google map */
/*#plant_map .nobg { padding:15px 215px 15px 15px; }*/
#map { width:640px;	height:400px; background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
#map.large { height:500px; }
#plant_edit #map { width:320px; height:320px; padding:0; }
#my_stat #map { width:640px; height:700px; }
#map.large div { padding:0px !important; }
#map div { padding:0px; }

/* News */
.news #comments { padding-left:245px; }
.news a.comment { margin-left:15px; }
.news_list { margin-bottom:20px; }
.news_list_first { margin:0px 0px 20px 245px; }

/* Ideas */
.info_content .ideas_list { padding:15px 20px; margin: 0 200px 0 210px; border-bottom:#E7DED1 1px solid; }
.info_content .ideas_list.details { border:none; }
.info_content .ideas_list div { padding:0px; }
.info_content .ideas_list h3 { padding-bottom:0px; display:inline-block; cursor: pointer; }
.info_content .ideas_list .box { height:60px; width:75px; float:left; border:1px solid #cccccc; text-align:center; }
.info_content .ideas_list .grade { line-height:40px; font-size:25px; text-align:center; }
.info_content .ideas_list .grey { background-color:#eeeeee; }
.info_content .ideas_list .green { background-color:#ddeedd; }
.info_content .ideas_list .orange { background-color:#fffeee; }
.info_content .ideas_list .red { background-color:#ffeeee; }
.info_content .ideas_list .info { margin-left:100px; }
.info_content .ideas_list p.info { font-size:10px; margin:0 0 5px 0; color: #666; }
.info_content .ideas_list span { text-decoration:underline; cursor:pointer; }
.info_content .ideas_edit label { width:100px; }
.info_content .ideas_edit .checkbox { margin:0px 0px 20px 100px; }
.info_content .ideas_list h4 { clear:left; }
.content_subnav { float:left; width:180px; }
.content_subnav h3 { border-bottom: #666 2px solid; font-weight: bold; padding: 5px 0px; text-decoration:none; margin-top:20px; }
#content .content_subnav ul { list-style: none; padding:0; margin: 0 0 50px 0; }
#content .content_subnav ul li { border-bottom: #E7DED1 1px solid; padding:6px 5px; margin:5px 0; }
#content .content_subnav ul li a { text-decoration:none; }
#content .content_subnav ul li.iactive a { font-weight:bold; }
#content .ideas h2 { border-bottom: #666 2px solid; font-weight: bold; padding: 4px 0px; text-decoration:none; margin: 20px 200px 5px 210px; }
#content .ideas h2 a { text-decoration:none; }
#content .ideas h3.margin { margin-left:210px; }

/* Admin */
table.admin td, table.admin th { padding:3px 0px; text-align:left; }
.admin_overview { border:1px solid #cccccc; margin:0px 10px 10px 0px; width:180px; padding:20px; height:80px; float:left; }
.admin_overview h3 { font-weight:bold; text-decoration:none; padding-bottom:12px; }

/* Quick search */
input.quick_search { border:1px solid #cccccc; padding:2px 5px; -moz-border-radius:10px; -webkit-border-radius:10px; -border-radius:10px; -moz-box-shadow:inset 3px 3px 3px #ccc; -webkit-box-shadow:inset 3px 3px 3px #ccc; box-shadow:inset 3px 3px 3px #ccc; background-image:url('/img/schnellsuche_lupe.png'); background-position:right; background-repeat:no-repeat; }
.right_main form { margin:0px; }

/* Country Comparison */
#compare_page .nobg { padding: 15px 215px 15px 15px; }
table.compare { width:690px; border:#666 1px solid; margin:30px 0; }
table.compare th { padding:5px; background:#ccc; text-align:center; cursor:pointer; border-bottom:#666 1px solid; }
table.compare td { padding:5px; text-align:center; }
table.compare th.header { background: #ccc url(/img/bg.gif) no-repeat 100% 50%; cursor: pointer; font-weight: bold; padding-right: 20px; }
table.compare th.headerSortDown { background: #ccc url(/img/desc.gif) no-repeat 100% 50%; }
table.compare th.headerSortUp {   background: #ccc url(/img/asc.gif) no-repeat 100% 50%; }
table.compare .odd { background:#eee; }
#country_compare_chart { width:665px; height:600px !important; margin:0 0 50px 0;background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
#region_compare_chart { width:665px; height:600px; margin:0 0 50px 0;background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
/*#region_compare_chart .jqplot-table-legend, #country_compare_chart .jqplot-table-legend { top:615px; height:18px; }*/
#country_compare_chart .jqplot-table-legend { top:615px; height:18px; }
#region_compare_chart .jqplot-table-legend tr,#country_compare_chart .jqplot-table-legend tr { float:left; padding:5px; }
#region_compare_chart .jqplot-table-legend tr td,#country_compare_chart .jqplot-table-legend tr td { text-align: center; padding-top: 0.0em !important;padding-right: 0.1em !important; }
#region_compare_chart .jqplot-highlighter-tooltip,#country_compare_chart .jqplot-highlighter-tooltip  { font-size:16px; font-weight:bold;background:none repeat scroll 0 0 rgba(208, 208, 208, 0.8); padding:2px;}
.planttext { padding: 0 0 20px 0; }

/* Downloads */

#info_content .download { line-height:38px; padding-left:50px; }
#info_content .download p { line-height:38px; }
#info_content .pdf { background: url(/img/pdf.gif) no-repeat; }

/* Surveys */
.surveys .answers,.surveys .survey_chart,.surveys #search { margin: 0 200px 20px 320px; }
.surveys .jqplot-table-legend { padding:5px; margin: 0 15px; }
.surveys .question_box { width: 260px;margin: 0 20px 20px 0; float:left; }
.surveys .question { width: 260px; font-size:16px; line-height: 160%; background: #E7DED1; margin: 0 0 20px 0;
	box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #999;
}
.surveys .question_info { background: url('/img/icons/clipboard_32.png') no-repeat 0% 50%; font-size:10px; padding-left: 35px; }
.surveys .answers {  font-size: 10px; }
.surveys .answers p { padding-left:20px; }
.surveys .answers p input { margin-left:-20px; }
.surveys .survey_chart { height:500px; width:400px; margin-top:20px; font-size:16px; }

/* Search */
#search .nobg { padding: 15px; }


/* Wiki Buttons */
div.wiki,
div.plant_parts div.tab div.wiki,
#tabs div.ctab div.wiki { clear:none; float:right; width: 80px; min-height:67px; text-align:center; height:auto !important; margin: 0 10px 20px 20px; padding:0; background:url('/img/sonnenertrag_wiki_80px.png') no-repeat top center; }
div.wiki a { display:block; padding: 67px 0 0 0; text-decoration:none; color: #333; font-size:11px; line-height:120%; }
div.wiki a:hover {  color: #000; }
#reg_form div.wiki { padding:0px; margin:80px 100px 0px 0px;  }

/* Sonnenertrag.eu Banner */
div.cta_banner { width: 435px; height:150px; background: #fff url('/img/cta_banner_logo.png') no-repeat top left; margin:5px 5px 5px 500px;
	box-shadow:inset 0 0 5px #999;
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}
div.cta_banner a { display:block; padding: 10px; text-decoration: none; }
div.cta_banner #cta_button { float:right; margin: 15px 0 0 10px; }
div.cta_banner .cta_body { display:block; margin-top:25px; }
div.cta_banner .cta_plants { font-weight: bold; font-size:16px; }
div.cta_banner .cta_nations { font-size:10px; margin-top:8px; display:block; }

/* Gallery */
#gallery_box { width:720px; height:400px; position:relative; margin-bottom:10px; }
#gallery_home { width:720px; }
#gallery_box li { width:720px; margin:0px; list-style:none; height:400px; line-height:400px; overflow:hidden; text-align:center; }
#gallery_box li img { max-width:600px; vertical-align:middle; }
#gallery_box #prevBtn { top:184px; }
#gallery_box #nextBtn { left:670px; top:184px; }

/* Directory */
#content .directory h2 { margin-bottom:20px; }
#content .directory select { float:right; }
#content .directory .adress { width:360px; float:left; padding: 0; }
#content .directory .contact { line-height:150%;  padding: 5px 0 0 0; }
#content .directory .contact span { width:125px; float:left; font-weight:bold; }
#content .directory_list img { float:left; padding:0px 0px 0px 15px; width:250px; max-height:240px; }
#content .directory_list .box { float:left; padding:0px 0px 0px 50px; width:220px; }
#content div.directory_list { margin-top:20px; padding-top:20px;  border-top:1px solid #e7ded1; }
#content div.directory_list .text { clear:left; padding:10px 0px;}
#content #directory #slider_box { width:680px; background: url("/img/slider_bg_small.png")}
#content #directory #slider_top { width:680px; background: url("/img/slider_top_small.png")}
#content #directory #slider_bottom { width:680px; background: url("/img/slider_bottom_small.png")}
#content #directory #nextBtn, #slider1next {left:630px; }
#content #directory #slider_home li { width:560px; }
#content #directory .show_installer_plants { border:none; background:#ffffff; position:relative; left:-3px; cursor:pointer; text-decoration:underline; padding:0px 0px 5px 0px; font-size:16px; font: italic 16px Georgia,serif; }
#content .relation span { width:100px; float:left; }
#content .directory .directory_entry_text { float:left; padding: 0 15px 0 0; width:420px; }
#content .directory .directory_entry_logo { padding: 0 0 0 15px; width:225px; float:left; }
#content .directory .directory_entry_logo img { max-width:225px; }
#content .directory .directory_entry_logo h2 { text-align:center; margin-bottom:5px; }
#content .directory_views { font-size:11px; text-align: center; padding: 15px 20px; }
#content .directory .directory_relation { text-align:center;  }
#content .directory .directory_relation span { font: normal 12px Verdana,Arial,sans-serif; display:block; }
#content .directory .rank { font: bold 18px Georgia,serif; text-align: center; }
#content .directory .rank.top { background: url('/img/directory_top_ranking.png') no-repeat 50% 100%; width: 146px; height:153px; text-align:center; line-height:140px; margin:0 auto; }
#content .directory .directory_ranking_relations { background: url('/img/directory_plants_bg.png') no-repeat 0% 0%; height:126px;font-size:14px; }
#content .directory .directory_ranking_relations span { display:block; margin:50px 0 0 0px; float:left; line-height:20px; }
#content .directory .directory_ranking_relations input[type=submit] { background: url('/img/directory_plants_button.png') no-repeat 0% 0%; width:180px; height:37px; font-size:14px; float:right; margin: 40px 0px 0 20px; border:none; }

/* Donations */
#donation_page,#page.donations #content { padding:0; }
#donation_page .nobg { padding:15px 215px 15px 15px; }
#donation_page .nobg h1 { padding:0; } 
#cta_donations { display:block; padding:10px 20px; margin: 0 0 0 15px; float:right; background:#DF8700; font:bold 16px Georgia,serif; text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	-ms-box-shadow: 1px 1px 2px #999;
	-o-box-shadow: 1px 1px 2px #999;
	text-shadow: 1px 0px 1px #eee;
	-moz-text-shadow: 1px 0px 1px #eee;
	-webkit-text-shadow: 1px 0px 1px #eee;
	-o-text-shadow: 1px 0px 1px #eee;
	-ms-text-shadow: 1px 0px 1px #eee;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(223,134,0)),
	    color-stop(1, rgb(244,207,0))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(223,134,0) 0%,
	    rgb(244,207,0) 100%
	);
}
/* Gradient from #F4CE00 to #DF8700 vertically */
.donation_list { margin: 20px 0 50px 0; clear:left; padding:10px 0; }
.donation_list .donation_type { width:180px; height:1%; float:left; clear: left; }
.donation_list h2 { font:bold 20px Georgia,serif; width:180px; height:1%; text-decoration: none; color: #999; }
.donation_list p { font-size: 10px; color: #666; text-align:center; }
.donation_list .donate { margin: 0 0 10px 200px; padding:10px; line-height:150%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	-ms-box-shadow: 1px 1px 2px #999;
	-o-box-shadow: 1px 1px 2px #999;
	background: #eee;
}
.donation_list .donate .amount {  font:italic 20px Georgia,serif;  }
.donation_list .donate p { margin: 5px 0; float:none; text-align:left; }
.donation_list .donate a { }
.donation_list .donate .date { font-size:10px; color: #666;  }
.donation_list .donate .fr { text-align:right; float:right; }
#donation_page #donations_sponsors { background: url('/img/donations/sponsoren.png') no-repeat top center; padding: 133px 0 0 0; text-align:center; }
#donation_page #donations_adpartners { background: url('/img/donations/werbepartner.png') no-repeat top center; padding: 133px 0 0 0; text-align:center; }
#donation_page #donations_donators { background: url('/img/donations/spender.png') no-repeat top center; padding: 133px 0 0 0; text-align:center; }
#donation_page #donations_helpers { background: url('/img/donations/helfer.png') no-repeat top center; padding: 133px 0 0 0; text-align:center; }

/* Add Donation */
#addDonation table td { padding: 0 0 10px 0; vertical-align: top; }
#addDonation table td input { width:300px; }
#addDonation table td textarea { width: 300px; height: 150px; }
#addDonation table td input[type=radio] { width:auto; }
#addDonation table td input[type=submit] { width:100; padding:10px 20px; font-size:18px; }
#addDonation table td p { font-size: 10px; }

/* Tickets */
#content.ticket { padding: 0 10px; }
#content.ticket #right { margin: 0 -15px 0 10px; }
#content.ticket .lcol, #content.ticket .rcol { width:340px; }

/* Plant of the month */
#plant_month_sponsors { min-height:250px; height:auto !important; clear:left; padding:30px 0 0 0; }
#plant_month_sponsors a { display:block; float:left; padding: 20px 20px 20px 0; }

.plant_month_list hr { width:100%; }

/* Toplist */
#warning_plant_list { clear:left; display:none; padding:10px 0px 0px 35px; }
#show_plant_list { clear:left; float:left; margin-left:40px; }
#plant_list { clear:left; }

/* Country info */
#country_info .statistic .row { padding:15px 0px 0px 0px; }
#country_info .country_chart { width:690px; height:550px; }
#country_info .country_ranking_relations { background: url('/img/directory_plants_bg.png') no-repeat 0% 0%; height:126px;font-size:14px; width:680px; }
#country_info .country_ranking_relations span { display:block; margin:35px 0px 0px 20px; float:left; line-height:20px; }
#country_info .country_ranking_relations input[type=submit] { background: url('/img/directory_plants_button.png') no-repeat 0% 0%; width:180px; height:37px; font-size:14px; float:right; margin: 30px 20px 0px 0px; border:none; cursor:pointer; }
#country_info .country_ranking_relations .submit { background: url('/img/directory_plants_button.png') no-repeat 0% 0%; width:180px; height:37px; line-height:37px; font-size:14px; float:right; margin: 30px 20px 0px 0px; border:none; display:block; text-decoration:none; text-align:center; }

