﻿html {
	margin: 0;
	padding: 0;
}

body {  background-color: #520407;
background-image: url('http://matyasfoto.cz/images/wood2.jpg');
         
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Tahoma, Geneva, sans-serif;
/*
	
	color: #000;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}
img {border: transparent;}

#header h1 a:link {color: #000; text-decoration: none;}
#header h1 a:visited { color: #000;text-decoration: none;}
#header h1 a:hover { color: #000;text-decoration: none;}
#header h1 a:active { color: #000;text-decoration: none;}

#header ul#nav li a:hover {color: #ac1a2f; text-decoration: none;}
#header ul#nav li.odd a:hover {color: #fff; text-decoration: none;}

 a:link {color: #800b0b; text-decoration: none;}
 a:visited {color: #800b0b; text-decoration: none;}
 a:hover {color: #800b0b; text-decoration: underline;}
 a:active {color: #800b0b; text-decoration: none;}

#container {
	width: 982px;
	margin: 0 auto;
}

#header {
	width: 982px;
	height: 0px;
	
 

}

#page-content {
	width: 982px;
	
	margin: 133px auto 0px auto;
	background-color: #ffffff;
	text-align: center; 
    padding: 20px auto 100px auto;

        
	

}

#page-content p2{
	font-size: 1.2em; text-transform: uppercase; color: #000; text-decoration: none;text-align: center;  

}

#page-content a{
	font-size: 1.2em; color: #800b0b; text-decoration: none; text-align: center; 

}


#main-content-area {
	width: 835px;
	float: left;
	text-align: center; 
        margin: 20px auto 10px auto;
        padding: 20px auto 50px auto;
background-color: #ffffff;
}


/* Header */

#header h1 a {
        
        margin: 20px 0px 0 0px; 
        width: 982px; 
        height: 120px;

        
        
}

#header ul#nav  {
        text-align: center;        
        float: center;
position: absolute;	
        
	
	margin: -50px 0px 0 470px;

        
}

#header ul#nav li {
	list-style-type: none;
	float: right;
	padding: 0px 8px 0 8px;

}

#header ul#nav li a {font-size: 1.6em; text-transform: uppercase; color: #fff; text-decoration: none;font-weight: bold; font-family:"Arial";}
#header ul#nav li.odd a {font-size: 1.6em; text-transform: uppercase; color: #ac1a2f; text-decoration: none;font-weight: bold; font-family:"Arial";}

#links_tab table{
        width: 600px;
        margin: 70px 0 0 20px; 
        font-size: 1.4em;
        text-align: center;


}


/* ----------- Footer ----------- */

#footer {
	margin: 0 0 50px 0;
}

#footer p {
	font-size: 1em;
	color: #c7c8ca;
	text-align: center;
}

#footer p a {color: #c7c8ca;}




