/* CSS document */

@import 'msgs.css';
@media all {

body {
	font-family: 'Microsoft Sans Serif', 'Arial CE', Arial, Verdana, 'Helvetica CE', Helvetica  !important;
	background: #fff;
	padding: 0px;
	margin: 0px;
	}

* {
	font-family: inherit !important;
	}

.cistic {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0px;
	font-size: 1px;
	}

.aC { text-align: center; }

.aL { text-align: left; }

.aR { text-align: right; }

.aJ { text-align: justify; }

.vaT { vertical-align: top; }

.fwB { font-weight: bold; }


.cR { color: red; }

.cG { color: green; }

.cB { color: blue; }

.c60 { color: #f60; }

.c90 { color: #fb0; }

.c000 { color: #000; }


h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	color: #444;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif', Verdana, 'Helvetica CE', Helvetica  !important;
	}

h1 {
	font-size: 11pt;
	color: #900;
	}

h2 {
	font-size: 9pt;
	}

h3, h4, h5, h6 {
	font-size: 8pt;
	}

#MainPage {
	width: 804px;
	/*height: 730px;*/
	margin: 10px auto 0px auto;
	border: 0px #000 solid;
	}

#Topik {
	width: 804px;
	height: 110px;
	display: block;
	background: #fff url('../images/bgr_top.gif') no-repeat left top;
	}

#Middle {
	width: 804px;
	background: #fff url('../images/bgr_middle.gif') no-repeat left top;
	}

#Restik {
	width: 804px;
	background: #fff url('../images/bgr_vypln.gif') repeat-y left top;
	}

#Flags {
	width: 50px;
	height: 20px;
	display: block;
	margin-left: 80px;
	float: left;
	}

#Flags img {
	border: 1px #bbb solid;
	}

#Logo {
	width: 450px;
	height: 140px;
	display: block;
	margin-left: 45px;
	float: left;
	background: transparent url('../images/logo.gif') no-repeat center 10px;
	text-align: center;
	}

#Logo span {
	display: none;
	}

#Logo a {
	width: 450px;
	height: 120px;
	display: block;
	}

#Motto {
	color: #444;
	font-size: 8pt;
	font-weight: bold;
	}

#Telo {
	width: 540px;
	margin: 0px auto;
	}

#EndLine {
	width: 600px;
	height: 20px;
	clear: both;
	display: block;
	background: transparent url('../images/bgr_endline.gif') no-repeat left top;
	}

#Footer {
	width: 804px;
	height: 160px;
	display: block;
	background: #fff url('../images/bgr_footer.gif') no-repeat left top;
	}

#FooterText {
	width: 350px;
	height: 20px;
	margin: 0px auto 0px auto;
	padding-top: 110px;
	font-size: 7pt;
	color: #ccc;
	text-align: center;
	}

#FooterText a {
	text-decoration: none;
	color: #ddd;
	}

#FooterText a:hover {
	color: #fff;
	}

}

/* end of CSS document */