.standard {
	font-family: 'Ubuntu',Verdana,helvetica,Arial;
	font-size: 12px;
	line-height: 2em;
	background-image: url('back.png');
	padding-bottom: 18px;
}

.opis {
	width:4px;
	height:4px;
	overflow:hidden;
}


a{text-decoration:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

a.sublink{color:#ffffff}
a.sublink:link{color:#ffffff}
a.sublink:visited{color:#ffffff}
a.sublink:hover{color:#ffffff}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.white {
	background-color:#ffffff;
	border: solid 1px #ffffff;
}

.shadow {
	-webkit-box-shadow: 0px 0px 8px #000000;
	-moz-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000; 
}

.intext{
	padding: 0 0 0 24px;
	width:440px;
}

.intext_img{
	border:solid 1px #cbcbcb;
	padding:4px;
	margin:4px;
}

.intext_header{
	font-family: 'Sorts Mill Goudy';
	font-size: 28px;
	margin: 24px 24px 24px 22px;
	text-shadow: 0 0 12px #555555;
	color:#666666;
	background-color:#eeeeee;
	width:80%;
}

.intext_footer{
	font-family: 'Sorts Mill Goudy';
	font-size: 32px;
	margin: 24px 24px 32px 96px;
	text-shadow: 0 0 12px #555555;
	color:#666666;
	background-color:#eeeeee;
	width:80%;
}

.intext_footer_text{
	font-family: Verdana;
	font-size:8px;
	line-height:9px;
	margin:-24px 18px 0 0;
}

.banner_text{
	color:#ffffff;
	font-size:64px;
	font-family: 'Sorts Mill Goudy';
	position:relative;
	height:60px;
	width:100%;
}

.banner_opacity{
	opacity:0.1;
	filter:alpha(opacity=10);
}

.tx{
	font-family: 'Ubuntu',Verdana,helvetica,Arial;
	font-size: 12px;
	width:200px;
	height:120px;
}

.txt{
	font-family: 'Ubuntu',Verdana,helvetica,Arial;
	font-size: 12px;
	margin-bottom:4px;
	width:200px;
}

.btn{
	margin-top:4px;
	font-family: 'Ubuntu',Verdana,helvetica,Arial;
	font-size: 12px;
}

ul { 
margin-left:-20px; 
margin-right:0px; 
list-style:square; 
}