/* major.css */


/* general */

* {
	margin: 0;
	padding: 0;
}
hr, .printonly, .hidden {
	display: none !important;
}
body, table, select, textarea {
	font-family: 'Trebuchet MS', lucida, sans-serif;
	font-size: 13px;
}
body {
	background: #eeeff0 url(../layout/body_bg.gif) repeat-x top;
}
a {
	outline:none !important;
}
.clear {
	clear: both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
}


/* layout */

div#container {
	width: 774px;
	margin: 20px auto 30px auto;
	position: relative;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 774px;
	height: 315px;
	background-color: #282421;
	border-bottom: 20px solid #f25b21;
}
a#logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 233px;
	height: 192px;
	background: #282421 url(../layout/icmp09_logo.gif) no-repeat 33px 26px;
}
div#prague {
	position: absolute;
	top: 46px;
	left: 274px;
	width: 374px;
	height: 140px;
	background: transparent url(../layout/prague.gif) no-repeat;
}
div#heading, div#header h1 {
	position: absolute;
	top: 225px;
	left: 53px;
	width: 649px;
	height: 75px;
	background: transparent url(../layout/title.gif) no-repeat;	
}
div#header h1 {
	background: none;
	overflow: hidden;
	color: white;
	font-family: isocp, Consolas, 'lucida console', Arial, helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;	
}
div#header h1 em {
	font-style: normal;
	font-size: 17px;
}
div#document {
	width: 584px;
	position: absolute;
	top: 355px;
	padding: 0 0 100px 190px;
	background: transparent url(../layout/menu_bg.gif) repeat-y left;
	min-height: 600px;
	_height: 600px;
}
div#footer {
	position: absolute;
	width: 585px;
	height: 80px;
	bottom: -30px;
	right: -2px;
	border-top: 5px solid #f25b21;
	
}
div#footer p {
	font-size: 10px;
	padding-top: 15px;
}
div#footer p a {
	color: #F25B21;
}
div#footer #cbtlogo span, div#footer #vladologo span {
	display: none;
}
div#footer #cbtlogo {
	width: 45px;
	height: 23px;
	background: url(../layout/cbt_logo.gif) no-repeat;
	position: absolute;
	top: 15px;
	right:80px;
}
div#footer #vladologo {
	width: 69px;
	height: 25px;
	background: url(../layout/vlado_logo.gif) no-repeat;
	position: absolute;
	top: 15px;
	right:0px;
}
.line_orange{
  line-height:1px;
  overflow:hidden;
  height:2px;
  font-size:1px;
  margin:10px 0px;
  background:#f25b21;
}
