/******************************
* Dokument
******************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: Black;
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 12px;
}




/******************************
* Links
******************************/

a:link {
	text-decoration: none;
	color: Black;
}
a:visited {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: underline;
	color: Red;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

/******************************
* Sonstiges
******************************/

.menu {
	color: Black;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
}
.anzahl {
	font-size: 12px
}
.vorzurueck{
	font-size: 12px
}
.pfad{
	font-size: 12px
}
.ueberschrift {
	font-size: 14px;
	color: Red;
}
.pixlie {
	color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bild {
	border: 1px solid #333333;
}

button       {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: Red;
	color: Black;
}
fieldset     {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: White;
	color: black;
}
input        {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: White;
}
select       { font-family: Verdana; font-size: 11px; font-weight: bold;  background-color: White;}
textarea     { font-size: 11px; font-family: Verdana; font-weight: bold; background-color: White; }

.navi
{
	background-color: Red;
	color: White;
	font-style: bold;
	}

.navi a:link {
	text-decoration: none;
	color: White;
}
.navi a:visited {
	text-decoration: none;
	color: white;
}
.navi a:hover {
	text-decoration: none;
	color: Black;
	
}
.navi a:active {
	text-decoration: underline;
	color: white;
}
