/*******************************************************************************
 *	Name: style.css
 *	erstellt: 30.05.2006
 *	Autor: MK, werbeagentur aufwind. gmbh
 * Beschreibung:
 * Default-Stylesheet mit den wesentlichen Element-Formatierungen
 *
 *	Allgemeine Farbwerte:
 *	Textfarbe:		#666
 *	Border:				#
 *	Hintergrund:	#
 * Textfarbe heller: 8c8e90
 *
 *	letzte Aenderungen:
 *	Datum			von was
 *	12.03.08	MK	So ne Menge - CM-Elemente, Menu in menu.css ausgelagert
 *
 *
 *******************************************************************************/
	/* Allgemeine Angaben */ /***** Redefinierung von HTML-Elementen *****/
html,body,a,a:link,a:visited,a:hover,a:active,p,div,span,ul,ol,li,hr,table,tbody,th,tr,td,h1,h2,h3,h4,h5,h6,form,input,select,option,optgroup,button,fieldset,textarea,label,legend
	{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, Times;
}

body {
	color: #191919;
	font-size: 11px;
	line-height: 14.5px;
}

a,a:link,a:visited,a:hover,a:active {
	color: #191919;
}

div.cm_download a,div.cm_download a:link,div.cm_download a:visited,div.cm_download a:hover,div.cm_download a:active {
	color: #5E89A7;
}
div.cm_download a:hover
{
	text-decoration: underline;
}

.inline {
	display: inline;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
}

ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #e3e3e3;
	width: 100%;
	margin: 3px 0px;
}

a.link intern {
	background-image: url('../../assets/common/pfeil_rechts.gif');
	background-repeat: no-repeat;
}

b {
	
}

/***** Formular-Elemente *****/
option {
	padding: 0px 5px 0px 0px;
}

label,input[type=button],input[type=submit],button {
	cursor: pointer;
}

p {
	padding: 0px;
	margin: 0px;
}

button {
	font-weight: bold;
	color: #666;
	background: #dee3e7;
}

/* Ende Formular-Elemente*/
	/******************************************************************************/
	/* Ueberschriften */
h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h6 {
	font-weight: normal;
	font-size: 11px;
}

.red {
	color: #c00;
}

h1 a,h1 a:active,h1 a:focus,h1 a:hover,h1 a:link,h1 a:visited {
	color: #9B222D;
	font-weight: bold;
}

/* Ende Ueberschriften */
	/******************************************************************************/
	/* Pseudo Klassen */
.nofloat {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	border: none;
}

/*
.nofloat[class] {
	display: block;
}*/
.noborder {
	border: none;
}

.intern {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	display: block;
	font-size: 109%;
	height: 18px;
}

/* Ende Allgemeine Angaben */
	/******************************************************************************/
	/* Seite zentriert ausrichten */
#center { /* position: relative;*/
	
}

/* Ende Seite zentriert ausrichten */
	/******************************************************************************/
	/* Top-Bereich */ /* BG = dynamisch direkt im Rahmen-Template */
#top,#start_top {
	margin: 0;
	padding: 0;
	position: relative;
	width: 830px;
}

#logo {
	padding: 0 0 0 0;
	float: left;
	height: 198px;
	width: 490px;
}

#top-functions {
	
}

#flash {
	width: 340px;
	height: 198px;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#head {
	margin: 0px 0px 0px 0px;
}

#top .kopfbild {
	width: 900px;
	height: 109px;
	padding: 0px;
}

/***** Such-Feld *****/
.top_search {
	margin: 18px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	/*float: left;*/
}

.top_search input {
	background: #fff;
	border: 1px solid #ABA9AA;
	padding: 1px;
	width: 100px;
}

.top_search button {
	background: none;
	border: none;
	padding: 2px 0px 1px 0px;
	color: #fff;
	background-color: #FF9900;
	font-weight: bold;
	vertical-align: top;
}

/* Ende Such-Feld */
	/***** Ende Top-Bereich ****************************************************************************************/
	/****************************************************************************************************************
 * Content-Bereich
 ****************************************************************************************************************/
