/*	ZBM - SK Zabovresky Brno
	file : design.css
*/

body,html {
	font-family : Verdana;
	font-size : 12px;
	color: #FFF;
	background-color : #ff8000;
	background-attachment: fixed;
	margin: 0px;
}

HR {
	width : 90%;
	height : 1px;
	color: #FFC080;
	background-color: #FFC080;
	border: 0;
}

HR.bold {
	height : 2px;
}
/* ---------- title ---------- */

#title_body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#title_text {
	vertical-align: middle;
	text-align: center;
	font-size: 18pt;
	color: #fff;
	line-height : 130%
}

#title_text2 {
	vertical-align: middle;
	text-align: center;
	font-size: 14pt;
	color: #fff;
	line-height : 130%
}

#title_text3 {
	vertical-align: middle;
	text-align: center;
	font-size: 13pt;
	color: #fff;
	line-height : 130%
}

/* ---------- footer ---------- */

#footer_body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#footer_text {
	vertical-align: middle;
	text-align: center;
	font-size: 9px;
	color: #55391C;
}

#footer_text A:LINK, #footer_text A:VISITED{
	font-size: 9px;
	color: #55391C;
	text-decoration : none;
}

#footer_text A:HOVER{
	font-size: 9px;
	color: #ccc;
	text-decoration : underline;
}

/* ---------- main ---------- */

#main_body {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0px;
	cellspacing: 0px;
}

TD.menu {
	height: 28px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

TD.menu_stripe {
	height: 15px;
	background-color : #eee;
	padding: 0px;
}

TD.menu_white {
	background-color : #eee;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	color: #003;
	font-size : 16pt;
}

TD.menu_white A {
	font-family : Verdana;
	font-weight : bold;
	color : #AF1F1F;
	text-decoration : none;
}

TD.menu_white A:HOVER {
	color: #907050;
	background-color: #FFF7E6;
	text-decoration : underline;
}

TD.menu_border {
	height: 18px;
	vertical-align: middle;
	text-align: right;
	padding: 0px;
}

TD.menu_footer {
	height: 15px;
}

TD.menu_title {
	height: 25px;
/*	background-color : #FFA040;*/
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	color: #fff;
	font-weight : bold;
/*	font-size: 13pt;*/
/*	border-top: 1px solid #046;*/
}

TD.menu_hr {
	height: 3px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

TD.menu_title hr {
	width : 80%;
	height : 1px;
	color: #046;
	background-color: #046;
	border: 0;
}

A.menu:LINK, A.menu:VISITED {
	font-size : 10pt;
	color: #046;
	font-weight : bold;
	text-decoration : none;
}

A.menu:HOVER {
	font-size : 10pt;
	color: #069;
	font-weight : bold;
	text-decoration : underline;
}

A.menu_hg:LINK, A.menu_hg:VISITED {
	font-size : 12pt;
	color: #046;
	font-weight : bold;
	text-decoration : none;
}

A.menu_hg:HOVER {
	font-size : 12pt;
	color: #069;
	font-weight : bold;
	text-decoration : underline;
}

TD.main_hr {
	height: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

TD.main_logo {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	margin: 0px;
}

