body      {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}


.fett  {
	color: Black;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}


.klein  {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}


.backerror  {
	color: Red;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

.backok  {
	color: Green;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}


.titel {
	color: Black;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana;
	letter-spacing: 1px;
}


.subtitel {
	color: Black;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: 1px;
}


.nsubtitel {
	color: White;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: 1px;
	background-color: Black;
}


/*----------------------------------------------------------------------*/
/* ALLGEMEIN Links																											*/
/*----------------------------------------------------------------------*/	
a:link { 
	color: #0000FF;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
a:visited { 
	color: #0000FF;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
a:active {
	color: #0000FF;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	color: #0000FF;
	text-decoration: underline overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
}



.sidetitel    {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 30px;
	height : 28px;
	background-image:url(pics/test.png);
}


.meteo    {
	color: Black;
	background: #C6E7F7;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

p      {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}


td      {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}


th      {
	color: Yellow;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}


.inputClassSearchContent	{
	height: auto;
	border-width: 1px;
	border-color: Gray;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: White;
	border-style: solid solid solid solid;
}


.inputClassButton	{
	height: auto;
	border-width: 1px;
	border-color: Gray;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: Silver;
	border-style: solid solid solid solid;
	list-style-type: square;
}


.disabledClassInput	{
	height: auto;
	border-width: 1px;
	border-color: Gray;
	font-family: Verdana;
	font-size: 12px;
	color: Gray;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #DCDCDC;
	border-style: solid solid solid solid;
}


.disabledClassButton	{
	height: auto;
	border-width: 1px;
	border-color: #DCDCDC;
	font-family: Verdana;
	font-size: 12px;
	color: Silver;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: Gray;
	border-style: solid solid solid solid;
	list-style-type: square;
}


