@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #6d6d6d;
	background-color: #fff;
	cursor: default;
	line-height: 16px;
}


/* Globale */

h1 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	color: #19479d;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #fff;
	font-weight: bold;
	background-color: #19479d;
	padding: 3px;
	text-align: center;
}

h3 {
  font-size: 15px;
  color: #3d6793;
  margin: 0px 0px 2px 0px;
  font-family: "Trebuchet MS", sans-serif, verdana;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS", sans-serif, verdana;
	color: #005e9a;
}

td{
	font-size: 11px;
}

/* Linki */

a:active, a:focus, a:link, a:visited {
	color: #9bbfe7;
	text-decoration: none;
}

a:hover {
	color: #27547d;
	text-decoration: none;

}


/* Formularze */

.form_01 {
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px solid #46a3c9;
	font-family: Verdana, Arial, Helvetica;
	padding: 2px;
	margin: 2px;
}

