@charset "utf-8";
/* CSS Document */

.meniu {
	font-family:"Monotype Corsiva";
	font-size:24px;
}

body {
	/**margin:0;**/
	/**padding:0;**/
	background-color:#ccccff;
	/**text-align:center;**/
	background-position:center center;
	/*background-image:url('smiley.gif');*/
	background-repeat:no-repeat;
	background-attachment:fixed
}

ul
{
list-style-type:none;

padding:0px;
margin:0px;
}
li
{
background-image:url(arrow.gif);
background-repeat:no-repeat;
background-position:25px 0px;
padding-left:50px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
color:#1C1951;
}

h2 {text-align:center}
h2 {color:#1C1951;}

h3 {text-indent:50px;}
h3 {color:#1C1951;}

.container
{
text-align:center;
}

.center
{
/**float:right;**/
margin-left:auto;
margin-right:auto;
width:454px;
background-color:#ccccff;
text-align:left;
}

.centerrest1
{
/**float:right;**/
margin-left:auto;
margin-right:auto;
width:223px;
background-color:#ccccff;
text-align:left;
}

.centerrest
{
margin-left:auto;
margin-right:auto;
width:91%;
background-color:#ccccff;
text-align:left;
}

.centeragr
{
margin-left:auto;
margin-right:auto;
width:606px;
background-color:#ccccff;
text-align:left;
}

.center_div
{
	border:0px solid gray;
	margin-left:auto;
	margin-right:auto;
	width:69%;
	background-color:#ccccff;
	text-align:left;
	left:auto;
	right:auto;
}

.downtext{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #002;
	text-align:center;
}
	

.text {
	text-indent:50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#1C1951;
	text-align: justify;
	font-weight: bold;
	} 

.textcenter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#1C1951;
	text-align: center;
	font-weight: bold;
	} 
	
img {
	border-style:solid;
	border-width:1px;
	border-color:#1C1951;
}

img.noborder{
	border-style:hidden;
}

a {
	font-family:Monotype Corsiva;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}

a:link {
	color:#1C1951;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#1C1951;
}
a:hover {
	text-decoration:underline;
	color:#222;
}
a:active {
	text-decoration:none;
	color:#1C1951;
	font-weight:bold;
}

