/* @override http://www.pflanzen-keller.de/assets/site/css/default.css */

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #515151;
}

div.clear_float 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* @end */

/* @group Links */

a
{
	color: #ff7f00;
	outline: none;
}

span.read_more
{
	white-space: nowrap;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @group Formularfelder */

input.text,
textarea,
select
{
	border: 1px solid grey;
	padding: 1px;
	
	color: grey;
}

input.button 
{	
	padding: 0 4px 0 4px;
	
	cursor: pointer;
	cursor: hand;
	
	border: 1px solid grey;
	background: lightgrey;
}

* html input.button
{
	height: 15px;
	line-height: 10px;
}

*+html input.button
{
	height: 15px;
	line-height: 10px;
}



/* @end */

/* @end */

/* @group Seite */

body
{	
	background: #7f9f7f;
}

div.site
{
	position: relative;
	width: 970px;
	
	margin: 0 auto;
	
	background: white url(/assets/site/images/content_background.gif) repeat-y;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 255px;
	margin-bottom: 10px;
	
	background: url(/assets/site/images/head_background.gif) no-repeat;	
}

div.head img.head
{
	position: absolute;
	top: 0;
	left: 210px;
}

/* @group Logo */

div.head h1.company 
{
	position: absolute;
	left: 20px;
	top: 85px;
	width: 180px;
	height: 180px;
	background: url(/assets/site/images/head_logo.jpg) no-repeat;
}

div.head h1.company a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	overflow: hidden;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
	left: 20px;
	top: 57px;
}

div.head div.meta_navigation ul
{

}

div.head div.meta_navigation ul li
{
	display: inline;
}

div.head div.meta_navigation ul li a
{
	color: white;
	text-decoration: none;
	font-size: 10px;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	font-weight: bold;
}

/* @end */



/* @end */

/* @group Navigation */

div.navigation 
{
	float: left;
	display: inline;
	
	width: 180px;
	margin: 0 10px 0 20px;
}

/* @group Ebene 1 */

div.navigation ul
{

}

div.navigation ul li
{
	border-bottom: 5px solid white;
}

div.navigation ul li a
{
	display: block;
	height: 30px;
	padding: 0 10px;
	
	font-family: Chalkboard, Comic Sans MS, Comic Sans, ComicSans, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 27px;
	
	color: white;
	background: #ff7f00;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	background: #ff0000;
}



/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	display: none;
	margin: 0;
}

div.navigation ul li.active ul
{
	display: block;
}

div.navigation ul li ul li
{
	border-bottom: none;
}

div.navigation ul li ul li a
{	
	padding: 4px 10px 4px 20px;
	height: 1%;
	
	font-size: 14px;
	
	line-height: 120%;
}

div.navigation ul li.active ul li.first a
{	
	padding-top: 6px;
	border-top: 1px solid white;
}

div.navigation ul li.active ul li.last a
{	
	padding-bottom: 10px;
}

div.navigation ul li ul li a:hover,
div.navigation ul li ul li.active a
{
	text-decoration: underline;
}
/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	float: left;
	width: 550px;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	margin: 5px 10px 20px 10px;
	
	font-size: 26px;
	font-family: Chalkboard, Comic Sans MS, Comic Sans, ComicSans, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-weight: normal;
	line-height: 34px;
	
	color: #ff7f00;
}

div.content h4
{
	margin: 20px 10px 5px 10px;
	
	font-size: 18px;
	line-height: 20px;
	font-family: Chalkboard, Comic Sans MS, Comic Sans, ComicSans, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-weight: normal;
	
	color: #ff7f00;
}

div.content h5
{	
	margin: 0 10px 0 10px;
	
	font-family: Chalkboard, Comic Sans MS, Comic Sans, ComicSans, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	color: #ff7f00;
}

div.content p
{
	margin: 0 10px 12px 10px;
}

div.content .highlight
{
	padding: 2px 4px;
	
	background: #ffd9d9;
}

div.content small,
div.content .small
{
	font-size: 10px;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 11px;
	margin-left: 30px;
	
	list-style-type: disc;
}

div.content ul li
{
	margin-bottom: 6px;
}

div.content ol 
{
	margin-bottom: 11px;
	margin-left: 35px;
}



/* @end */

/* TinyMCE Inhalt Ende */

/* @group Bilder */

div.content a.img_right,
div.content img.img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 10px 10px;
}

div.content a.img_left,
div.content img.img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 4px 10px 5px 10px;
}

div.content a.img_wide,
div.content img.img_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content a.img_list,
div.content img.img_list
{
	clear: none;
}

/* @group Fußnote */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Formulare */

div.content form 
{
	width: 350px;
	margin: 0 10px 12px 10px;
}

div.content form p
{
	position: relative;
	margin: 0;
	padding-bottom: 10px;
}

div.content form p input.text,
div.content form p textarea,
div.content form p select
{
	position: absolute;
	right: 0;

	width: 200px;
}

div.content form p select
{
	width: 204px;
}

* html div.content form p select
{
	width: 206px;
}

*+html div.content form p select
{
	width: 206px;
}

div.content form p span.input
{
	position: absolute;
	left: 146px;
}

