*{
margin:0px;
padding:0px;
}

html{
height:100%;
}


body {
 scrollbar-face-color:#F3AAAA; 
 scrollbar-track-color:#F6C0C0; 
 scrollbar-arrow-color:#640F0F; 
 scrollbar-shadow-color:#F09696; 
 scrollbar-dark-shadow-color:#E33B3B; 
 scrollbar-3dlight-color:#FADCDC; 
 scrollbar-highlight-color:#fff;

height:100%;
text-align:center;
background:#B20019 url(../images/bg/body.jpg) no-repeat;
background-position:center;
background-position:top;
font-size:13px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:16px;
color:#fff;
}

img{border:0px;}

h1{font-size:14px;color:#9A000F;margin-bottom:15px;}
h2{font-size:12px;margin-bottom:10px;}
h3{font-size:11px;}
h4{font-size:10px;}
h1,h2,h3,h4{font-weight:bold;}
h5{font-size:20px !important; }

a,a:link,a:active,a:visited{
text-decoration:none;
font-weight:bold;
font-size:10px;
color:#004C91;
}

a:hover{
text-decoration:underline;
}

#menu{
position: absolute;
top:168px;
left:93px;
width:439px;
height:52px;
}

#menu div{
position:relative;
float:left;
}


/* Galeria
========================================== */
#galeria div.thumb{
	margin: 5px;
	border: 1px solid #000;
	height: auto;
	float: left;
	text-align: center;
	background-color: #B20019;
	}	
#galeria div.thumb img{
	display: inline;
	margin: 3px;
	border: 1px solid #fff;
	}
#galeria div.thumb  a:hover img {border: 1px solid #000;}





/* Formularze
============================================================= */
#submit_form fieldset{
border:0;
text-align:left;
}

#submit_form input{
background:transparent;
font-size:10px;
width:220px;
border:1px #9A000F solid;
color:#fff;
margin: 1px 0 1px 0;

}

#submit_form input.button{
background:#9A000F;
color:#fff;
font-size:10px;
border:1px solid #CACACA;
padding:1px;
margin:10px 0px;
width:80px;
}

#submit_form textarea{
font-family: arial,verdana,Georgia,sans-serif; 
color:#fff;
font-size:10px;
height: 60px; 
width:220px;
background:transparent;
border:1px #9A000F solid;
padding:2px;
}

#submit_form label{
font-weight:bold;
font-size:10px;
}

#submit_form label em{
font-style:normal;
font-weight:bold;
color:#9A000F;
}
