body, div, a, h1{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

body{
	background: #DDD;
	text-align: center;
}

h1{
	font-size: 1.3em;
	margin-bottom: 15px;
}

ul{
	list-style-type: square;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	background-image: url('../assets/link.gif');
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 18px;
}


.nofloat{
	clear: both;
}

#center{
	text-align: left;
	background: #FFF;
	width: 780px;
	padding: 0px;
	margin: 15px auto 15px auto;
}

#top{
	padding: 0px;
	margin: 0px;
	height: 210px;
}

#contentarea{
	border-bottom: 15px solid #FFF;
	background-image: url('../assets/content_bg.gif');
	background-repeat: repeat-y;
}

#navi{
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	border-top: 1px solid #FFF;
}

.navi_link{
	border-bottom: 1px solid #FFF;
}

#navi a,
#navi a:link,
#navi a:visited,
#navi a:hover,
#navi a:active{
	display: block;
	background-image: none;
	color: #FFF;
	padding: 5px;
	padding-left: 30px; 
	font-weight: normal;
	text-decoration: none;
}

#navi a:hover{
	color: #04187e;
	background: #c2caef;
	background-image: url('../assets/link_ro.gif');
	background-repeat: repeat-y;
}

#navi .akt a ,
#navi .akt a:link,
#navi .akt a:visited,
#navi .akt a:hover,
#navi .akt a:active{
	color: #04187e;
	background: #c2caef;
	background-image: url('../assets/link_ro.gif');
	background-repeat: repeat-y;
}

#content{
	width: 550px;
	margin-left: 15px;
	float: left;
}

#footer{
	background: #04187e;
	color: #FFF;
	text-align: center;
	padding: 3px;
}