body {
	background-color: #d00000;
	font-family: trebuchet, "trebuchet ms", verdana, tahoma, sans-serif;
	color: white;
	}

#obsah {
	width: 760px;
	margin: auto;
	}
	
#obsah img {
	border: 0;
	}

#obsah ul {
	text-align: center;
	}

#obsah ul li {
	display: inline;
	line-height: 3em;
	}
	
#obsah ul li a {
	padding: .5em;
	color:   #D5D5D5 ;
	text-decoration: none;
	/*border: 1px solid #d00000;*/
	 border: 1px solid red;
	-moz-border-radius: 5px;
	}
	
#obsah ul li a:hover {
        color: white;
	text-decoration: underline;
        /* font-weight: bold; */
	border-color: white;
	}

#obsah h1, h2 {
	font-weight: normal;
	}

#obsah p {
	font-size: .85em;
	line-height: 1.5em;
	padding-left: 3em;
	}

#paticka a {
	color: white;
	text-decoration: underline;
	}
	
#paticka {
	padding-top: 2em;
	font-size: .75em;
	text-align: center;
	color: white;
	}

a { color: #D5D5D5; }
/*a:visited { color: gray; }*/
a:hover { color: white; }
a:hover:visited{ color: white; }
