
body {
	margin: 0px auto;
	padding: 0px;
	background: rgb(252,214,1) url("images/background_good.jpg") repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: rgb(0,0,0);
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
	font-size: 25px; 
	font-family: Times New Roman;
	color: rgb(0,0,0);
        text-align: center; 
	margin: 15px 0px 0px 0px; 
}

h2 {
	font-size: 27px;
	font-family: Georgia, Comic Sans MS;
	color: rgb(0,0,0);
	margin: 15px 0px 0px 0px;	
}

h3 {
	font-size: 20px;
	font-family: Comic Sans MS, Georgia, Courier;
	color: rgb(0,0,0);
	text-indent: 30px; 
	margin: 15px 0px 0px 0px;	
}

h4 {
	font-size: 20px;
	font-family: Comic Sans MS, Garamond, Courier;
	color: rgb(0,0,0);
	margin: 0px 0px 0px 0px;	
}

p, ul, ol {
	margin-top: 1px;
	font-size: 10px;
}

ul, ol {
}

a {
	text-decoration: none;
	
	color: #CC0001;
}

a:hover {
	background: none;
}

#wrapper {
        background: url("images/horne_logo.jpg") no-repeat center top;
        width: 1100px;
	margin: 0 auto;
        padding-top: 140px;
}



/* Menu */

#menu {
        width: 1100px;
	height: 23px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0 auto;
}

#menu ul {
        margin: 0 auto;
	padding: 0 auto;
	list-style: none;
	line-height: 2;
}

#menu li {
	float: left;
}

#menu a {
	display: inline;
        background: url("images/background_menu.jpg") repeat-x top;
	margin-right: 3px;
        border-style: groove;
       	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgb(0,0,0);
	
}

#menu a:hover {
	background: url("images/background_menuhover.jpg") repeat-x top;
        border-style: solid; 
        
	margin-right: 3px;
	text-decoration: none;
        color: #000000;
}

#menu .first a{
        background: url("images/background_menuhover.jpg") repeat-x top;
        border-style: double; 
        
	margin-right: 3px;
	text-decoration: none;
        color: #000000;
        
}

/* Page */

#page {
	width: 950px;
	margin: 0px auto;
	padding-top: 20px;

}

/* Content */

#content {

	width: 950px;
	margin: 0px auto;
	margin-top: 40px;
}


/* flash */

#flash {
        
        width: 720px;
	margin: 0 auto;
        margin-top: 30px;  
	padding: 0 0 0 0;
}



/* tabulka */

#tabulka {
        
        width: 600px;
	margin: 0 auto;
        margin-top: 30px;  
	padding: 0 0 0 0;
	font-size: 17px;
}

.tabulka1 {
        
        
	margin: 0px auto;
        margin-top: 0px; 
	padding: 0px 0px 0px 0px;
	cellspacing="0px";
	cellpadding="0px";
	border=0;
}

/* Footer */

#footer {
	width: 960px;
	height: 40px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 15px 0px 20px 0px;
	background: url("images/background_good.jpg") repeat-x top;
	border: 3px white solid;
	color: white;
}

#footer h2 {
	margin: 0;
	line-height: normal;
	font-family: Times New Roman,Georgia, Comic Sans MS;
	font-size: 25px;
	text-align: center;
	color: black;
}

	h4 {
	margin: 0px;
	font-family: Verdana, Comic Sans MS, Times New Roman;
	line-height: normal;
	font-size: 13px;
	text-align: center;
	color: gray;
}  
       
#footer a {
	color: black;
}	
