*							{
	margin: 0;
	padding: 0;
}


body						{   font-family: "Verdana", "Arial", sans-serif; 			
								margin: 0px; 
								padding: 0px; 
								overflow:hidden;
								position: absolute; 
								width: 100%; 
								height: 100%; 
								z-index: 1; 
								left: 0; 
								top: 0; 
								border: 1px none #000000;
								background-color: #1D5D66;
}
							
a							{ outline: none; }

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}


#page-wrap					{
	width: 800px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#main			{
	width: 800px;
	text-indent: -9999px;
	height: 230px;
	position: relative;
	background-image: url(images/header_pic.png);
}


#kontakt-email				{
	height: 51px;
	position: absolute;
	top: 35px;
	left: 742px;
	text-indent: -9999px;
	display: block;
	visibility: inherit;
	background: url(images/contact.png) top left no-repeat;
}

h1							{
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	padding-top: 40px;
	padding-right: 200px;
	padding-bottom: 20px;
	padding-left: 35px;
}


#footer {
	text-align: center;
	width: 800px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(images/bottom.jpg);
}

p							{
	font-size: 11px;
	line-height: 22px;
	font-style: normal;
	padding-top: 10px;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 55px;
}

