
html{
	overflow-y: scroll !important; 
}

body{
	font-family:  Verdana, Helvetica, sans-serif,Trebuchet MS;
	font-size:12px;
	color:#000;
	background:#333333;
	min-width:774px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;

}

#wrapper{
			margin:0 auto;
			padding:0;
			width:774px;
			background:#B6D8EE;
			text-align:left;
			border-left:3px solid #FFFFFF;
			border-right:3px solid #FFFFFF;	
}


/* site ini */
#site_ini{
	background:#0F9FFF;
	height:25px;
	border-bottom:2px solid blue;
	text-align:right;
	width:774px;
}
#site_ini a:link,a:active,a:visited{
	text-decoration:underline;
	color:#000;
}
#site_ini a:hover{
	text-decoration:none;
	color:#00f;
} 


/* header */
#header{
	width:100%;
	height:125px;
	background:blue url(header_pic.jpg);
	text-align:left;
/*	border:1px solid #ffffff;*/
}
#header h1 {
	padding:20px;
	margin:20px 0px 0px 0px;
	font-size:29px;
	color:#000033;
}
#header span{
	color:#000;
}
#header .left{float:left;}

/* menu */

.menu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #004F61;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 7px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.menu ul li a:visited{
color: #FFFFFF;
text-decoration: none;
}

.menu ul li a:hover, .menu ul li .selected{
	color: #000033 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #B6C1EE;
}



/* content */

#content{
	float:left;
	padding:25px 15px 55px 15px;
	width:743px;
	font-size:12px;
	text-align: justify;
	overflow: auto;
/*	border:1px solid #ffffff;*/
}

#content p {font-size:12px;color:#000;padding:0;margin:10px 20px 10px 15px;line-height: 20px;}
#content h1 {font-size:20px;letter-spacing : 5px;color:#404040;padding:20px;margin:0;}
#content h2 {font-size:16px;color:#000033;padding:5px 0px 10px 10px;margin:0px;}
#content h3 {font-size:14px;color:#000033;padding:5px 0px 10px 20px;margin:0px;}
#content h4 {font-size:13px;color:#000033;padding:5px 0px 10px 20px;margin:0px;}
#content h6 {font-size:18px;color:#FFFFFF;padding:5px 0px 10px 20px;margin:0px;text-align: center;background: #000033;}

#footer{
	border-top:2px solid blue;
	width:100%;
	height:25px;
	background:#0F9FFF;
	text-align:center;
}


.clear{clear:both;}

/* table */

table {
width:100%;
border:1px solid blue;
color: black;
border-collapse:separate;
text-align:center;
margin: 0px 0px 10px 0px;
} 

tr{
color : black;
background-color : white;
}
td{
padding: 6px;
border:1px solid blue;
}

/* formazas */

.italic{
font-style : italic;
}
.bold{
font-weight: bold;
}

.be{
margin : 10px 20px 10px 50px;
}
.pont{
font-size : 160%;
font-weight: bold;
}

blockquote {
margin : 10px 20px 10px 15px;
font-weight : bold;
font-style : italic;
line-height: 20px;
color : #FF5000;
}

a img {
border : none;
}
.center{
text-align:center;
}
.right{
text-align:right;
}

.flass  {
float: right;
width: 192px; 
height: 7em; 
margin-top: 5px; 
margin-bottom: 10px; 
margin-left: 10px; 
margin-right: 15px;
font-family: Georgia, arial, helvetica;
font-size: 18px;
line-height: 1.5em;
color: #666;
text-align: right;
}

.logo  {
float: right;
width: 192px; 
text-align: left;
margin-top: 10px;
}

.kep1  {
float: right;
width: 160px;
margin-top: 15px; 
margin-right: 15px;
margin-bottom: 10px;
margin-left: 20px; 
font-family: Georgia, arial, helvetica;
font-size: 18px;
line-height: 1.5em;
color: #666;
text-align: center;
}

.kep2  {
float: right;
width: 235px; 
margin-top: 15px; 
margin-right: 15px;
margin-bottom: 10px;
margin-left: 20px; 
font-family: Georgia, arial, helvetica;
font-size: 18px;
line-height: 1.5em;
color: #666;
text-align: center;
}

.kep3  {
float: right;
width: 300px; 
margin-top: 45px; 
margin-right: 15px;
margin-bottom: 10px;
margin-left: 20px; 
font-family: Georgia, arial, helvetica;
font-size: 18px;
line-height: 1.5em;
color: #666;
text-align: center;
}


.szin
{
	color: #B6C1EE;
	background: #000033;
}

.nodeco
{
text-decoration:none;
}



