html,body {
	height: 100%;
}

body {
	margin:0; padding:0;
	text-align: center;
	border: none;
	color: black;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/microsite/euro-2008/_clip/bg-site.gif);
}

h1 {
	padding: 0 0 30px 0; margin: 0;
	font-size: 185%;
	font-weight: bold;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #730013;
}
h2 {
	padding: 10px 0 2px 0; margin: 0 0 10px 0;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	border-bottom: 1px solid #E0E9DF;
}
h3 {
	margin: 0;
	font-size: 105%;
	font-weight: bold;
	color: #BE2B37;
}

img {border: 0px;}
img.block {display: block}
a {text-decoration: underline; color: #417F3C;}
a:hover {text-decoration: none; color: #B9BCB9;}


.textRight {text-align: right;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.floatLeft {float: left;} .floatRight {float: right;}
.clear {clear: both;} .clearLeft {clear: left;} .clearRight {clear: right;}
.hide {display: none;}
.color {color: #730013;}

hr {
	border: none;
	border-top: dashed 1px #B30E2A;
	height: 1px;
}
abbr, acronym, .help {
	cursor: help;
}

.infoBox {
	padding: 10px;
	background: #E0E9DF;
	border: 2px solid #D9D9D9;
}

.image { border: 3px solid #DDD4C4;}
.image-left {
	float: left;
	border: 3px solid #DDD4C4;
	margin: 0 10px 15px 0;
}
.image-right {
	float: right;
	border: 3px solid #DDD4C4;
	margin: 0 0 15px 10px;
}
img.noBorder {border: none;}

pre {
	padding: 0; margin:0;
	font-size: 115%;
}


/**/

#page {
	padding: 0;	margin: 0 auto;
	width: 750px; min-height: 100%; height: 100%;
	text-align: left;
	border-left: 3px solid #730013;
	border-right: 3px solid #730013;
	background: #FFF url(/microsite/euro-2008/_clip/footer-picture.jpg) left bottom no-repeat;
}
body>#page {height: auto;}

#header {
	padding: 16px;
	background: #FFF url(/microsite/euro-2008/_clip/bg-header.gif) left bottom no-repeat;
	position: relative;
}
img.logo {
	display: block;
	float: left;
	margin-right: 11px
}

.icons-position {
	position: absolute; top: 5px; left: -35px; z-index: 9999;
	background: black;
	border: 5px solid white;
}

#footer {
/*	height: 149px;
	border-bottom: 3px solid #730013; */
	clear: both;
}
#content {
	padding: 16px 25px 16px 16px; margin: 0 0 160px 0;
	background: url(/microsite/euro-2008/_clip/bg-content.gif) left top no-repeat;
}
.left-side {
	float: left;
	width: 154px;
}
.right-side {
	float: right;
	width: 520px;
}
.sub-navig {
	padding: 5px 0; margin: 30px 0 0 0;
	clear: right;
	border-top: 5px solid #D6E2D5;
	font-weight: bold;
}

.cig-zpravy {padding: 5px 0 0 15px;}
.cig-zpravy p {padding: 0; margin: 10px 0; color: #417F3C;}
.cig-zpravy ul {
	padding-left: 13px; margin: 10px 0;
	list-style: square;
	color: #BBC9BA;
}
.cig-zpravy li a {
	line-height: 1.5em;
	color: #417F3C;
}
.cig-zpravy li a:hover {color: #B9BCB9;}

.preview {
	width: 48%;
	margin: 0 auto;
	float: left;
	text-align: center;
}
.preview img {
	border: 4px solid #E0E9DF;
}

.me img {margin: 0 5px 0 5px; border: 2px solid #D6E2D5;}


.mesto {background: #E0E9DF; padding: 10px; margin: 0 0 10px 0;}
.mesto ul {list-style: square; /*font-style: italic;*/ color: #730013;}
.mesto li {padding: 0 0 5px 0;}

/* --- TABLES --- */

.table-default {margin: 0 0 15px 0; width: 100%;}

.table-default th {
	padding: 4px 6px;
	background: #D9D9D9;
	text-align: left;
}
.table-default td {
	padding: 4px 6px;
	background: #E0E9DF;
	text-align: left;
}

td.textRight, th.textRight {text-align: right;}
td.textCenter, th.textCenter {text-align: center;}
td.textLeft, th.textLeft {text-align: left;}
/**/
table.table-tymy {text-align: center; width: 100%;}
.table-tymy a {text-decoration: none;}
.table-tymy td {width:20%}

/**/

table.table-vysledky{
	width: 100%;
	border-collapse: collapse;
}
.table-vysledky th {
	padding: 3px 6px;
	background: #BBC9BA;
	color: white;
	text-align: center;
	border: 1px solid white;
}
.table-vysledky td {
	padding: 3px 6px;
	background: #E5EDE4;
	text-align: center;
	border: 1px solid white;
}
.table-vysledky .team {width: 250px;}


/**/
.textRight, td.textRight, th.textRight {text-align: right;}
.textCenter, td.textCenter, th.textCenter {text-align: center;}
.textLeft, td.textLeft, th.textLeft {text-align: left;}
/* --- TABLES end --- */

/* --- MENU --- */

ul#menu {
	padding: 0; margin: 0;
	list-style: none;
	font-weight: bold;
}
#menu li a {
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: black;
	background: #D9DBD9;
	display: block;
	border-bottom: 1px solid white;
}
#menu li a:hover, #menu li.active a {
	background: #417F3C;
	color: white;
	text-decoration: none;
}
/* \*/ * html #menu li a {height: 1px;} /**/

ul#menu ul {
	margin: 0; padding: 5px 0 5px 15px;
	list-style: none;
	background: #BBC9BA;
	font-size: 95%;
}
ul#menu li.active ul li a {
	border: none;
	padding: 3px 5px 3px 10px;
	background: #BBC9BA url(/microsite/euro-2008/_clip/menu-bullet.gif) left center no-repeat;
	color: black;
}
ul#menu li.active ul li a:hover {
	background: #BBC9BA url(/microsite/euro-2008/_clip/menu-bullet.gif) left center no-repeat;
	text-decoration: underline;
	color: white;
}



/* --- MENU END --- */

/* ------ top GA menu --------- */
#topmenu {
	margin: 0 auto; padding: 0 5px 0 0;
	background: white;
	font-size: 95%;
}
#topmenu ul {
	padding: 5px 3px; margin: 0;
	list-style-type: none;
	text-align: right;
}
#topmenu li { display: inline; }
#topmenu li a {
	text-decoration: none;
	color: #730013;
	padding: 0 7px;
	border-right: 1px solid #730013;
}
#topmenu li.last a {
	border:0;
}
#topmenu li a:hover {
	color: #B9BCB9;
	text-decoration: underline;
}
/* ------ end of top GA menu --------- */


@media print {

	#topmenu, #header, #footer, .sub-navig { display: none;}
	#page { width: 650px;}

}
