html {
   text-align: center;
   font: 10px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
   background-color: #fff;
   color: #4b4b4b;
}

body {

   margin: 0 auto;
   padding: 0;
   text-align: left;
	background-position: center;
align: center;
}

#top {
   width: 1004px;
	background-position: top;
	
	
}

#LOGO {
   
	background-image: url(grafika/logo.png);
	width: 1004px;
	height: 33px;
	background-position: top;
	border: black double 1px; 
margin-top: 30px;
}

#MENU {
   width: 200px;
	height:500px;
   float: left;
   overflow: hidden;
   background-color: white;
	 
	 border-right:double 1px; 

}

#TRESC {
   width: 790px;
	height:500px;
   float: right;
   overflow: hidden;
   background-color: #fff;
	margin-left: 10px;
	
	
}

#STOPKA {
   clear: both;
   width: 100%;
	border: black double 1px;
}

a{color:blue; font-size:10px; text-decoration:underline}
a:link {
	color: blue;text-decoration:none;
}
a:visited {
	color: blue;text-decoration:none;
}
a:hover {
	color: red;text-decoration:none;
}
a:active {
	color: green;text-decoration:none;
}