body {
	background-image: url(grafik/page/bg.gif);
	background-repeat: repeat-x;
	background-color: #111111;
}

.hiddenPic {
	display:none;
}

A:Link	{
	font-size : 10px; 
	color : #eb1386; 
	font-family : Tahoma;
}

A:Visited	{
	font-size : 10px; 
	color : #eb1386; 
	font-family : Tahoma;
}

A:Active	{
	font-size : 10px; 
	color : #eb1386; 
	font-family : Tahoma;
}

A:Hover	{
	font-size : 10px; 
	color : Black; 
	font-family : Tahoma;
}

td {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.textGray {
	font-family: Tahoma;
	font-size: 10px;
	color: #555555;
}

.textWhite {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.header {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #eb1386;
}

.productHeader {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #eb1386;
}


.borderGray {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	background: White;
	border-color: #A0A0A0;
}

.borderPage {
	border: #cccccc;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	background: White;
}

.infoBox {
border: #d2d2d2;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #F6F6F6;
}

a.hiddenLink:visited,
a.hiddenLink:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

a.hiddenLink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #eb1386;
	text-decoration: none;
	}

a.menuLink:visited,
a.menuLink:link {
   font-size : 11px; 
	color : #555555; 
	font-family : Tahoma;
	text-decoration: none;
	}

a.menuLink:hover {
   font-size : 11px; 
	color : #FFFFFF; 
	font-family : Tahoma;
	background: #eb1386;
	text-decoration: none;
	}

a.menuLinkSelected:visited,
a.menuLinkSelected:link {
   font-size : 11px; 
	color : #eb1386; 
	font-family : Tahoma;
	text-decoration: none;
	}

a.menuLinkSelected:hover {
   font-size : 11px; 
	color : #FFFFFF; 
	font-family : Tahoma;
	background: #eb1386;
	text-decoration: none;
	}

input.text, select{
	border: 1px solid #eb1386;
	font-family: "Arial";
	font-size: 9px;
	color: #000000;
	}

textarea{
	border: 1px solid #eb1386;
	font-family: "Arial";
	font-size: 9px;
	color: #000000;
	}