
/* style dla dokumentu */
body {
	background-image: url(../img/bg.jpg);
	background-color: #606e79;
	background-repeat: repeat-x;
	margin: 0;
	}

#bg {
	background-image: url(../img/bg1.gif);
	}

/* style tabel */
table {
	/*border-collapse: collapse;*/
	border-color: #ff00ff;
	position: relative;
	padding: 0;
	border-width: 0px;
	outline-width: 0;
	margin-left:auto;
	margin-right:auto;
	border-spacing: 0px;
	}

table.content {
	background-image: url(../img/bg_content.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0c0c0c;
	}

table.form {
	background-color: #ffffff;
	}
	
table.msgbox {
	padding: 5px 10px 10px 10px;
	}

td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 20px !important;
	color: #ffffff;
	}

td.txt {
	padding-right: 40px;
	}

td.logo {
	background-color: #ffffff;
	vertical-align: middle;
	padding-right: 45px;
	height: 111px !important;
	 }

td.footer {
	font-size: 15px;
	color: #9e9e9e;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	}

td.shadow {
	background-image: url(../img/shadow.png);
	background-repeat: repeat-x;
	filter: alpha(opacity=25);
	-moz-opacity: 0.5;
	/*opacity:1.0;*/
	}

td.form {
	color: #606060;
	}

td.input {
	background-image: url(../img/bg_input.gif);
	background-repeat: repeat-x;
	}

td.msg {
	background-image: url(../img/bg_msg.gif);
	background-repeat: repeat;
	}
	
a:link, a:visited {
	color: #349ce0;
	font-size: 12px;
	text-decoration: none;
		}

a:hover {
	color: #349ce0;
	font-size: 12px;
	text-decoration: underline;
		}

a:link.foot, a:visited.foot {
	color: #349ce0;
	font-size: 11px;
	text-decoration: none;
		}

a:hover.foot {
	color: #349ce0;
	font-size: 11px;
	text-decoration: none;
		}

img.foto {
	border: 1px outset #FFFFFF;
	padding: 2px;
	margin-top: 10px;
	}

ul {
	list-style-image: url(../img/bul1.gif);
	}

form {
	margin-left: -100px;
	}

input.bl {
	height: 17px;
	width: 200px;
	padding-left: 6px;
	line-height: 20px !important;
	font-size: 11px;
	color: #ffffff;
	border: 0px;
	vertical-align: 6px;
	background: none;
	}

input.blbig {
	height: 200px;
	width: 350px;
	color: #ffffff;
	border: 0px;
	background: none;
	font-size: 11px;
	}
	
textarea {
	font-family: Tahoma;
	color: #ffffff;
	border: 0px;
	background: none;
	font-size: 11px;
	}

/* style tekstu */
h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	color: #349ce0;
	margin-top: 0px;
	}

.bigblack {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	}

.bigwt {
	color: #ffffff;
	vertical-align: 6px;	
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	}


p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
}

.blue {
	color: #349ce0;
	font-weight: bold;
	}
