html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height:100%;
	font-family: "Times New Roman", Times, serif;
}
body  {  background: #fff;   
		   color: #fff;
		   font-family: Arial, Helvetica, sans-serif; 
		   font-size: 14px;
   	   text-align: center; }

/*===========================Stranica===============================*/
#header {  background: #6499d2 url(images/1.jpg) no-repeat; height: 148px; width: 1000px;}
#menu {  height: 30px; background: #ee3228; text-align: right; color: #FFFFFF; font-style: normal; font-size: 18px; line-height: 30px; }
#text { float: left; width: 500px; margin-top: 50px; margin-left: 30px;  text-align: justify; line-height: 18px; font-weight: bold; }

/*wide page*/
#text_wide { float: left; width: 700px; margin-top: 50px; margin-left: 30px;  text-align: justify; line-height: 18px; font-weight: bold; }

#table { background: #386370 url(images/3.jpg); width: 1000px; height: 100%; margin: auto; text-align: left; }
#h {  background: url(images/2.jpg) no-repeat 0px 178px; }

#text input, #text textarea{ float: left; width: 400px; }

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#menu2 a { text-decoration: underline; color: #FFFFFF; font-size: 18px; line-height: 30px;}
#menu2 a:hover { text-decoration: none;}


#menu2cat { text-decoration: none; color: #FFFFFF; font-size: 14px; line-height: 14px;}
#menu2cat a { text-decoration: underline; color: #2D4F59; font-size: 12px; line-height: 14px;}
#menu2cat a:hover { text-decoration: none;}


/*===================Elementy===================================*/
a { text-decoration: none; color: #A5CAD3;}   
a:hover { text-decoration: underline; color: #FFFFFF;}

