@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
	width: 100%;
	
	background-image:url(../images/body/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#282425;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.drop_left{
	background-image:url(../images/body/drop_left.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.drop_right{
	background-image:url(../images/body/drop_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.drop_bottom{
	background-image:url(../images/body/drop_bottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

a.footer {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}
a.footer:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : underline;
}
.footer {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration : none;
}

.adres_tekst{
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #000000	;
	text-decoration : none;
}
a.adres_link {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}
a.adres_link:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
}
.adres_link {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.content_title{
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}
.content_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}