#contentarea,#start_contentarea,#contentarea_no_assets {
	border-top: 1px solid #D0D1D2;
	float: left;
	margin: 0;
	padding: 8px 0 0;
	width: 830px;
}

#start_contentarea {
	
}

#contentarea .ca_top,#contentarea_no_assets .ca_top {
	width: 840px;
	height: 10px;
}

#contentarea .ca_bottom,#contentarea_startseite .ca_bottom,#contentarea_no_assets .ca_bottom
	{
	width: 840px;
	height: 0px;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
}

.startseite_text .cm_text {
	padding: 20px 15px 5px 15px;
	margin: 0;
}

/* tabellen in ca */
table {
	border-collapse: collapse;
	border: none;
}

tr {
	
}

td {
	
}

/***** Content-Definition ******/
#content,#content2,#content3,#content4,#content5,#content6,#content_produkte,#content_v2,#content_print
	{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent none repeat scroll 0 0;
	float: left;
	width: 500px;
}

#content-inner-div {
	padding: 0 32px;
}

#content[id],#content2[id],#content3[id],#content4[id],#content5[id],#content_produkte[id],#content_v2[id],#content_print[id]
	{
	margin: -2px 0 10px;
}

#content h1,#content2 h1,#content6 h1,#content4 h1,#content5 h1 {
	/*padding: 0 5px;*/
	
}

#content5 h1 {
	
}

#content5 div.cm_noten h1,#content6 div.cm_noten h1 {
	
}

#content h2,#content2 h2,#content6 h2,#content4 h2,#content5 h2 {
	
}

#content img,#content2 img,#content6 img,#content4 img,#content5 img {
	
}

#content { /* mit Subnavi, mit rechter Spalte */
	
}

#content2 { /* mit Subnavi, ohne rechter Spalte */
	
}

#content3 { /* Startseite */
	
}

#content4 { /* ohne Subnavi, mit rechter Spalte */
	
}

#content_print { /* mit Subnavi, ohne rechter Spalte */
	
}

p.mehr {
	margin: 0;
	padding: 0;
	text-align: right;
}

/* Ende Custom-Bereich (rechte Seite) */ /* Ende Content-Elemente */
	/* Custom-Elemente */
.box {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	clear: both;
	background: #ffffff;
}

.box_bottom {
	height: 0px;
}

.box h1,.box_first h1,#subnavi .box h1 {
	
}

.box h1 a,.box h1 a:active,.box h1 a:hover,.box h1 a:link,.box h1 a:visited
	{
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	background: url("../../assets/common/pfeil_dunkel_blau.gif") no-repeat
		right 3px;
	display: block;
}

}
.box h2,.box_first h2 {
	padding: 5px;
	margin: 0px;
}

.box div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.box div.text {
	padding: 7px 5px 7px 5px;
}

.box ul li img {
	vertical-align: middle;
	text-align: center;
}

/* Kalender */
.box .calendar table {
	width: 140px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}

.box .calendar table td {
	padding: 3px;
	color: #000;
	background-color: #EEE;
}

.box .calendar table td a {
	background-color: #095AA6;
	color: #fff;
	text-decoration: none;
	display: block;
}

.box .calendar table td.month {
	background-color: #CCC;
}

.box .calendar table td.month a {
	background-color: #CCC;
	display: inline;
}

.box .calendar table td a {
	background-color: #666;
	color: #fff;
	text-decoration: none;
	display: block;
}

.box .calendar table td.week {
	padding: 3px;
	background-color: #EEE;
}

.box .calendar table td.today {
	padding: 3px;
	color: #F00;
	background-color: #EEE;
}

.box .calendar table td.today a {
	text-decoration: none;
	background-color: #666;
	color: #fff;
}

/* Ende Kalender */ /* Suchfeld rechte Spalte*/
.box form {
	padding: 5px 0px 5px 10px;
}

.box input,.box textarea,.box button {
	background: #fff;
	border: 1px solid #fff;
	padding: 2px;
	width: 166px;
	color: #999;
	margin: 5px 0 0 0;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	font-size: 90%;
}

