@charset "utf-8";
/* CSS Document */

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,
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;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 30px auto 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 2px solid #33902D;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColFixCtrHdr #header {
	background: #ffffff url(../../../../images/personalgardener/header_bg.jpg) no-repeat; 
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	width: 780px;
}
#container #header .logo {
	position: relative;
	left: 505px;
	top: 0px;
	margin: 0;
}

#container ul.sf-menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#container ul.sf-menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #EAF2D8;
	height: 33px;
	width: 776px;
	border: 2px solid white;
	z-index: 999;
}
#container ul.sf-menu li {
	float: left;
	color: rgb(51,145,45);
	padding: 0;
	width: 205px;
	height: 33px;
	font-size: 13px;
	background: none;
}
#container ul.sf-menu a {
	padding: 0.75em 0 0.75em 10px;
	font-weight: bold;
	color: rgb(51,145,45);
	border: none;
	
}
#container ul.sf-menu a:hover {
	background-color: #8EBC22;
	color: #FFF;
}

#container ul.sf-menu li li {
	background-color: white;
	opacity: .95;
	filter: alpha(opacity=95);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

#container ul.sf-menu ul {

}

#container ul.sf-menu li a a {
	color: #8EBC22;
}
#container ul.sf-menu li li a:hover {
	color: #F29718;
	background-color: white;
	font-style: italic;
}

/*

#container ul.sf-menu li:hover a {
	color: #FFF;
}
#container ul.sf-menu li:hover a a {
	color: #8EBC22;
}


#container ul.sf-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




*/

.oneColFixCtrHdr #mainContent {
	padding: 0 0 50px 0;
	background-color: #FFFFFF;
	background-image: url(../../../../images/personalgardener/content_bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	height: 364px;
	overflow: hidden;
	margin: 0;
}
#mainContent #content {
	padding: 0 20px 50px 20px;
	overflow: auto;
	height: 90%;
	width: 740px;
}
/*
#content h1, #content p {
	border: 2px solid red;
}
*/
#mainContent #content ul {
	color: #666666;
}
.oneColFixCtrHdr #mainContent.home {
	padding: 0;
	height: 412px;
	background-image: url(../../../../images/personalgardener/home_bg.jpg);
	background-position: center 37px;
}
#mainContent.gallery {
	padding: 0 0 50px 0px;
	overflow: hidden;
}

#mainContent h1 {
	margin: 4px;
	color: #F29718;
	font-weight: normal;
	font-size: 28px;
}

#mainContent h2 {
	margin: 5px 0 10px 0;
	background-color: #8EBC22;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}

#mainContent h3 {
	
}

#mainContent p {
	color: #666;
	margin-bottom: 15px;
	text-align: justify;
}

#news {
	padding: 0;
	margin: 0;
	width: 780px;
	height: 50px;
	background-color: #F29718;
	color: #ffffff;
}
#news p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 2px 5px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	color: #ffffff;
}
#news .newsWidget {
	margin: 0 40px;
	padding: 15px 0;
	overflow: hidden;

}
#news ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type:none;
	overflow: hidden;
	height: 20px;
}
#news ul li {
	height: 20px;
}

#news a {
	color: #ffffff;
}
#news a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	padding: 0;
	width: 780px;
	height: 20px;
	color: #33912D;
	font-size: 14px;
	margin: 4px auto;
	text-align: left;
}

div.galleria_container {
	float: right;
}

div.galleria_container img {
	/*width: 300px;*/
	margin: 10px 30px 0 0;
	height: auto;
}

ul.gallery {
	height: 290px;
	margin-top: 20px;
	overflow: auto;
	width: 300px;
}

ul.gallery li {
	float: left;
	margin: 5px;
	overflow: hidden;
	padding: 0;
}

ul.gallery li img.thumb {
	width: 100px;
}

#content ul {
	padding-left: 35px;
	padding-bottom: 15px;
}

#content table {
	color: #666;
	margin-bottom: 15px;
}

#content img {
	border: none;
	margin: 4px 15px 15px 15px;
}

#content div.image img {
	margin-top: 50px;
}

a {
	color: #33912D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

strong {
	font-weight: bold;
}

.right { float: right; }

.left { float: left; }

.galleria_wrapper img:hover {
	cursor: pointer;
}
