html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0 0 0 0;
	background-image: url('gfx/bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
	background-color: #011e58;
			
}




#main {
width: 550px;
padding-top: 10px;
padding-bottom: 20px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 11px;
color: #575757;
line-height: 170%;
text-align: justify;

}


#label {
	padding-bottom: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #012e84;
	letter-spacing: 1px;
	
	}




.kontakt {
width: 550px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 11px;
color: #575757;
}


.form {
width: 300px;

}


.bottom {
width: 794px;
height: 40px;
vertical-align: middle;
font-family: tahoma;
font weight: normal;
font-size: 11px;
color: #008bfa;
}

.foto {

border: 1px solid #575757;

}



a:link.url, a:visited.url
{COLOR: #02649C; FONT-FAMILY: tahoma; FONT-SIZE: 11px; text-decoration : none;}

a:hover.url
{COLOR: #02649C; FONT-FAMILY: tahoma; FONT-SIZE: 11px; text-decoration : underline;}

a:active.url
{COLOR: #02649C; FONT-FAMILY: tahoma; FONT-SIZE: 11px; text-decoration : none;}




.input {padding: 2px; border: #01466D 1px solid; font-size: 11px; color: #ffffff; font-family: tahoma; color: #474747; background-color: #ffffff; font-weight: normal; }

.textfield {padding: 2px; border: #01466D 1px solid; font-size: 11px; color: #ffffff; font-family: tahoma; color: #474747; background-color: #ffffff; font-weight: normal; }

.send {
	display: block;	border: none; background: transparent url(gfx/button_wyslij.png) 0 0 no-repeat; width:63px; height:33px; cursor:pointer;}