.box button {
	background: none;
	border: none;
	width: 10px;
}

.box #custom_submit {
	border: none;
	width: auto;
	padding-left: 8px;
	padding-right: 10px;
	background: transparent url("../../assets/common/pfeil_blau.gif")
		no-repeat 0 6px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #B5133E;
	float: right;
}

.box button img {
	vertical-align: middle;
}

/* Ende Suchefeld rechte Spalte */
	/****************************************************************************************************************
 * Bottom-Bereich
 /***************************************************************************************************************/
#bottom {
	clear: both;
	padding: 0;
	font-size: 0px;
	margin: 0 auto;
}

#bottom img {
	
}

#bottom a,#bottom a:link,#bottom a:visited,#bottom a:hover,#bottom a:active
	{
	color: #678898;
}

/* Ende Bottom-Bereich */ /* Bottomspezial: footer */
.footer_links {
	background: #FFFFFF;
	background-image: none;
	font-family: arial;
}

.footer_copyright {
	
}

.footer_text {
	
}

/****************************************************************************************************************
 * Content-Elemente
 /***************************************************************************************************************/
	/***** Mitlaufnavigation (Breadcrumb) *****/
#breadcrumb {
	
}

/* Ende Mitlaufnavigation (Breadcrumb) */
	/***** Seitentitel Ueberschrift *****/
#pageheadline {
	
}

/* Ende Seitentitel Ueberschrift */
	/******************************************************************************/
	/***** Kontakt *****/
.contact {
	font-weight: bold;
	/*border: 1px solid #A3C7ED;*/
	padding: 0px 0px 2px 0px;
	margin: 5px 0px;
	margin-bottom: 15px;
	position: relative;
}

.contact h1 {
	margin: 0px 0px 2px 0px;
}

.contact h2 {
	background-image: url('../../assets/common/contact.gif');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 2px 0px;
}

.contact div {
	font-weight: normal;
	padding: 0px 0px 0px 30px;
}

.contact b {
	color: #073070;
}

.contact img {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: -25px;
}

/* Ende Contentmaker: Contact */
	/***** Spezielle Elemente fuer den Content-Bereich bitte in project.css *****/
	/***** Spezielle Elemente fuer den Custom-Bereich bitte in project.css *****/
	/***** Ende Custom-Elemente ************************************************************************************/
	/****************************************************************************************************************
 * kontakt.phtml
 ****************************************************************************************************************/
	/***** Ende Kontaktformular ************************************************************************************/
	/****************************************************************************************************************
 * suchergebnisse.phtml
 ****************************************************************************************************************/
.search_erg div.text {
	clear: both;
}

.search_erg div.text a.link {
	color: #5E89A7;
	float: right;
}

/***** Ende Suchergebnisse *************************************************************************************/
	/*******************************************************************************
 Startseite
 *******************************************************************************/
	/****************************************************************************************************************
 * infopool.phtml
 ****************************************************************************************************************/
.infopool {
	margin: 0 0 20px;
	padding: 0;
}

.infopool .h1 { /*font-size: 1em;*/
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
	background: none;
	/* rest siehe unten*/
}

