@charset "UTF-8";

/* BODY */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;

}


.all #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* UNIVERSAL */

h1 {
	
	color: #000000;
	font-size: 16px;
}

h2 {
	
	color: #cc0000;
	font-size: 14px;
}

h3 {
	
	color: #666666;
	font-size: 14px;
}

img {
	border: none;
}

.cervena {
	color: #cc0000;
	
}

.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;
}

/* HEADER */


.all #header {
	background: #000000;
	padding: 0;
	margin: 0 auto;
	height: 380px;
	text-align: center;
}

#menutop {
	padding: 0;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	font-size: 11px;
		
}
#menutop a, #menutop a:link, #menutop a:visited {
	
	color: #000000;
	text-decoration: none;
}

#menutop a:hover {
	
	color: #000000;
	text-decoration: underline;
}






/* MAIN */


.all #mainContent {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}

#mainContent a, #mainContent a:link, #mainContent a:visited {
	
	color: #cc0000;
	text-decoration: underline;
}

#mainContent a:hover {
	
	color: #cc0000;
	text-decoration: underline;
}









.textmain {
	/* width: 800px; */
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}


/* FOOTER */

#menufooter {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
		
}

#menufooter a, #menufooter a:link, #menufooter a:visited {
	
	color: #ffffff;
	text-decoration: none;
}

#menufooter a:hover {
	
	color: #ffffff;
	text-decoration: underline;
}



#copyright {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
		
}

#copyright a, #copyright a:link, #copyright a:visited {
	
	color: #ffffff;
	text-decoration: underline;
}

#copyright a:hover {
	
	color: #ffffff;
	text-decoration: underline;
}
	


.all #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
