/* Body */ 

body {
margin: 0px 0px 0px 0px;
color: black;
} 

td,tr,p,div 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
} 

.with_script {
visibility:hidden;	
display:none; 
}
/***************** HEADER ***********************************************/

/* Header für die Startseite */

#frontpage_header {
	
}

#frontpage_header img {
	
}

#frontpage_header table.moduletable_starttitle {

}


/* Header der anderen Seiten allgemein */
#header table{
	
}

#header img{
	
}

/* Bsp. für den Header einer speziellen Seite */
#header.moduletable_title_stoffe {
   
}

#header.moduletable_title_stoffe img{
   
}
/* usw ...... */


/* ******************* MENU ********************************** */


/* Breite des Menüs */
#menu .moduletable_mainmenumodul_home {
  width: 160px;
}

/* Rand zwieschen den Menüpunkten */
#menu .moduletable_mainmenumodul_home td {
  border-style: solid;
  border-width:2px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-color: white;
 
}
#menu .moduletable_mainmenumodul_home {
 
  margin-bottom:-2px;
  
}
#menu  table.moduletable_mainmenumodul_home a{
  padding-top      : 4px;
  padding-bottom   : 6px;
  display          : block;
}

#menu {	
  background: #88878c;	
}

/* Breite des Menüs */
#menu .moduletable_mainmenumodul {
  width: 160px;
}

/* Rand zwieschen den Menüpunkten */
#menu .moduletable_mainmenumodul td {
  border-style: solid;
  border-width:2px;
  border-left-width:0px;
  border-right-width:0px;
  border-color: white;
}

/* Allgemeine Regeln fuer alle Links in dem Menue */

#menu a.mainlevel_mainmenu {
	
  font-size        : 8px;
  vertical-align   : top;
  width            : 100%;
  text-align       : right;
  letter-spacing   : 0px;
  text-indent      : 0px;
  padding-top      : 4px;
  padding-bottom   : 4px;
  display          : block;
  margin	   : 0px;
}


/* ************* CONTENT ****************************************** */

/* ***** NEWS **** */

.contentheading {
visibility:hidden;	
}
.createdate {
}
/* Hintergrundfarbe fuer die Startseite, Flaggen und Flash-Ani*/
#frontpage_content {
   background: #88878c; 
}

/* Breit für den Inhalt, damit Flaggen und Flash zentriert werden können */
#frontpage_content table{
  width:100%;	
}


/* Abstände für die Flaggen */
.moduletable_frontpageFlaggen { 
   padding-top:30px;
   padding-bottom:30px;
}

.moduletable_frontpageFlaggen a{ 
   padding-right:30px;
   padding-left:30px;
}
.moduletable_frontpageFlaggen img{ 
   
}

/* Hintergrundfarbe und Abstände fuer den Inhalt, fuer alle Seiten gleich */
#content {
   padding: 24px 0px 24px 24px;
   padding-right:0px;
   background: white;
   /* Wasserzeichen */
   background-image:url('images/stories/krukenkamp/wasserzeichen_k.gif'); 
   background-repeat:no-repeat;
   background-position:10px 30px;
   margin:0px;
   border-spacing:0px;
   border-collapse:collapse;
}
table {
	  border-collapse:collapse;
}
#content table {
	padding:0px;
	margin:0px;
	border-spacing:0px
}
#content table td { 
vertical-align:top;
padding:0px;
margin:0px;
border-spacing:0px
}

#content td img {
	/*
padding-right:0px;
padding-left:6px;
margin:0px;
	*/
	
	
}

#content td {
padding:0px;
margin:0px;
border-spacing:0px

}
#content a { 
  color: black;
}

#content table  { 
width:741px;
/*background-image:url('images/stories/krukenkamp/wasserzeichen_k.gif'); 
   background-repeat:no-repeat;
   background-position:10px 30px;*/
}

/* Abstände für den FlashFilm */
.moduletable_frontpageFlash {
	margin-top:30px;
	text-align:left;	
}

