/*
Nefrol08
major.screen.css - media: screen, projection
Martin Hozík - martin.hozik@vlado.cz
Graphic studio VLADO - www.vlado.cz
Wed, 7 November 2007 21:47:26 GMT
UTF-8
*/



/* General */

body {
	background: #D5C2B7 url(../layout/overall.bg.gif) repeat-x top;
}
hr, .plain {
	display: none;
}




/* Layout */

div#container {
	position: relative;
	width: 798px;
	min-height: 890px;
	_height: 890px;
	margin: 0 auto 0 auto;
	background: #EFE6DB url(../layout/body.bg.gif) repeat-y left;
}
div#leftshadow, div#rightshadow {
	position: absolute;
	width: 17px;
	height: 551px;
	top: 0;
	left: 0;
	background: transparent url(../layout/top_shadow_left.bg.gif) no-repeat top;
}
div#rightshadow {
	left: auto;
	right: 0;
	background-image: url(../layout/top_shadow_right.bg.gif);
}
div#footer {
	width: 748px;
	height: 67px;
	background: #80553F url(../layout/footer.bg.gif) no-repeat top left;
	position: absolute;
	left: 0;
	bottom: -94px;
	color: #DDC6B8;
	font-size: 11px;
	padding: 27px 0 0 50px;
}
div#footer a {
	color: white;
}
div#footer a span {
	display: none;
}
div#footer #vlado, div#footer #cbt {
	display: block;
	position: absolute;
	width: 70px;
	height: 50px;
	top: 10px;
	left: 690px;
	z-index: 10;
}
div#footer #cbt {
	left: 620px;
}

a#title {
	display: block;
	position: absolute;
	width: 125px;
	height: 70px;
	left: 33px;
	top: 0;
	background: #EFE6DB url(../layout/logo.gif) no-repeat 5px 10px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 0 0 80px;
	overflow: hidden;
	color: #A50400;
	text-decoration: none;
}
a#title span {
	display: block;
	font-weight: normal;
	color: #8C644E;
}
h1 {
	display: block;
	position: absolute;
	width: 510px;
	height: 32px;
	background: #80553F url(../layout/header.bg.jpg) no-repeat top left;
	top: 0;
	left: 243px;
	font-size: 15px;
	font-weight: bold;
	color: #EFE6DB;	
	padding: 200px 0 0 12px;
	text-transform: uppercase;
}
div#subtitle {
	position: absolute;
	width: 229px;
	height: 66px;
	left: 525px;
	top: 108px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	z-index: 10;
	padding: 5px;
	font-weight: bold;
}
div#subtitle span {
	font-weight: normal;
	font-size: 11px;
	color: #E0C9CD;
	display: block;
	padding-top: 5px;
}
div#leftpanel {
	position: absolute;
	width: 205px;
	top: 84px;
	left: 33px;
}

div#leftpanel menu {
	display: block;

}
div#leftpanel menu li {
	display: block;
}
div#photo {
	width: 205px;
	height: 311px;
	background: #80553F url(../layout/rco.photo.jpg) no-repeat left top;
	font-size: 11px;
	color: #DED1C9;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	margin-top: 6px;
}
div#photo strong {
	color: white;
}
div#document {
	padding: 245px 40px 20px 255px; 
}
div#credits {
	width: 205px;
	background: url(../layout/panel_header.bg.gif) repeat-x top;
	font-size: 11px;
	color: #DED1C9;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	margin-top: 6px;
}
div#credits strong {
	color: white;
}
div#credits p {
	color: #80553F;
	text-align: left;
	margin: 15px 3px 10px 3px;
}
div#credits p strong {
	color: #670518;
}
div#credits p strong span {
	text-transform: none;
	font-weight: normal;
}
div#credits p em {
	text-transform: none;
}