.infopool .image {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.infopool .dates {
	
}

/* teaser von bsp IP-Results */
.infopool div.ip_teaser {
	display: block;
	width: 460px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../../assets/common/bg_ip_teaser.gif') #e9ebef;
	cursor: pointer;
}

.infopool div.ip_teaser h1 {
	height: 25px;
	font-weight: normal;
	background: url('../../assets/common/bg_ip_teaser_h.gif') no-repeat
		450px 50%;
	padding: 5px 10px 5px 15px;
	margin: 0px;
}

.infopool div.ip_expander {
	display: none;
	width: 455px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: url('../../assets/common/bg_ip_expander.gif') repeat-y;
}

.infopool div.ip_expander .kopf {
	cursor: pointer;
	height: 12px;
	background: url('../../assets/common/bg_ip_expander_kopf.gif') no-repeat
		;
}

.infopool div.ip_expander h1 {
	font-weight: bold;
	background: #e9ebef;
	padding: 20px 0px 5px 10px;
	margin: 0px;
}

.infopool div.ip_expander div.info_date {
	padding: 5px 0px 5px 10px;
}

.infopool div.ip_expander div.ip_teaser {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background: none;
}

.infopool div.ip_expander div.ip_teaser h1 {
	background: none;
}

.infopool div.ip_expander div.ip_teaser div.text {
	padding: 5px 0px 5px 10px;
	font-style: italic;
	line-height: 150%;
}

.infopool div.ip_expander .dates {
	padding: 5px 0px 5px 10px;
}

.infopool div.ip_expander div.bild {
	float: left;
	padding: 10px 20px 10px 10px;
}

.infopool div.ip_expander div.link_details {
	margin: 10px 0px 15px 0px;
}

.infopool div.ip_expander div.link_details a,.infopool div.ip_expander div.link_details a:link,.infopool div.ip_expander div.link_details a:visited,.infopool div.ip_expander div.link_details a:hover,.infopool div.ip_expander div.link_details a:active
	{
	background: url('../../assets/common/pfeil.gif') no-repeat;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

.infopool div.ip_expander .fuss {
	cursor: pointer;
	padding: 2px 0px 0px 410px;
	height: 14px;
	background: url('../../assets/common/bg_ip_expander_fuss.gif') #c4cbd1
		no-repeat;
}

/* contentmaker fuer infopool angepasst... */
.infopool div.ip_expander div.ip_cm {
	margin: 0px 10px 0px 10px;
}

.infopool div.ip_expander div.ip_cm .cm_download,.infopool div.ip_expander div.ip_cm .cm_text,.infopool div.ip_expander div.ip_cm .cm_link
	{
	margin: 10px 0px 10px 10px;
}

.infopool div.ip_expander div.ip_cm .cm_download .text {
	margin: 0px;
	padding: 0px;
}

.infopool div.ip_expander div.ip_cm .cm_download a.download,.infopool div.ip_expander div.ip_cm .cm_download a.download:link,.infopool div.ip_expander div.ip_cm .cm_download a.download:visited,.infopool div.ip_expander div.ip_cm .cm_download a.download:hover,.infopool div.ip_expander div.ip_cm .cm_download a.download:active
	{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

.infopool div.ip_expander div.ip_cm .cm_download span.groesse {
	margin: 0px 0px 10px 5px;
}

/* ip-detailseite - nach suchaufruf zb */
	/***** Ende Infopool *******************************************************************************************/
	/****************************************************************************************************************
 * fotogalerie.phtml
 ****************************************************************************************************************/
.showgallery {
	
}

.showgallery h1 {
	text-align: center;
	background: none;
	padding: 10px;
}

.showgallery_thumb {
	width: 276px;
	height: 500px;
	float: left;
	border-right: 1px solid #828282;
}

.showgallery_thumb div {
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.showgallery_thumb .showgallery_center {
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb .showgallery_left {
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb .showgallery_right {
	padding-top: 10px;
	height: 40px;
	text-align: right;
}

.showgallery_image {
	width: 435px;
	margin: 0px;
	padding: 15px 0px 15px 15px;
	float: left;
}

.showgallery_image div {
	padding: 3px;
}

/***** Ende Galerie-Ausgabe ************************************************************************************/
	/****************************************************************************************************************
 * sitemap.phtml
 ****************************************************************************************************************/
table.sitemap {
	
}

.sitemap td {
	border: medium none;
	padding: 15px 10px;
	vertical-align: top;
}

.sitemap td.separator {
	background-color: #828282;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.sitemap td.separator img {
	visibility: hidden;
}

a.sitemap1,a:link .sitemap1,a:visited .sitemap1,a:hover .sitemap1,a:active .sitemap1
	{
	color: #4E83A9;
	font-weight: bold;
	line-height: 130%;
}

a.sitemap2,a:link .sitemap2,a:visited .sitemap2,a:hover .sitemap2,a:active .sitemap2,a.sitemap3,a:link .sitemap3,a:visited .sitemap3,a:hover .sitemap3,a:active .sitemap3,a.sitemap4,a:link .sitemap4,a:visited .sitemap4,a:hover .sitemap4,a:active .sitemap4
	{
	line-height: 120%;
	background: transparent
		url(../../assets/common/pfeil-blau-rechts-transparent.gif) no-repeat
		scroll 0 0;
	padding-left: 22px;
}

a.sitemap2 {
	line-height: 140%;
}

a.sitemap3 {
	line-height: 160%;
}

a:hover .sitemap1,a:hover .sitemap2,a:hover .sitemap3,a:hover .sitemap4
	{
	
}

/***** Ende Sitemap ********************************************************************************************/
	/****************************************************************************************************************
 * newsletter.phtml
 ****************************************************************************************************************/
.newsletter_anreisser .newsletter_text {
	margin: 0px 0px 20px 0px;
}

.newsletter_feld {
	background: #C7CFD5;
	padding-left: 5px;
	color: #000;
	width: 150px;
}

.newsletter_feld_r {
	background: #C7CFD5;
	color: #000;
	width: 150px;
}

.newsletter_input {
	width: 250px;
	padding: 5px;
	background: #C7CFD5;
}

.newsletter_input2 {
	margin-left: 10px;
}

.newsletter_text {
	color: #000;
	margin-bottom: 10px;
}

.newsletter_text_r {
	color: #000;
	width: 400px;
}

.newsletter_input input {
	
}

.newsletter_input select {
	
}

div.newsletter_wrapper form div[class] input {
	
}

.newsletter_auswahl {
	width: 100px;
}

}
/***** Ende Newsletter *****************************************************************************************/
	/****************************************************************************************************************
 * Mailausgabe
 ****************************************************************************************************************/
div.tpl_mail { /*font-size: 0.7em;*/
	margin-bottom: 25px;
	width: 460px;
	height: 93px;
	float: left;
	padding: 5px 15px 0px 15px;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #99B5B8;
	border-right: 1px solid #99B5B8;
	background-color: #E6F6F9;
}

html.tpl_mail {
	background-color: #fff;
}

.tpl_print .titel {
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 15px;
}

.tpl_mail .top_left {
	float: left;
}

.tpl_mail .top_left a {
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_mail .top_left img {
	position: relative;
	top: -5px;
}

.tpl_mail .top_right a {
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_mail .top_right img {
	position: relative;
	top: -5px;
}

.tpl_mail .top_right {
	float: right;
}

/***** Ende Mail-Template ********************************************************************************************/
	/****************************************************************************************************************
 * CSS-Klassen fuer die Barriere-Freiheit
 ****************************************************************************************************************/
.unsichtbar {
	position: absolute;
	left: -20000px;
	/*Schiebt die "unsichtbaren" Hilfen aus dem Viewport,
     dadurch lassen sich uebereifrige Screenreader,
     die ausgerechnet "display: none" akustisch auswerten,
     taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/***** Ende CSS-Klassen fuer die Barriere-Freiheit *************************************************************/
	/***** Ende style.css ******************************************************************************************/
a.zurueck,a.zurueck:link,a.zurueck:visited,a.zurueck:hover,a.zurueck:active
	{
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
	display: block;
	background: url('../../assets/common/pfeil_links_grau.gif') no-repeat
		0px 9px;
}

/***** ERROR *****/
.error { /*color: #cc0000;*/
	
}

/* spezial: iframe*/
	/****************************** AUKTIONS-BEREICH *************************************************/
.auction {
	float: left;
	width: 140px;
	height: 170px;
	border: 1px solid #ccc;
	margin: 5px 10px 5px 0px;
	padding: 5px;
}

.uhr {
	
}

label.shop_lab {
	display: block;
	float: left;
	width: 50px;
}

label.shop_label {
	display: block;
	float: left;
	width: 90px;
}

.kaufbutton {
	display: block;
	float: left;
	margin: 20px 10px 10px 0px;
}

#login_bereich {
	margin: 30px 10px 10px 10px;
}

#login_bereich a {
	text-decoration: underline;
}

#login_bereich p {
	margin: 0px 0px 10px 0px;
}

#profil {
	width: 300px;
}

#profil input {
	display: block;
}

label.profil_label {
	display: block;
	width: 300px;
	margin: 10px 0px 5px 0px;
}

#warenkorb table th #warenkorb table td {
	display: block;
	float: left;
	text-align: left;
	padding: 0px 5px 5px 5px;
	width: 50px;
}

#legende {
	float: left;
	width: 400px;
	margin-top: 30px;
}

#legende label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 450px;
}