.article_seperator {
	visibility:hidden;
}
/* **************************** FOOTER ***************************************************** */

/* Hintergundfarbe und groesse vom Footer */

#footer {
   
}

/* Footer auf der ersten Seite */
#frontpage_footer  {
  background: #88878c;
}
#frontpage_footer table {
  width:100%;
}

/* Footer auf den restlichen Seiten */
#footer div {
	
}

/* **************** Hintergundbilder, Positionierung fuer das Menue *************************** */



/* Menueeintrag Stoffe */
#rownr_26 {
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/stoffe_dark.gif');
}
#rownr_26 a {
   color:#AAAAAA;
}
/* Nr 26 ** HOVER */
#rownr_26 :hover {
   background: white;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/stoffe_light.gif');
}
#rownr_26 a:hover  {
   color:white;
}
/* Nr 26 ** Aktiv */
#rownr_26_activ {
   background: white;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/stoffe_light.gif');
}
#rownr_26_activ  a {
   color:white;
}


/* Menueeintrag Wandgestaltung */
#rownr_27 {
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/wandgestaltung_dark.gif');
}
#rownr_27 a {
   color:#AAAAAA;
}
/* Nr 27 ** HOVER */
#rownr_27 :hover {
   background: white;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/wandgestaltung_light.gif');
}
#rownr_27 a:hover {
   color:white; 
}
/* Nr 27 ** Aktiv */
#rownr_27_activ {
   background: white;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/wandgestaltung_light.gif');
}
#rownr_27_activ a {
   color:white;  
}


/* Menueeintrag Teppiche */
#rownr_28 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/teppiche_dark.gif');
}
#rownr_28 a {
   color:#AAAAAA;
}
/* Nr 28 ** HOVER */
#rownr_28 :hover {
   background: white;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/teppiche_light.gif');
}
#rownr_28 a:hover {
   color:white;
}
/* Nr 28 ** Aktiv */
#rownr_28_activ {
   background: white;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/teppiche_light.gif');
}
#rownr_28_activ a {
   color:white;
}


/* Menueeintrag Moebel */
#rownr_29 {
   
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/moebel_dark.gif');
}
#rownr_29 a {
   color:#AAAAAA;
}
/* Nr 29 ** HOVER */
#rownr_29 :hover {
   background: white;
   background-repeat: no-repeat;
   background-image:url('images/stories/krukenkamp/button/moebel_light.gif');
}
#rownr_29 a:hover {
   color:white;
}
/* Nr 29 ** Aktiv */
#rownr_29_activ {
   background: white;
   background-repeat: no-repeat;
   background-image:url('images/stories/krukenkamp/button/moebel_light.gif');
}
#rownr_29_activ a {
   color:white;
}


/* Menueeintrag Polstermoebel */
#rownr_30 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/polstermoebel_dark.gif');
}
#rownr_30 a {
   color:#AAAAAA;
}
/* Nr 30 ** HOVER */
#rownr_30 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/polstermoebel_light.gif');
}
#rownr_30 a:hover {
   color:white;
}
/* Nr 30 ** Aktiv */
#rownr_30_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/polstermoebel_light.gif');
}
#rownr_30_activ a {
   color:white;
}


/* Menueeintrag Licht und Schatten */
#rownr_31 {
   
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/licht_und_schatten_dark.gif');
}
#rownr_31 a {
   color:#AAAAAA;
}
/* Nr 31 ** HOVER */
#rownr_31 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/licht_und_schatten_light.gif');
}
#rownr_31 a:hover {
   color:white;
}
/* Nr 31 ** Aktiv */
#rownr_31_activ {
   background: white;
   background-repeat: no-repeat;  
   background-image:url('images/stories/krukenkamp/button/licht_und_schatten_light.gif');
}
#rownr_31_activ a {
   color:white;
}


