body {
	margin: 0 0 0 0;
	background: #205E9E;
	color: #FFFFFF;
}

.image {
	border-width: 1;
	border-color: white;
	border-style: solid;
	margin: 5;
}


/* Header */
#logo {
	background: #FFFFFF url("images/pasek2.jpg") no-repeat left bottom;
	color: #1A3A85;
	border:solid 1px;
}
#header {
	height: 90px;
	padding: 0px 0px 0px 0px;
}
#nagl {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;  
	color: #1A3A85;
	text-align: center;
}
#nagl2 {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;  
	color: #1A3A85;
	text-align: center;
}







#content {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	background: none;
}
#main {
	margin: 0px 16px 0px 8px;
	text-align:justify;
}

a:link {color: #FEFD00; text-decoration: none;}
h1, h4, h5, h6 {
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.4em;
	/*padding-left: 10px;*/
  text-align:center;
	margin-top: 20px;
}
h3 { font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.12em;
	padding-left: 10px;
	margin-top: 20px;
}
a {
	color: #FEFD00;
}
a:hover {
	text-decoration: none;
	color: #FF4400;
}




 /* menu */
div.menu {
  margin-top: 0px;
  }
div.menu ul {
  margin: 0 0 0 10px;
  padding: 0em;
  line-height: 1.40em;
  width: 200px;
  }
div.menu li {
  list-style-type: none;
  height: 30px;
  width: 200px;
  margin-bottom: 0px;
  text-align: left;
  font-family: Arial, Verdana, Tahoma, Sans-Serif;
  font-size: 14px;
  letter-spacing: 0.00em;
  color: white;
  background-color: transparent;
  }
div.menu li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu li a:link {
  color: white;
  font-weight: normal;
  text-align: left;
  padding-left: 0.25em;
  border-width: 2px 2px 2px 2px;
  border-color: #749FCA #004793 #004793 #749FCA;
  border-style: solid solid solid solid;
  }
div.menu li a:visited {
  background-color: #306EAE;
  color: white;
  font-weight: normal;
  text-align: left;
  padding-left: 0.25em;
  border-width: 2px 2px 2px 2px;
  border-color: #749FCA #004793 #004793 #749FCA;
  border-style: solid solid solid solid;
  }
div.menu li a:hover {
  color: yellow;
  font-weight: normal;
  text-align: left;
  border-width: 2px 2px 2px 2px;
  border-color: #004793 #749FCA #749FCA #004793;
  border-style: solid solid solid solid;
  } /* end menu */
