/*
Title:      styles for screen media
Author:     miki früh
Updated:    Sep  2007
Notes:		Hand-crafted by the feelgood factory, germany
copyright:	Dieser Code ist geistiges Eigentum der feelgood factory, Miki Früh
			Jede unautorisierte Weiterverwendung ist untersagt. Es gelten die Nutzungsbedingungen
			der feelgood factory, Stand August 2006
*/

body {
	height: 100%;
	width: 100%;
}
#main                       {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 880px;
	display: block;
	float: left;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 4px solid #000066;
	border-left: 1px solid #000066;
}
.pdf {
	display: block;
	float: left;
	height: 33px;
	width: 34px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#title      {
	background: #FFFFFF url(images/Seite/head_tetra.jpg) no-repeat 200px 0px;
	text-align: center;
	float: left;
	clear: right;
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #000066;
}
.stoerebox, .stoerebox1 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	border: 2px solid #CC6600;
	text-align: center;
	text-transform: uppercase;
	color: #CC6600;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
}
.stoerebox {
	margin-top: 20px;
	margin-bottom: 5px;
}
.stoerebox1 {
	width: 180px;
	float: left;
	margin-right: 10px;
}
.stoerebox1 h1{
	font-size: 1.4em;
	color: #000066;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bolder;
	margin-bottom: -10px;
	display: block;
}
.stoerebox h1 a{
	font-size: 0.9em;
	color: #000066;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bolder;
	margin-bottom: -10px;
	display: block;
}
.stoerebox p, .stoerebox1 p{
	font-size: 0.9em;
	color: #000066;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	display: block;
}
.stoerebox p a, .stoerebox p a:hover, .stoerebox p a:visited{
	color: #000066;
}

#nav       {
	text-align: left;
	float: left;
	margin: 0px;
	padding-top: 20px;
	width: 200px;
	display: block;
	height: auto;
}
.stoerebox {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 150px;
	clear: both;
	float: none;
}

#content                     {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 10px;
	width: 660px;
	display: block;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	height: auto;
	float: left;
}
#content a {
	text-decoration: underline;
}
#leer           { 
background-color: #036; 
float: left; clear: right; 
width: 100%; height: 20px; 
display: block 
}
#abstand20      { 
z-index: 0; 
width: 90%; 
height: 20px; 
display: block 
}
#popup    {
	background-color: white;
	float: left;
	margin: 0px;
	border-top: 1px solid #b0c4de;
	border-bottom: 2px inset #b0c4de;
	overflow: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 90%;
}
#footer{	
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 4px solid #000066;
	bottom: 10px;
	width: 880px;
	height: 18px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	position: static;
	visibility: visible;
	z-index: 999;
	left: 0px;
}


#footer p{
	font-size: 0.75em;
	color: #000066;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 10px;
	float: left;
	margin-bottom: 5px;
	display: block;
	width: 800px;
	margin-top: 2px;
}


#button a                              {
	color: #000066;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	background: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10%;
	width: 90%;
	height: auto;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	font-weight: bold;
}
#button a:link    { color: #000066; background: #FFFFFF; border-bottom: 1px solid #000066}
#button a:visited     { }
#button a:hover                     { color: #FFFFFF; background: #000066}
#button a:active                     { color: white; font-weight: bold; background: #003}
#button_sub a                 {
	color: #000066;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	background: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10%;
	width: 90%;
	height: auto;
	display: block;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