* html div.content form p span.input
{
	left: 145px;
}

*+html div.content form p span.input
{
	left: 145px;
}

div.content form p.Nachricht,
div.content form p.Nachricht textarea
{
	height: 100px;
}

/* @end */

/* @group Teaser-Boxen */

/* @group Boxenarten */

div.content div.teaser_box
{
	margin-bottom: 10px;
}

div.content div.tb_wide
{

}

div.content div.tb_narrow
{
	width: 270px;
}

div.content div.tb_left
{
	float: left;
}

div.content div.tb_right
{
	float: right;
}



/* @end */

/* @group Absatzformate */

div.content div.teaser_box h4
{
	height: 30px;
	margin: 0 0 7px 0;
	padding: 0 10px;
	
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	
	color: white;
	background-image: url(/assets/site/images/round_corners_550.png);
	background-repeat: no-repeat;
}

* html div.content div.teaser_box h4
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/round_corners_550.png', sizingMethod='crop');
	background-image: none;
}

div.content div.tb_narrow h4
{
	background-image: url(/assets/site/images/round_corners_270.png);
	background-repeat: no-repeat;
}

* html div.content div.tb_narrow h4
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/round_corners_270.png', sizingMethod='crop');
	background-image: none;
}

div.content div.teaser_box h5
{
	margin: 0 10px 0 10px;
	
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	
	color: #515151;
}

div.content div.teaser_box p
{
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
}

div.content div.teaser_box a
{
	color: #515151;
}



/* @end */

/* @group Bilder */

div.content div.teaser_box a.img_left,
div.content div.teaser_box img.img_left
{
	margin-left: 10px;
}

div.content div.teaser_box a.img_list,
div.content div.teaser_box img.img_list
{
	margin-right: 0;
	margin-bottom: 10px;
}

div.content div.teaser_box a.img_wide,
div.content div.teaser_box img.img_wide
{
	margin-top: -7px;
}

/* @end */

/* @group Unter-Boxen */

div.content div.teaser_box div.box
{
	margin: 5px 10px 10px 0;
}

div.content div.teaser_box div.box a.img_left,
div.content div.teaser_box div.box img.img_left
{
	margin-top: 3px;
}

div.content div.teaser_box div.narrow
{
	float: left;
	display: inline;
	
	width: 263px;
	margin-bottom: 0;
}



/* @end */

/* @group Farben */

/* @group Rot */

div.content div.tb_red
{
	background-color: #ffd9d9;
}

div.content div.tb_red h4
{
	background-color: #ff0000;
}



/* @end */

/* @group Grün */

div.content div.tb_green
{
	background-color: #b5d7b5;
}

div.content div.tb_green h4
{
	background-color: #486145;
}



/* @end */

/* @group Orange */

div.content div.tb_orange
{
	background-color: #ffd4a9;
}

div.content div.tb_orange h4
{
	background-color: #ff7f00;
}


/* @end */


/* @end */

/* @end */

/* @group Google Maps */

div.content div#map
{
	margin: -7px 0 0 0;
	height: 400px;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: right;
	display: inline;
	margin-right: 20px;
	width: 180px;
}

div.sidebar div.box
{
	border-bottom: 10px solid white;
}

/* @group Box */

div.sidebar div.box h4
{
	display: block;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 7px;
	
	font-family: Chalkboard, Comic Sans MS, Comic Sans, ComicSans, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	
	color: white;
	background: #486145;
}

div.sidebar div.box h5
{
	margin: 0 10px 0 10px;
}

div.sidebar div.box p
{
	margin: 0 10px 10px 10px;
}

div.sidebar div.box a
{
	color: #515151;
}

div.sidebar div.box img
{
	margin: -10px 0 7px 0;
}

/* @end */

/* @group Newsletter */

div.sidebar div.newsletter
{
	
}

.current_newsletter-anmeldung div.sidebar div.newsletter,
.current_newsletter-bestaetigung div.sidebar div.newsletter
{
	display: none;
}

div.sidebar div.newsletter p.anrede label
{
	margin-right: 10px;
}

div.sidebar div.newsletter p.anrede label input
{
	margin-right: 5px;
}

div.sidebar div.newsletter p.submit
{
	margin-top: 16px;
	margin-bottom: 12px;
}

/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	height: 50px;
	background: white url(/assets/site/images/footer_background.gif) no-repeat;
}

div.footer p
{
	margin-bottom: 12px;
}

div.footer ul
{
	padding: 7px 0 0 202px;
}

div.footer ul li
{
	margin-left: 18px;
	float: left;
	display: inline;
}

div.footer ul a
{
	float: left;
	height: 23px;
	padding-left: 23px;
	line-height: 17px;
	
	color: #515151;
}

div.footer ul li a:hover,
div.footer ul li.active a
{
	color: #ff7f00;
}

div.footer ul a.top
{
	background: url(/assets/site/images/footer_top.gif) no-repeat;	
}

div.footer ul a.print
{
	background: url(/assets/site/images/footer_print.gif) no-repeat 0 1px;
}

div.footer ul a.send
{
	background: url(/assets/site/images/footer_send.gif) no-repeat -2px 4px;
}
/* @end */