/* Menueeintrag Tisch und Stuhl */
#rownr_32 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/tisch_und_stuhl_dark.gif');
}
#rownr_32 a {
   color:#AAAAAA;
}
/* Nr 32 ** HOVER */
#rownr_32 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/tisch_und_stuhl_light.gif');
}
#rownr_32 a:hover {
   color:white;
}
/* Nr 32 ** Aktiv */
#rownr_32_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/tisch_und_stuhl_light.gif');
}
#rownr_32_activ a {
   color:white;
}


/* Menueeintrag Kuechenplanung */
#rownr_33 {
   
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/kuechenplanung_dark.gif');
}
#rownr_33 a {
   color:#AAAAAA;
}
/* Nr 33 ** HOVER */
#rownr_33 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/kuechenplanung_light.gif');
}
#rownr_33 a:hover {
   color:white;
}
/* Nr 33 ** Aktiv */
#rownr_33_activ {
   background: white;
   background-repeat: no-repeat;
   background-image:url('images/stories/krukenkamp/button/kuechenplanung_light.gif');
}
#rownr_33_activ a {
   color:white;
}


/* Menueeintrag Kuechen */
#rownr_34 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/kuechen_dark.gif');
}
#rownr_34 a {
   color:#AAAAAA;
}
/* Nr 34 ** HOVER */
#rownr_34 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/kuechen_light.gif');
}
#rownr_34 a:hover {
   color:white;
}
/* Nr 34 ** Aktiv */
#rownr_34_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/kuechen_light.gif');
}
#rownr_34_activ a {
   color:white;
}


/* Menueeintrag Profil */
#rownr_37 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/profil_dark.gif');
}
#rownr_37 a {
   color:#AAAAAA;
}
/* Nr 37 ** HOVER */
#rownr_37 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/profil_light.gif');
}
#rownr_37 a:hover {
   color:white;
}
/* Nr 37 ** Aktiv */
#rownr_37_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/profil_light.gif');
}
#rownr_37_activ a {
   color:white;
}


/* Menueeintrag Gartenmoebel */
#rownr_38 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/gartenmoebel_dark.gif');
}
#rownr_38 a {
   color:#AAAAAA;
}
/* Nr 38 ** HOVER */
#rownr_38 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/gartenmoebel_light.gif');
}
#rownr_38 a:hover {
   color:white;
}
/* Nr 38 ** Aktiv */
#rownr_38_activ  {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/gartenmoebel_light.gif');
}
#rownr_38_activ a {
   color:white;
}


/* Menueeintrag Service */
#rownr_39 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/service_dark.gif');
}
#rownr_39 a {
   color:#AAAAAA;
}
/* Nr 39 ** HOVER */
#rownr_39 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/service_light.gif');
}
#rownr_39 a:hover {
   color:white;
}
/* Nr 39 ** Aktiv */
#rownr_39_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/service_light.gif');
}
#rownr_39_activ a {
   color:white;
}


/* Menueeintrag Unikate */
#rownr_40 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/unikate_dark.gif');
}
#rownr_40 a {
   color:#AAAAAA;
}
/* Nr 40 ** HOVER */
#rownr_40 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/unikate_light.gif');
}
#rownr_40 a:hover {
   color:white;
}
/* Nr 40 ** Aktiv */
#rownr_40_activ  {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/unikate_light.gif');
}
#rownr_40_activ  a{
   color:white;
}


/* Menueeintrag Referenzen */
#rownr_41 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/referenzen_dark.gif');
}
#rownr_41 a {
   color:#AAAAAA;
}
/* Nr 41 ** HOVER */
#rownr_41 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/referenzen_light.gif');
}
#rownr_41 a:hover {
   color:white;
}
/* Nr 41 ** Aktiv */
#rownr_41_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/referenzen_light.gif');
}
#rownr_41_activ a{
   color:white;
}

/* Menueeintrag Home */
#rownr_42 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/home_dark.gif');
}
#rownr_42 a {
   color:#AAAAAA;
}
/* Nr 42 ** HOVER */
#rownr_42 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/home_light.gif');
}
#rownr_42 a:hover {
   color:white;
}
/* Nr 42 ** Aktiv */
#rownr_42_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/home_light.gif');
}
#rownr_42_activ a{
   color:white;
}


