/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Allgemein
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;

	font-family: Courier New, Courier, mono, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #828282;
}

td
{
	font-size: 12px;
	line-height: 16px;
}

input td, input, textarea td, textarea, select td, select, button
{
	font-family: Courier New, Courier, mono, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #828282;
	margin: 0px 0px 3px 0px;
}

.shopNaviAktiv
{
	color: #666666;
}

.shopNaviInaktiv
{
	color: #cccccc;
}

.formErrorText
{
	color: #ff0000;
	font-weight: bold;
}

h1
{
	font-size: 20px;
	line-height: normal;
	margin: 0px 0px 0px 0px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Verlinkungen
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a
{
	font-size: 12px;
	color: #828282;
	text-decoration: underline;
}

.hauptnavigation, .hauptnavigation a, .hauptnavigation a:hover
{
	font-size: 13px;
	color: #025cfa;
	text-decoration: none;
}

.subnavigation, .subnavigation a, .subnavigation a:hover
{
	font-size: 13px;
	color: #828282;
	text-decoration: none;
}
	
