

html, body {
  	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: black;
  	background: #3A3A3A;
	  text-align: justify;
    letter-spacing: 1px;
  	margin: 0px auto;
    margin-top: 10px;
}

#body {
	height: 524px;
	margin: 0px auto;

}

#top {
	width: 822px;
	height: 180px;
	margin: 0 auto;
	background: #3A3A3A url("../img/top.jpg");
}

#menu {
	width: 822px;
	height: 32px;
	margin: 0px auto;
	background: #3A3A3A url("../img/menu_bg.jpg");
}

#content {
	width: 822px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background: url("../img/content_bg.png") no-repeat;
}

#content_pozadie {
	width: 822px;
	margin: 0px auto;
	background: #3A3A3A url("../img/content_bg_loop.png");
}

#main {
	margin-left: 270px; 
	width: 500px;

	padding-top: 10px; 	
	padding-bottom: 20px;
}

#bottom {
	width: 822px;
	height: 21px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background: #3A3A3A url("../img/bottom.png") no-repeat;
}

#menu1 {
  text-align: center;
  position: relative;
  color: white;
  font-weight: bold;
  padding: 6px;
  left: 0px;
  float: right;
	width: 66px;
	height: 20px;
	margin: 0 auto;
	background: #3A3A3A url("../img/profil.png");
}

#menu2 {
  text-align: center;
  position: relative;
  color: white;
  font-weight: bold;
  padding: 6px;
  left: 0px;
  float: right;
	width: 74px;
	height: 20px;
	margin: 0 auto;
	background: #3A3A3A url("../img/profil2.png");
}

#menu3 {
  text-align: center;
  position: relative;
  color: white;
  font-weight: bold;
  padding: 6px;
  left: 0px;
  float: right;
	width: 76px;
	height: 20px;
	margin: 0 auto;
	background: #3A3A3A url("../img/profil3.png");
}

h1 {
    font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0px;
	letter-spacing: 1px;
	
	color: #004b68;
}

h2.big{
	font-size: 20px;
	border-bottom: 1px solid #000;
	font-weight: italic;
	padding-bottom: 5px;
	margin: 0px;
	letter-spacing: 1px;

	color: #00668c;
}

h2.small {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0px;
  letter-spacing: 1px;
  
	color: #00668c; 
}

.copyright {
  text-align: center;
  color: #5F5F5F;
  font-size: 12px;
  margin: 0px;
  letter-spacing: 1px;
  padding-top: 4px;
  
  text-align: right;
}

a.menu { color: #FFF; text-decoration: none }
a.menu:active { color: #FFF; text-decoration: none }
a.menu:hover { color: #FFF; text-decoration: underline }

a.mail { color: #000; text-decoration: none }
a.mail:active { color: #000; text-decoration: none }
a.mail:hover { color: #000; text-decoration: underline }

a.copy { color: #0079a6; text-decoration: none }
a.copy:active { color: #5F5F5F; text-decoration: none }
a.copy:hover { color: #FFF; text-decoration: none }

.menu-non-click {color: #999; }