.produkt_detail table {
	text-align: left;
	float: left;
}

.produkt_detail tr {
	
}

.produkt_detail td {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 0px;
}

#prod_det_clock {
	float: left;
	width: 150px;
	padding-left: 50px;
}

#add _prod select {
	width: 150px;
}

#add _prod #prod_add_allg,#add _prod #prod_add_cp,#add _prod #prod_add_mikrobio,#add _prod #prod_add_senso,#add _prod #prod_add_sub
	{
	width: 220px;
	float: left;
	background: #ccc;
	padding: 5px;
	margin: 10px 10px 0px 0px;
}

/**** INFO TEASER IN SUBNAVI ****/
#news_teaser {
	padding: 20px 0px 20px 0px;
	color: #505559;
}

.nt_wrapper {
	margin: 10px 0px 10px 0px;
}

h1.nt_headline {
	margin-top: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #a8abb0;
	display: block;
	color: #e63225;
}

p.nt_text {
	color: #505559;
	padding: 10px;
}

a.nt_link {
	color: #505559;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	padding: 0 3px;
}

.showroom_head {
	background: #babdc1;
	border-bottom: 1px solid white;
	margin-bottom: 3px;
	color: #e63124;
	font-weight: bold;
	padding: 4px;
	padding-left: 5px;
}

