* {
	margin:0;
	padding:12;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #666666 url(../images/backgroundBody.gif) left top repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
a {
	color:#CE9F00;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #000 url(../images/backgroundHeader.jpg) left top no-repeat;
	height:234px; 
} 
#header h1, #header p {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* padding keeps the content of the div away from the edges */
	color:#CE9F00;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color:#ba985a;
}
#mainContent {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	color:#e3c794;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/backgroundFooter.jpg) left top repeat-x;
	height:109px;
	text-align:center;
	color:#e3c794;
} 
#footer p {
	padding:12px;
}
#footer a {
	color:#CE9F00;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pic {
	float:left;
	margin: 0 15px 15px 0;
}
.mainMenu {
	height:103px;
}
ul#menuback {
	list-style: none;
	background: url(../images/menu-bg.jpg);
	width: 800px;
	height:100px;
}

ul#menuback li.shutter {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 {
	background: url(../images/shutter-1.jpg) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/shutter-2.jpg) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/shutter-3.jpg) no-repeat; 
}
ul#menuback li#shutter4 {
	background: url(../images/shutter-4.jpg) no-repeat; 
}

a.link {
   width: 200px;
   height: 100px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}
/*zvisle*/
.mainMenu1 {
	height:103px;
}
ul#menuback1 {
	list-style: none;
	background: url(../images/menu-bg1.jpg);
	width: 200px;
	height:400px;
}

ul#menuback li.shutter {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 {
	background: url(../images/shutter-1.jpg) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/shutter-2.jpg) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/shutter-3.jpg) no-repeat; 
}
ul#menuback li#shutter4 {
	background: url(../images/shutter-4.jpg) no-repeat; 
}

a.link {
   width: 200px;
   height: 100px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}
