/***************************************
##########################
	imported styles
##########################
****************************************/

@import url("../../rcm//css/base.css");

/***************************************
##########################
	central elements
##########################
****************************************/

body { 
	background: #FFFFFF;
}

/***************************************
##########################
	content wrapper inside body tag 
##########################
****************************************/

#container {
	background-color: #DDCFC0;
	background: url("../img/background_ft.png") repeat-y;	
}	
	
/***************************************
##########################
	header
##########################
****************************************/

#header {
	background: url("../img/logo_top_ft.png");
}

/***************************************
##########################
	navigation
##########################
****************************************/

#navigation {
	background-color: #cb0000;
	border-right: 170px solid #C96464;
  }

#navigation ul {
	border-left: 2px solid #DDCFC0;
  }

#navigation li {
	border-right: 2px solid #DDCFC0;
  }

/***************************************
##########################
	right column
##########################
****************************************/
	
#right h3 {
	color: #cb0000;
	}

/*#right img {
	border: 2px solid #000;
	}*/
	
#right form select {
	background-color: #cb0000;
}

/***************************************
##########################
	contents
##########################
****************************************/


#contents  {
	width: 485px;
	margin: 25px 185px 5px 13px;
	}


#contents img.fl_right, #contents img.fl_left {
	border-color: #cb0000;
	}


#contents .emphasize {
	color: #525252;
	background: #DDCFC0;
	border: 1px solid #969696;
	}
	
#contents .emphasize a {
	color: #cb0000;
	}

#contents h3.listheader {
	color: #525252;
	background: #E6B6A3;
       border: none;
	}
	
#contents ul.boxed li {
	border: 1px solid #E6B6A3;
	}

#contents ul.normal li {
	border: none;
	}
	
#contents table.c_profile_ft td {
	border: 1px solid #cb0000;
	}


	
/* Farbanpassungen für die Popupboxen */
/* zeigt den langen popup blurb, hier nur Farbanpassung */
.blurb a:hover span {
	color: #000;
	background: #e6b6a3;
	}

.popupper, .imgpopupper {
	background: #e6b6a3;
	color: #000;
	border: 2px solid #000;
	left: 1em;
	top: -1em;
	width: 600px;
	}

.imgpopupper {
	left: 0px;
	top: 0px;
	}



/***************************************
##########################
	footer
##########################
****************************************/

#footer {
	background-color: #cb0000;
	}