/* Menueeintrag Home */
#rownr_45 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/home_dark.gif');
}
#rownr_45 a {
   color:#AAAAAA;
}
/* Nr 45 ** HOVER */
#rownr_45 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/home_light.gif');
}
#rownr_45 a:hover {
   color:white;
}
/* Nr 45 ** Aktiv */
#rownr_45_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/home_light.gif');
}
#rownr_45_activ a{
   color:white;
}


/* Menueeintrag News */
#rownr_44 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/aktuelles_dark.gif');
}
#rownr_44 a {
   color:#AAAAAA;
}
/* Nr 44 ** HOVER */
#rownr_44 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/aktuelles_light.gif');
}
#rownr_44 a:hover {
   color:white;
}
/* Nr 44 ** Aktiv */
#rownr_44_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/aktuelles_light.gif');
}
#rownr_44_activ a{
   color:white;
}

/* Menueeintrag Objekteinrichtung */
#rownr_46 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/objekteinrichtung_dark.gif');
}
#rownr_46 a {
   color:#AAAAAA;
}
/* Nr 46 ** HOVER */
#rownr_46 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/objekteinrichtung_light.gif');
}
#rownr_46 a:hover {
   color:white;
}
/* Nr 46 ** Aktiv */
#rownr_46_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/objekteinrichtung_light.gif');
}
#rownr_46_activ a{
   color:white;
}

/* Menueeintrag Raumplanung */
#rownr_47 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/raumplanung_dark.gif');
}
#rownr_47 a {
   color:#AAAAAA;
}
/* Nr 47 ** HOVER */
#rownr_47 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/raumplanung_light.gif');
}
#rownr_47 a:hover {
   color:white;
}
/* Nr 47 ** Aktiv */
#rownr_47_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/raumplanung_light.gif');
}
#rownr_47_activ a{
   color:white;
}


/* Menueeintrag Accessoires */
#rownr_35 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/accessoires_dark.gif');
}
#rownr_35 a {
   color:#AAAAAA;
}
/* Nr 35 ** HOVER */
#rownr_35 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/accessoires_light.gif');
}
#rownr_35 a:hover {
   color:white;
}
/* Nr 35 ** Aktiv */
#rownr_35_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/accessoires_light.gif');
}
#rownr_35_activ a{
   color:white;
}

/* Menueeintrag Accessoires */
#rownr_48 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/kooperation_dark.gif');
}
#rownr_48 a {
   color:#AAAAAA;
}
/* Nr 48 ** HOVER */
#rownr_48 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/kooperation_light.gif');
}
#rownr_48 a:hover {
   color:white;
}
/* Nr 48 ** Aktiv */
#rownr_48_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/kooperation_light.gif');
}
#rownr_48_activ a{
   color:white;
}


/* Menueeintrag Accessoires */
#rownr_49 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/impressum_dark.gif');
}
#rownr_49 a {
   color:#AAAAAA;
}
/* Nr 49 ** HOVER */
#rownr_49 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/impressum_light.gif');
}
#rownr_49 a:hover {
   color:white;
}
/* Nr 49 ** Aktiv */
#rownr_49_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/impressum_light.gif');
}
#rownr_49_activ a{
   color:white;
}




/* Menueeintrag SONDERANGEBOTE*/
#rownr_50 {
  
   background: #AAAAAA;
   background-repeat: no-repeat;
   /*background-position:0px 3px;*/
   background-image:url('images/stories/krukenkamp/button/sonderangebote_dark.gif');
}
#rownr_50 a {
   color:#AAAAAA;
}
/* Nr 50 ** HOVER */
#rownr_50 :hover {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/sonderangebote_light.gif');
}
#rownr_50 a:hover {
   color:white;
}
/* Nr 50 ** Aktiv */
#rownr_50_activ {
   background: white;
   background-repeat: no-repeat;
   
   background-image:url('images/stories/krukenkamp/button/sonderangebote_light.gif');
}
#rownr_50_activ a{
   color:white;
}
