body {
	padding: 0px;
	margin: 0px;
	background-image:url(images/back_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	font-family: Georgia, "Times New Roman", TimesNR, Times, serif;
	font-size: 0.7em;
	line-height:1.4em;
	background-color:#CCC;
	color:#000;
	text-align:center;
}
#container {
	padding: 0px; /* je potreba nepouzivat margin do vysky, jinak se to rozpadne v Mozille */
	width:1000px;
}

/* hlavicka stranky - menu a tak - layout */
#hlavicka {
	height:310px;
	background-position:center;
	background-repeat:no-repeat;
}
#menu_1 {
	position:absolute;
	top:80px;
	left:200px;
	height:14px;
}
#menu_2 {
	position:absolute;
	top:98px;
	left:200px;
	height:14px;
}
#menu_3 {
	position:absolute;
	top:116px;
	left:200px;
	height:14px;
}
/* hlavni cast layoutu */
#main {
	width:800px;
	float:left;
	padding-left:20px;
	padding-top:29px;
}
#submenu {
	width:156px;
	float:left;
	padding-left:24px;
	padding-top:29px;
}
#text {
	float:left;
	width:500px;
}
#reklama {
	float:right;
	text-align:left;
	width:275px;
}
#reklama img {
	padding-bottom:10px;
}
#news {
	padding-bottom:0px;
}
#news img, #text img {
	padding-top:20px;
	padding-bottom:10px;
}
#files, #files img, #tym, #tym img, #chat img, #text .linka img {
	padding:0px;
}
#files .left {
	float:left;
	width:45px;
}
#files .right {
	float:right;
	width:425px;
}
#tym .left {
	float:left;
	width:180px;
}
#tym .right {
	float:right;
	width:300px;
}
#foto img {
	border:3px solid #669900;
	padding:0px;
}
#foto td {
	padding-top:20px;
}
#chat {
	padding-bottom:20px;
}
#chat table, #foto table {
	padding-bottom:5px;
	padding-top:10px;
}
#chat .popis {
	padding-left:15px;
}
#chat .linka {
	padding-top:15px;
	padding-bottom:15px;
}
#chat td {
	padding-top:5px;
}
/* obence definice */
p {
	padding:0px;
	margin:0px;
}
a, a:link, a:visited {
	color:#669900;
	text-decoration:none;
}
a:hover, h1 a:link, h1 a:visited  {
	color:#669900;
	text-decoration:underline;	
}
img {
	line-height:0px;
	border:0px none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
h1 {
	font-size:1.2em;
	padding-bottom:15px;
	color:#669900;
}
#fotomenu h2 {
	padding-bottom:10px;
}
h2 a, h2 a:link, h2 a:visited, h6 {
	font-weight:normal;
	color:#000000;
}
h2 a:hover, h2.current a:visited, h2.current a:link {
	color:#669900;
	text-decoration:none;	
}
h3, .grey {
	color:#999999;
}
h4 {
	padding-bottom:10px;
}
ul, ol {
	padding-left:12px;
}
.new {
	color: #FF0000;
	font-weight:bold;
}
.small {
	font-size:0.8em;
	font-style:italic;
}
.linka {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;	
}
.space {
	clear:both;
	height:30px;
}
.trener, .sponzor {
	padding-right:20px;
}
.show_all {
	padding-top:10px;
	padding-bottom:10px;
}
/* formular */
#chat input, #chat textarea {
	background-color:#669900;
	width:475px;
	padding:10px;
	padding-left:15px;
	border:0px none;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", TimesNR, Times, serif;
	font-size:1em;
}
.utkani p {
	padding-top:10px;
}

/* special footer START */
html {
	height: 100%;	/* 4 footer */
}

body {
	height: 100%; /* dulezite */
}

#holder {
	position: relative; /* dulezite */
	height: 100%; /* nastaveni pro IE */
	width:1000px;
	background-color:#FFFFFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* pro ostatni pouzijeme min-height: */
html>body #holder {
	height: auto;
	min-height: 100%;
}

/* must be equal or higher like footer height */
#footer-spacer {
	height: 3em;
	clear:both;
}

#footer {
	position : absolute;
	padding-left:200px;
	bottom : 10px;
	height: 1.2em;
	left : 0;
	right : 0;	/* udela footer sirokou 100% v Mozille */
	overflow : hidden;
}

#footer p {
	font-size : 0.9em;
	margin: 0;
	padding: 0;
	width : 100%;	/* udela footer sirokou 100% v IE5-6 */
}
/* special footer END */