body {
	background-image: url(http://www.wellnesstraum.de/kosmetik-trendsetter/gfx/bg.jpg); /*!!!!hintergrundfarbe fuer Dokument  background-color:#FEDFC8; !!!!*/
}


.content_font{
	color:#000000; /*!!!!textcolor fuer normalen Seiteninhalt!!!!*/

	font-size: 12px;
	font-family: Verdana;
}


p {
	font-size: 12px;
	font-family: Verdana;
}

td {
	font-size: 12px;
	font-family: Verdana;
}

li {
	font-size: 12px;
	font-family: Verdana;
}

.tbl {
	border-color:#FFFFFF; /*!!!! rahmenfarbe fuer haupttabelle !!!!*/
	
	border-style:solid;
}


td.navbar {
	background-image: url(http://www.wellnesstraum.de/kosmetik-trendsetter/gfx/nbg.jpg); /*!!!!hintergrundfarbe fuer menue!!!!*/
	
	font-size:13px;
	font-family:Verdana;
}

.navbar.raquo {
	color:#003E8B; /*textcolor fuer pfeile in menuebar*/

	font-size:11px;
	font-family: Verdana;
}

/*!!!! LINKVARIATIONEN für Menuepunkte !!!!*/
a.navbar:link {
	text-decoration:none;
	color:#003E8B;
	font-size:12px;
}
a.navbar:visited {
	text-decoration:none;
	color:#003E8B;
	font-size:12px;
}
a.navbar:active {
	text-decoration:underline;
	color:#E800F0;
	font-size:12px;
}
a.navbar:hover {
	text-decoration:underline;
	color:#E800F0;
	font-size:12px;
}
/*!!!! ENDE LINKVARIATIONEN für Menuepunkte !!!!*/
	
	
.footer {
	background-image: url(http://www.wellnesstraum.de/kosmetik-trendsetter/gfx/nbg.jpg); /*!!!!hintergrundfarbe fuer footer!!!!*/
	color:#E800F0; /*textcolor fuer footer-text*/

	text-align:center;
	font-size:11px;
	font-family:Verdana;
	
}

/*!!!! LINKVARIATIONEN für footer !!!!*/
a.footer:link {
	text-decoration:none;
	color:#003E8B;
}
a.footer:visited {
	text-decoration:none;
	color:#003E8B;
}
a.footer:active {
	text-decoration:underline;
	color:#E800F0;
}
a.footer:hover {
	text-decoration:underline;
	color:#E800F0;
}
/*!!!! ENDE LINKVARIATIONEN für footer !!!!*/


/*forms*/
.textfield, textarea {
	border-style:solid; 
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
	font-family:helvetia,sans-serif;
	font-size:13px;
} 
			
.submitbutton {
	border-style:solid; 
	border-width:2px;
	border-color:#000000;
	background-color:#FFFFFF;
}
/*forms*/