#button_sub a:link            { text-decoration: none; background: #FFFFFF 3px; text-align: left; display: block }
#button_sub a:visited            { text-decoration: none; background: #FFFFFF; text-align: left; display: block }
#button_sub a:hover            {
	background: #000066 3px;
	color: #FFFFFF;
}
#button_sub a:active           {
	background: #000033;
	color: #FFFFFF;
}
#foto_dist    { float: left; padding: 10px 30px 0px 0px; border: none }
body   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 900px;
}
html, body  { font-size: 12px }
a           { font-weight: normal; text-decoration: none }
a:link     { color: #000066}
a:visited      { color: #003 }
a:hover      { color: #009966}
a:active    { color: #006666}
#akt            {
	color: #009999;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	background: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10%;
	width: 90%;
	height: auto;
	display: block;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
.abstand    {
	color: #009999;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 0px;
}
#akt_sub            {
	color: #009999;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	background: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10%;
	border-top: 1px solid #000066;
	width: 90%;
	height: auto;
	display: block;
	text-transform: uppercase;
}
a img    {
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Hervorhebung        { color: #000066; font-weight: normal; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; float: left; padding-top: 3% }
p, h1, h2, h3, h4        { color: #000066; font-family: Verdana, Arial, Helvetica, sans-serif}
h1              {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: 18px;

}
h2          {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px;
	display: block;
	line-height: 16px;
	letter-spacing: 1px;
}
h3      {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	padding-top: 5px;
}
h4   { color: purple; font-size: 11px }
p    {font-size: 12px;
	line-height: 14px;
}
table  {
	color: #000066;
	padding: 0px;
	height: auto;
	width: 600px;
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
td    {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.sparte1{
	float: left;
	width: 660px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	clear: left;
}
.sparte1 p{
	text-align: left;
	padding: 0px;
	line-height: 22px;
	display: block;
	margin: 0px;
	height: auto;
	float: none;
	clear: none;
}
.sparte1 img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 70px;
	width: 70px;
	float: left;
}


.sparte2{
	float: left;
	height: 250px;
	width: 300px;
	text-align: center;
	display: block;
}
.sparte2 p{
	text-align: center;
	padding: 0px;
	display: block;
	width: 300px;
	margin: 0px;
	float: left;
}
.sparte2 img {
	margin-bottom: 10px;
}

.sparte3{
	float: left;
	height: 210px;
	width: 200px;
	text-align: left;
	display: block;
}

.sparte3 img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	float: left;
	height: 170px;
	width: 170px;
}
.sparte3 p, .sparte4 p{
	text-align: left;
	padding: 0px;
	display: block;
	float: left;
	width: 85%;
	margin: 0px;
}

.sparte3 img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	float: left;
	height: auto;
	width: auto;
}
.sparte4{
	float: left;
	width: 200px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}	

.sparte4 img{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
}



ul            {
	color: #000066;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;

}

.copy       { color: #000066; font-size: 11px; line-height: 12px; float: left }
li          {
	color: #000066;
	font-size: 12px;
	line-height: 14px;
	list-style-type: square;
	list-style-position: inside;
	display: list-item;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.minitext        { color: #000033; font-size: 11px; float: left; padding-top: 10px; width: 60% }
.small {
	font-size: 90%;
	text-transform: none;
	color: #000066;
}
#content_BU                {
	color: #000066;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 5px;
	width: 175px;
	float: left;
	clear: both;
	text-align: left;
}
#content_text     { color: #036; font-size: 10px; line-height: 11px; float: left; margin-top: 5px; width: 175px }
#content_BUre       { color: #036; font-size: 12px; line-height: 14px; float: left; margin-top: 10px; width: 60% }
#content_BU1             { float: left; width: 97% }
.content_neben       {
	color: #000066;
	font-size: 11px;
	line-height: 14px;
	width: 175px;
	float: left;
	display: block;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_zen  { color: #000033; font-size: 10px; line-height: 20px; float: left; margin-top: 10px; padding-right: 10px; width: 170px }
#content_BU2         { color: #003; font-size: 12px; line-height: 12px; float: left; padding-top: 5px; padding-right: 20px; padding-left: 10px; width: 250px }
#content_BU3     { text-align: center; float: left; margin-top: 10px; margin-right: 20px; width: 170px }
#content_td1           { font-size: 10px; line-height: 11px; background-color: #f0f8ff; float: left; width: 99%; height: auto }
#content_td2             { font-size: 10px; line-height: 12px; float: left; width: 99% }
#content_td3        {
	color: #000066;
	font-size: 12px;
	float: left;
	padding-bottom: 10px;
	width: 70%;
	text-align: left;
}
code {
color: #003366;
font-size: 10pt;
}
img               {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}
#logos   { }
.logo {
	border: 1px solid #000;
}
.bild_links      {
	float: left;
	margin-right: 1%;
	clear: right;
}
.bild_rechts { float: right; clear: right; margin-right: 3% }
.bild_zent  { text-align: center; float: none }
.clear   { color: white }
#rubrik               {
	color: #000066;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 10px;
}
.rubrik_mStrich        {
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	background-color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000066;
	margin-bottom: 10px;
	text-align: left;
	display: block;
}
.unterrubrik {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin-top: 3px;
}
.box {
	float: left;
}
a.box{
	margin: 0px;
}
.boxBU {
	width: 153px;
	display: block;
	float: left;
	text-align: left;
	}

.boxBU a{
	text-align: left;
	line-height: 22px;
	font-size: 10px;
	text-decoration: none;
}


hr {
	height: auto;
	color: #000066;
}

#down {
	color: #036;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	display: block;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	text-align: left;
	float: left;
}

.attent {
	float: left;
	line-height: 14px;
	color: #003366;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	border: 1px solid 003366;
	width: 450px;
	height: 60px;
}


.textattent {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #003366;
	height: auto;
	margin: 0px;
	display: block;
	width: 420px;
	padding: 5px;
	float: left;
}
#aktion {
	color: #99CCFF;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	width: 146px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 146px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

iframe {
	width: 600px;
	padding: 0px;
	height: 250px;
	border: 1px solid #003366;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.texthervorhebung {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.invert {
	color: #FFFFFF;
	background-color: #000066;
	padding: 5px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.boxdividerohne {
	float: left;
	width: 660px;
	margin-bottom: 15px;
}
.boxdividerspitzen {
	color: #003366;
	padding: 0px;
	font-size: 11px;
	display: block;
	float: left;
	width: 650px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	height: 130px;
}
.boxdividerohne img, .boxdivider img , .boxdividerspitzen img {
	float: left;
	margin-right: 5px;
	display: list-item;
}
.boxdivider {
	float: left;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	margin-top: 5px;
	margin-bottom: 5px;
}


.produktliste, .produktlistefett {
	float: left;
	width: 610px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	margin-bottom: 5px;
	display: block;
}
.produktliste:hover, .produktlistefett:hover {
	background-color: #E5E0FF;
}
.produktlistefett{
	background-color: #f0f8ff;
}
.produktlistespalte{
	width: 260px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.boxdivider img, .boxdividerohne img {
	clear: both;
}
.top{
	display: block;
	float: left;
	height: 15px;
	width: 410px;
	text-align: right;
	background-image: url(images/Seite/gotop.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 90%;
	margin-top: 15px;
}
.boxtab {
	display: block;
	float: right;
	width: 460px;
}


.bilderbox {
	display: block;
	float: left;
	width: 170px;
}
.bilderbox p{
	margin-top: 5px;
	width: 150px;
	display: block;
	font-size: 1em;
	float: left;
}
.bilderbox img {
	margin-bottom: 5px;
}

.neu {
	font-size: 0.8em;
	color: #CCCCCC;
	background-color: #003366;
	padding: 2px;
	margin-right: 5px;
	margin-left: 0px;
	font-weight: bold;
}

