/* CSS Document */
body {
	background: #000;
	font: 12px arial, sans-serif;
	color: #333;
	padding-top:30px;
	text-align: center;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
td{
	text-align:left;
	vertical-align:top;
}
.telo{
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	width:850px;
}
.firstletter {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #E00E00;
}
.mainbox{
	padding: 0px 20px 0px 30px;
}

.boxusluge{
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	margin: 20px 0px 0px 30px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	height:350px;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 10px 20px 20px;
	border: 2px solid #666;
	padding: 5px;
	display:inline;
	float: left;
	width:620px;
}
#header li {
	display:inline;
	padding: 20px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #E00E00;
	background-color:#DDDDDD;
}

