@charset "windows-1250";

body {

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	margin: 0px;

	font-size: 12px;

}

#Content #Plocha img {

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

}



#Header {

	height: 313px;

	width: 1018px;

	margin-right: auto;

	margin-left: auto;

}

#Content {

	width: 1018px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(images/plocha_bg.png);

	background-repeat: repeat-y;

}

#Content  #HlavneMenu {

	width: 180px;

	float: left;

	text-align: right;

	padding-right: 30px;

	padding-left: 50px;

	margin-bottom: 30px;

	font-size: 16px;

}

#Content #HlavneMenu a {

	color: #000000;

	text-decoration: none;

}



#Content #HlavneMenu p {

	margin-top: 5px;

	margin-bottom: 15px;

}



#Content #Plocha {

	float: right;

	width: 687px;

	padding-right: 50px;

	margin-bottom: 30px;

	text-align: justify;

}

#Content #Plocha p {

	font-size: 14px;

}



#Content #Plocha h1 {

	font-size: 24px;

	margin-top: 0px;

	margin-bottom: 50px;

}



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

}

#Footer {

	height: 201px;

	width: 1018px;

	background-image: url(images/footer.png);

	margin-left: auto;

	margin-right: auto;

	padding-top: 30px;

	margin-bottom: 30px;

}

#Footer img {

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

