/* 
Stylesheet zur Einbindung auf allen Seiten
Enthält Basis-HTML Elemente, Header mit Navigationen, Footer
*/

/* -- Allgemeine HTML Elemente -- */
* {
	margin:0;
	padding:0;
	list-style:none;
}

html,
body {
	height:100%;
}

body {
	color:#006943;
	font:12px Arial, Verdana, sans-serif;
	background:url(../img/body.gif) repeat-y 0 0 #FFF;
}

img {
	vertical-align:middle;
	border:0;
}

a:link,
a:visited {
	color:#006943;
	text-decoration:none;
}

a:hover,
a:active {
	color:#003F28;
	text-decoration:underline;
}


div#content_upper a:link,
div#content_upper a:visited {
	text-decoration:underline;
}

div#content_upper a:hover,
div#content_upper a:active {
}


p {
	margin:10px 0;
}
sup, sub {
	line-height:0;
	font-size:0.8em;
}
.left {
	float:left;
}

.right {
	float:right;
}

.clearer {
	clear:both;
}

.hidden {
	display:none;
}

.error {
	color:#F00;
}


label {
	cursor:pointer;
}


div#print_logo {
	display:none;
}


/* -- normale Formulare -- */
.gen_form {
	width:420px;
	display:block;
}

* html .gen_form {
	width:422px;
}

.gen_form dl {
	margin:10px 0;
}

.gen_form  dt {
	float:left;
	/*clear:left;*/
}

.gen_form  dt.no_float {
	float:none;
}

.gen_form  dd.no_float {
	margin-left:0 !important;
}

.gen_form  dd {

}

	.gen_form dd {
		margin:8px 0 8px 210px;
	}

		.gen_form input.input_option {
			width:200px;
		}

		.gen_form select {
			width:206px;
		}

		.gen_form dd.no_float textarea {
			width:410px;
		}

	.gen_form .submit_row {
		text-align:right;
	}




/* -- Tabellen -- */
table {
	width:100%;
	border-collapse:collapse;
	border:0;
}

	th {
		font-weight:bold;
		text-align:left;
	}

/* -- Formular Elemente -- */
form {
	margin:0;
	padding:0;
	display:inline;
}

input,
textarea,
select,
option {
	font:12px Verdana, Arial, sans-serif;
	vertical-align:middle;
}

input,
textarea,
option {
	padding:2px;
}

.select_option,
.input_option {
	border:1px solid #000;
}

input.submit_option {
	cursor:pointer;
}

fieldset {
	padding:5px 10px;
}

	legend {
		padding:0 5px;
		font-weight:bold;
	}

label {
	cursor:pointer;
}

/* -- Pos Nav -- */
p.pos_nav {
}

	p.pos_nav a {
		margin:0 10px 0 0;
	}


/* -- Haupt Elemente -- */
table#root_table {
	height:100%;
}

	div.main_wrapper {
		width:990px;
	}

	/* -- Content -- */
	td#cell_content {
		vertical-align:top;
	}

		div#mast_head {
			height:162px;
			position:relative;
			background:url(../img/mast_head.gif) no-repeat 0 0 #FFF;
			font:12px Verdana, Arial, sans-serif;
		}

			div#mast_head ul {
				position:absolute;
				white-space:nowrap;
			}

			div#mast_head li {
				display:inline;
			}

			div#mast_head li a {
				color:#004B2D;
				font-weight:bold;
				text-decoration:none;
			}

			/* -- Unternehmensnavigation -- */
			ul#company_nav {
				position:absolute;
				top:9px;
				right:13px;
			}

				ul#company_nav li a.active,
				ul#company_nav li a:hover {
					color:#BC2606;
				}

			/* -- Shopnavigation -- */
			ul#main_nav {
				top:129px;
				left:131px;
			}

				ul#main_nav li a.active,
				ul#main_nav li a:hover {
					color:#FFF;
				}

			/* -- Logo --*/
			div#logo {
				position:absolute;
				top:0;
				left:57px;
			}


			/* -- Blumenshop -- */
			div#shop_link {
				position:absolute;
				top:117px;
				left:8px;
			}

			/* -- Suche -- */
			div#search_form {
				position:absolute;
				top:30px;
				right:9px;
				white-space:nowrap;
			}

				div#search_form input.input_option {
					width:150px;
				}
				div#search_form div.radio {
					padding: 2px 0 0 0;
				}
				div#search_form div.radio .secondradio {
					margin: 0 0 0 10px;
				}
				div.searchbox-tmpl-css div.radio {
					padding: 6px 0 0 0;
				}
				div.searchbox-tmpl-css div.radio .secondradio {
					margin: 0 0 0 10px;
				}


/* 
Content wird über style_content.css gesteuert
Startseiten-Content wird über style_start.css gesteuert 
*/


	/* -- Footer -- */
	td#cell_footer {
		vertical-align:bottom;
		font:12px Verdana, Arial, sans-serif;
	}

		td#cell_footer div.main_wrapper {
			height:98px;
			position:relative;
			background:url(../img/footer.gif) no-repeat left bottom;
		}

			/* -- Navigation im Footer -- */
			ul#footer_nav {
				position:absolute;
				left:8px;
				top:66px;
			}

				ul#footer_nav li {
					display:inline;
				}

					ul#footer_nav li a {
						color:#006943;
						font-weight:bold;
						text-decoration:none;
					}

					ul#footer_nav li a:hover,
					ul#footer_nav li a.active {
						color:#FFF;
					}


			div#print_link {
				position:absolute;
				top:12px;
				left:641px;
			}




