html {
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	
	height: 100%;
	
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #512C00;
}

body {
	height: 96%;
	background-image: url(../img/drevo.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #FFFFC8;
	text-align: center;
}

#telo {
	margin: 0 auto;
	/*width: 750px;*/
	width: 960px;
}

#top {
	width: 100%;
	text-align: left;
	font-size: 72em;
	color: #333333;
}

a {
	color: #9D5600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #D2210D;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ECECD9;
}

acronym {
    border-bottom: dashed 1px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.template {
	margin: 0 auto;
	/*width: 670px;*/
	width: 880px;
	border: 2px solid #512C00;
}

.template td {
	border: 1px solid #512C00;
	padding: 2px;
}

.vnitrni {
	margin: 0 auto;
	border: 1px solid #512C00;
}

.vnitrni td {
	padding: 5px;
	border: 1px solid #512C00;
}

#pata {
	margin: 0 auto; 
	/*width: 750px;*/
	width: 960px;
	height: 91px;
	background-repeat: no-repeat;
	clear: both;
}

	#pata_text {
		margin: 0 auto;
		/*width: 670px;*/
		width: 880px;
		
		/* definice formatovani odstavcoveho textu */
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: normal;
		color: #512C00;
		text-align: center;
	}

	.w3c_o_o {
		margin: 0 auto;
		width: 260px;
	}

	.w3c_o_l {
		float: left;
		border: 1px solid white;
		width: 120px;
		height: 14px;
		background: #512C00;
	}
	
	.w3c_o_r {
		float: right;
		border: 1px solid white;
		width: 120px;
		height: 14px;
		background: #512C00;
	}

	.w3c {
		float: left;
		width: 40px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #512C00;
		background: white;
	}
	
	.w3c_t {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: white;
	}

/* home */
#home {
	width: 100%;
}

.home_zahlavi {
	background-color: #96785A;
	font-weight: bold;
}

.home_hlavy {
	background-color: #E6CC99;
}

.home_date {
	background-color: #FFFFC8;
	font-weight: bold;
	text-align: left;
}

.home_date_now {
	background-color: #CFE2E6;
	font-weight: bold;
	text-align: left;
}

.home_iframe_t {
	width: 100%;
	border: none;
}

.home_iframe {
	width: 100%;
	border: none;
}


/* stranka detail udalosti */
#udalost_detail {
	padding: 10px;
}

.hlava {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #512C00;
	text-align: left;
}

.nazev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #512C00;
	text-align: left;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #512C00;
	text-align: justify;
}

/* stranka home menu */
#menu {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu_1 {}

#menu_1 td {
	background-color: #E6CC99;
	width: 17%;
	text-align: center;
}

.full_width {
	width: 100%;
	background-color: #E6CC99;
	text-align: center;
}

/* stranka chat */
.chat_chat {
	width: 100%;
	height: 100px;
	border: none;
}

.chat_down {
	width: 100%;
	height: 30px;
	border: none;
}

/* stranka fotbal */
.fotbal_fotbal {
	width: 100%;
	height: 400px;
	border: none;
}

.fotbal_down {
	width: 100%;
	height: 30px;
	border: none;
}

/* stranka XO */
.xo_xo {
	width: 100%;
	height: 500px;
	border: none;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* vseobecne deklarace */
img {
	border: none;
}

.fotky {
	text-align: center;
	margin-top: 50px;
}

/* PRO TISK */
@media print {
	body {
        background: none;
	}
	
	.noprint {
		display: none;
	}
	.hlava, .nazev, .text {
        color: #000;
	}
	
}