/*########################*/

body
{
	background-color: black;
}


.header /* style per header */
{
	font-family: Verdana;
	font-size: 18px;
	color: #808080;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.titel /* style per titolo */
{
	font-family: Verdana;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	line-height: 150%;
}

.content /* style per contenuto */
{
	font-family: Verdana;
	color: #808080;
	font-size: 12px;
}


.info /* ###### STILE PER INFO PICCOLE ###### */
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	/*word-spacing: 2px;*/
	/*letter-spacing: 1px;*/
}

.info a:link
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.info a:visited
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
 }
 
.info a:hover
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}






/*########################*/

.impressum /*style normale*/
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 135%
	color: #000000;
}

.impressum a:link
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px
}

.impressum a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px
}

.impressum a:hover
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px
}