/* Stylesheet zur grundlegenden Formatierung
-------------------------------------------------------------------------------- */

/* Importieren des Stylesheets fuer Farben und Typo */
@import url(color.css);
@import url(typography.css);
@import url(navigation.css);

/* Normalisieren der Browser Default Styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Headlines auf Dokumentschriftgroesse setzen */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Listenpunkte ausschalten */
ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}

/* Layout */
html, body {
	height: 100%;
}

body {
	min-height: 670px;
}

#PageWrapper {
	margin: 0 10px;
	width: 990px;
}

.imgNoFloat {
	float: none !important;
}


/* HEADER
-------------------------------------*/
#header {
	height: 72px;
	margin: 18px 0 10px 0px;
	position: relative;
}

#header p {
	position: absolute;
	top: 60px;
	right: 5px;
	padding: 0 5px 0 3px;
}

#branding {
	position: absolute;
	top: 10px;
	left: 0px;
}

#header h1 {
	text-indent: -290px;
}

/* CONTENT
--------------------------------------*/
#content {
	float: left;
	width: 453px;
	margin-left: 10px;
	margin-bottom: 7px;
	min-height: 393px;
	/*padding: 28px 94px 5px 40px;*/
	padding: 28px 94px 28px 40px;
	position: relative;
}

#content img {
	float: left;
	margin: 0 20px 10px 0;
}

#content h2 {
	padding: 0 0 15px 0;
}

#content h4 {
	padding: 0 0 10px 0;
}


.innenHead {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.innenNavi {
	float: right;
	width: 150px;
	margin-bottom: 10px;
}

.innenNavi li {
	margin-bottom: 5px;
}

#content p {
	clear: both;
	margin-bottom: 1em;
}

#content p a {
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: underline;
}

#content #tools {
	position: absolute;
	bottom: 10px;
	left: 40px;
	width: 540px;
	margin-top: 20px;
}

#content #produkte {
	border: 1px dashed #fff !important;
	vertical-align: top;
}

#content #produkte td {
	border: 1px dashed #fff !important;
	padding-bottom: 20px;
	vertical-align: top;
}

#content #memo {
	border: 1px dashed #fff !important;
	vertical-align: top;
}

#content #memo td {
	border: 1px dashed #fff !important;
	padding-bottom: 20px;
	padding-right: 10px;
	vertical-align: top;
}
#content #memo p {
	float: left !important;
}

#content #memo img {
	margin: 0 0 10px 0;
}

#content #inhaltsstoffe  {
	border: 1px solid #000000 !important;
}

#content #inhaltsstoffe th {
	width: 250px;
}

#content #inhaltsstoffe td {
	border: 1px solid #000000 !important;
	padding: 3px;
}

#content #produkte img {
	padding-right: 10px;
}

.top {
	float: left;
}

.print {
	float: right;
	padding-right: 10px;
}


#content table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 2em;
	font-size: 85%;
}

#content th {
	background-color: #66ad23;
	font-weight: bold;
	text-align: center;
	padding: 4px 0 4px 0;
}


#content td {
	/*padding: 5px;*/
	border: 1px solid #2B559D;
	/*vertical-align: top;*/
}

#content td img {
	/*float: left;*/
	float: none;
	margin-right: 0;
}

#content td p {
	float: left;
}

#lexikon td {
	padding: 5px 2px 5px 4px;
}

#lexikon td a {
	text-decoration: underline;
}

#content ul {
	margin-bottom: 1em;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

#content ul li a {
	text-decoration: underline;
	color: #000000;
}

#content ul li a:hover {
	text-decoration: underline;
	color: #4c9516;
}

#content .mitabst {
	margin-bottom: 1em;
}

#tooltip td {
	border: 1px solid #fff;
}

#tooltip img {
	padding-right: 20px;
}

#absender table {
	background-color: #f3f9ef;
}

#absender td {
	border: 1px solid #f3f9ef;
	background-color: #f3f9ef;
	padding: 5px;
}
#absender td a {
	text-decoration: underline;
}
#absender td a:hover {
	text-decoration: underline;
	color: #4c9516;
}
#blumen p {
	float: left;
	width: 220px;
}

#blumen img {
	float: right;
}

#content .impressum a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content .impressum a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

ul#faq {
	list-style-position: outside;
	margin: 0 0 2em 15px;
	padding: 0 0 2em 0;
}
ul#faq a:visited {
	color: #4c9516;
}
ul#faqanswer {
	list-style-type: none;
	margin-left: 0;
}
ul#faqanswer .top {
	float: none;
}
ul#faqanswer li > div {
	margin-bottom: 3em;
}
ul#faqanswer li > h3 {
	font-weight: bold;
	/*background: transparent url(/media/images/quader-dunkelblau.gif) left top no-repeat;*/
}

ul#lexikonanswer {
	list-style-type: none;
	margin-left: 0;
}
ul#lexikonanswer .top {
	float: none;
}
ul#lexikonanswer li > div {
	margin-bottom: 3em;
}
ul#lexikonanswer h3 {
	font-weight: bold;
	/*background: transparent url(/media/images/quader-dunkelblau.gif) left top no-repeat;*/
}

/*.einrueckung {
	padding-left: 100px;
}*/


/*GEWINNSPIEL
--------------------------------------*/

.headline {
	font-weight: bold;
	color: #4c9516;
}

#content .zwischenheadline {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

#game_spieler td {
	border: none;
}

#game_frage td {
	border-color: #fff;
}




/*MARGINAL
--------------------------------------*/
#marginal {
	float: left;
	width: 200px;
	margin-left: 12px;
}

.marginal_big {
	min-height: 192px;
	padding: 5px 3px 12px 3px;	
	margin-top: 12px;
}

.marginal_big h1 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.marginal_big p {
	margin-left: 10px;
}

.marginal_small {
	min-height: 85px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
}

.marginal_small h1 {
	margin-bottom: 10px;
}

/* FOOTER
--------------------------------------*/
#footer {
	clear: both;
	margin-left: 185px;
}

#footer ul {
	width: 800px;
}

#footer li {
	float: left;
}

/* STARTSEITE
--------------------------------------*/
#startseite {
	float: left;
	width: 800px;
	margin-left: 10px;
	min-height: 417px;
}

#indexmarginal  {
	float: right;
	width: 377px;
	margin-bottom: 8px;
}

#indexmarginal img {
	display: block;
}

#flashcontainer {
	float: left;
	width: 417px;
	margin-bottom: 8px;
}
#flashcontainer_quiz {
	float: left;
	width: 450px;
}


#startseite ul {
	clear: both;
	width: 800px;
	min-height: 88px;
}

#startseite li {
	float: left;
}

.abstand6 {
	margin-right: 6px;
}

.abstand7 {
	margin-right: 7px;
}

#themen {
	margin-top: 10px;
	background: #fff url(/media/images/startseite/themen_hg.gif) left top no-repeat;
	height: 207px;
	padding-right: 20px;
}

#themen p {
	padding-left: 30px;
}

#marg_small {
	height: 78px;
	width: 227px;
	margin-right: 0px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

#marg_small h1 {
	float: left;
	height: 75px;
	padding-right: 10px;
}

#themen h1 {
	padding: 10px 0 20px 30px;
}