.showroom_body {
	padding: 4px 4px 4px 4px;
	padding-left: 5px;
}

#showroom {
	margin-top: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.showroom_bottom {
	margin-left: 5px;
	margin-top: 10px;
	width: 38px;
	padding: 1px;
	padding-left: 6px;
	border: 1px solid white;
	color: white;
}

#addwords {
	margin-top: 10px;
	color: #989da6;
}

#addwords a,#addwords a:link,#addwords a:hover,#addwords a:active,#addwords a:visited
	{
	color: #989da6;
}

.zusatznavi {
	padding-top: 50px;
	width: 800px;
	margin-left: 130px;
	margin-bottom: 10px;
}

.zusatznavi_entry {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 50px;
}

#gb_form label {
	display: block;
	float: left;
	width: 100px;
	height: 15px;
	margin: 0;
	vertical-align: top;
}

#gb_form input,#gb_form textarea {
	margin: 2px 0;
}

.gaestebuch {
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #e3e3e3;
}

.fewo {
	border-bottom: 1px solid #7d1928;
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.fewo_text {
	margin-bottom: 10px;
}

.fewo_weiterlink {
	background: url(../../assets/common/pfeil_weiter.png) no-repeat top
		right;
	width: 250px;
	text-align: right;
	padding-right: 20px;
	float: right;
	margin-bottom: 0px;
}

#subnavi {
	
}

#subnavi #sub_1 {
	
}

.left_content {
	
}

#content-bottom { /*padding-top: 5px;*/
	border: none;
}

a.print,a.back {
	float: left;
	color: #647784;
	text-transform: uppercase;
	background: url("../../assets/common/print.gif") no-repeat 0 2px;
	padding: 0 0 0 15px;
}

a.back {
	float: right;
	background: url("../../assets/common/back.gif") no-repeat 0 5px;
}

.image_float_left {
	float: left;
}

.image_float_right {
	float: right;
}

.no_float {
	float: none;
	clear: both;
}

div.submit_div {
	border: 1px solid #D2DCE5;
	float: left;
}
