body 	{
	margin: 0px;
	background-color: #960000;
	color: #960000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nadpis {
	font-size: 32px;
	text-align: left;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-top: 0px;
	font-weight: bolder;
}
.podnadpis {
	font-size: 24px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: bold;
}
.text {
	font-size: 18px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
}
.text_mensi {
	font-size: 16px;
	text-align: justify;
	padding: 0px;
	margin-right: 50px;
	margin-left: 50px;
}





.clearfloat {
	clear:both;
	height:0px;
}
#hlavni {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#vrch {
	background-color: #FC0;	
	height: 235px;
	width: 880px;
}
#levyokraj {
	height: inherit;
	width: 70px;
	float: left;
}
#levyokrajvrch {
	background-image: url(images/levybokvrch.jpg);
	height: 200px;
	width: 70px;
}
#levyokrajspodek {
	background-image: url(images/levybokspodek.jpg);
	height: 1400px;
	width: 70px;
	background-repeat: repeat-y;
}

#pravyokraj {
	float: right;
	height: inherit;
	width: 70px;
}
#pravyokrajvrch {
	background-image: url(images/pravybokvrch.jpg);
	height: 200px;
	width: 70px;
}
#pravyokrajspodek {
	background-image: url(images/pravybokspodek.jpg);
	height: 1400px;
	width: 70px;
	background-repeat: repeat-y;
}

#obsah {
	width: 740px;
	float: left;
	height: 1500px;
	background-color: #FC0;
}
#menu {
	background-color: #FC0;
	height: 100px;
	width: 740px;
	float: left;
}

#diskuze {
	height: 1500px;
	width: 700px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#rozcestnik {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

:focus { 
	outline-style: none;
}
a {
	color: #06C;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
}
