html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
background: white url('/pic/bg2.jpg') bottom right repeat-y;
width: 100%;
min-height: 100%;
}

body {
width: 1280px;
min-height: 1000px;
background: white url('/pic/bottom.jpg') bottom center no-repeat;
margin: 0 auto;
font: normal 10pt Tahoma;
}

a {
color: #264796;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
font: bold 14px Tahoma;
}

h1 {
font: bold 16px Tahoma;
color: #264796;
}

.head {
width: 100%;
height: 138px;
background: white url('/pic/head.jpg') top center no-repeat;
}

.left {
float: left;
width: 160px;
}

.right {
float: right;
width: 310px;
}

h3 {
width: 140px;
background: #039ce0 url('/pic/h_gr.jpg') bottom left repeat-x;
border-radius: 0 0 10px 10px;
margin-left: 10px;
margin-bottom: 10px;
text-align: center;
color: white;
padding: 5px 0 7px;
clear: both;
}

.s1, .s3 {
background: white url('/pic/gr.jpg') bottom left repeat-x;
min-height: 100px;
width: 100%;
border: 1px solid #9b9b9b;

float: left;
}

.s1, .s2 {
border-radius: 0 10px 0 0 ;
}

.s2, .s4 {
background: white;
min-height: 100px;
width: 100%;
border: 1px solid #9b9b9b;
margin-top: 10px;
float: left;
}

.s3, .s4 {
border-radius: 10px 0 0 0;
}

.s4 img {
display: block;
margin: 10px auto;
}

ul.menu1 li a {
font-weight: bold;
color: #555;
display: block;
min-height: 34px;
padding-top: 10px;
text-align: center;
border-bottom: 2px groove #eee;
}

ul.menu1 li a:hover {
/*background: url('/pic/ar.png') 5px 5px no-repeat;*/
}

ul.arh li {
height: 40px;
width: 100px;
float: left;
text-align: center;
background: url('/pic/nj.jpg') top center no-repeat;
padding-top: 140px;
margin-right: 3px;
margin-bottom: 10px;
}

ul.arh li a {
color: #555;
font-weight: bold;
}

hr {
border: none;
border-bottom: 2px groove #eee;
width: 100%;
clear: both;
margin: 10px 0;
}

b {
color: #264796;
}

p {
padding: 10px;
}

.footer {
width: 100%;
height: 50px;
text-align: center;
}

.footer a {
color: white;
}

.footer img {
float: right;
margin: 13px 15px 0 0;
}

.footer b {
display: block;
padding-top: 3px;
color: white;
}

.content {
float: left;
width: 750px;
margin: 0 20px;
*width: 740px;
}

.news {
border: 1px solid #9b9b9b;
border-radius: 10px 0 10px 0;
float: left;
width: 100%;
*width: 730px;
padding: 0 10px 10px;
background: white url('/pic/gr.jpg') bottom left repeat-x;
margin-bottom: 10px;
}

.news h3 {
float: right;
}

.news h3 a {
color: white;
text-align: center;
}

.news h2 a {
text-align: left !important;
font-size: 16px;
}

.news img {
float: left;
margin-right: 10px;
}

.news p {

}

.news a {
display: block;
text-align: right;
font-weight: bold;
}

.news h2 {
margin: 15px 0 5px;
color: #264796;
}

.content p {
padding: 10px 0;
text-align: justify;
}

.alignleft {
float: left;
margin-right: 10px;
}

a.logo {
display: block;
position: absolute;
top: 0;
width: 400px;
height: 100px;
}

/**/

.cookie-popup {
    display: none;   
    position: fixed;
    bottom: 20px;
    left: 150px;
     right: 150px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px 30px;
}

.cookie-popup p {
    margin: 0;
    font-size: 14px;
}

.cookie-popup button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #264796;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.cookie-popup a {
    color: #264796;
}

/**/