body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/body.jpg) top repeat-x;
	background-color: #3da3ba;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	}

/*tělo*/
#container {
	Width: 770px;
	background: url(../images/bg.jpg) repeat-y;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 14px;
	}


a {
	color: #474747;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	}

a:visited {
	color:#474747;
	text-decoration:none;
	}

a:hover {
	color:#000000;
	text-decoration:underline;
	}

/*záhlaví*/
#header {
	width: 770px;
	height: 120px;
	margin:0 auto;
	background: url(../images/header.jpg) no-repeat ;
	}

/*menu*/
#menu {	width: 770px;
	height: 35px;
	background: url(../images/menu.png) no-repeat;
	margin-top: -2px;
	}

#menu ul {
	margin-top: 0;
	margin-right: 20px;
	padding-top: 7px;
	padding-bottom: 4px;	
	}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	}

#menu ul li a:hover {
	padding-bottom: 3px;
	padding-top: 4px;
	color: white;
	text-decoration: underline;
	background: url(../images/menua.jpg) repeat-x;
	}

/*obsah*/
#content {
	width: 770px;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	margin-left: 4px;
	}

#left {
	width: 555px;
	font-family:"Times New Roman", Times, serif;
	margin-left: 8px;
	}

#left2 {
	width: 745px;
	font-family:"Times New Roman", Times, serif;
	margin-left: 8px;
	}


h1 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: left;
	font-size: 26px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #474747;
	letter-spacing: 1px;
	}

h2 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #474747;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
h3 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #474747;
	letter-spacing: 1px;
	margin-bottom: 5px;
	}


p.line {
	border-bottom: 1px solid #9baa89;
	}




p.text {
	color: #474747;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 1px;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #9baa89;
	}

p.text2 {
	color: #474747;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 1px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #9baa89;
	}

.big {
	margin-top: 0;
	margin-right: 2px;
	float: left;
	width: .7em;
	font-size: 2.4em;
	line-height: 95%;
	color: #000000;
	}

.tabulka {
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	color: #474747;
	font-size: 14px;
	text-align: center;
	}

.tabulka2 {
	width: 100%;
	font-family: Sans-Serif;
	font-weight: bold;
	color: #474747;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	}


/*sidebar*/
#right {
	float:right;
	width:170px;
	margin-top: 10px;
	margin-right: 10px;
	}

#nt {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 17px;
	color: #474747;
	letter-spacing: 1px;
	text-align: left;
	}

p.stext {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: left;
	color: #474747;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #9baa89;
	margin-left: 4px;
	margin-top: 0px;
	}

/*zápatí*/
#footer {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;

	background: url(../images/footer.png) no-repeat;
	}

#ftext {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #c3c1c1;
	font-size: 9px;
	padding-top: 13px;
	}

#footer p {
	color:#c3c1c1;
	display: inline;
	text-decoration: none;
	}

#footer p a {
	color: #c3c1c1;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	}

#footer p a:hover {
	color: #9f9f9f;
	text-decoration:none;
	}
