html {
	/*background: url('img/bg.jpg') left top repeat;*/
	background: #858675 url('img/bg-new.jpg') left top repeat-x;
}

body {
	margin: 0;
	padding: 0;	
	position: relative;
	text-align: center;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 12px;
	color: #444444;	
}

p {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 5px;
	text-align: justify;
}

h2 {
	margin: 0;
	padding: 0;
}

img, a {
	border: none;
}

input {	
	padding: 3px;	
}

div#top-all {
	height: 80px;
	background: url('img/top-wood-repeat.jpg') left top repeat;
}

div#top {
	height: 80px;
	background: url('img/top-wood.jpg') left top repeat-x;		
}

div#top-content {
	margin: 0 auto 0 auto;
	height: 80px;
	width: 900px;
	text-align: left;	
	background: url('img/logotyp.png') 0px 15px no-repeat;
	_background: url('img/logogravir.jpg') 0px 15px no-repeat;
}

form#search {
	float: right;
	margin-top: 25px;
}

form#search input.search {
	padding: 3px;
	background: #ffffff url('img/magnifier.jpg') 3px 3px no-repeat;
	padding-left: 25px;
	border: 1px solid #c0c0c0;
	width: 230px;
	color: #555555;
}

div#menu {
	margin: 0 auto 0 auto;
	height: 43px;
	width: 900px;
	text-align: left;	
	background: url('img/menu-bg.jpg') center center no-repeat;	
	text-align: center;
}

div#menu ul {
	display: block;
	margin: 0 auto 0 auto;
	padding-top: 11px;
	padding-left: 20px;
	height: 32px;	
	list-style-type: none;	
	width: 780px;
}

div#menu ul li {
	display: block;
	float: left;
	margin-right: 15px;
}

div#menu ul li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	/*font-family: "Calibri", sans-serif;*/
	font-family: sans-serif;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}

div#menu ul li.active {
	background: url('img/a.jpg') left center repeat-x;
	border-right: 1px solid #333333;
}

div#menu ul li.active a {
	background: url('img/a-center.jpg') center center no-repeat;
}

div#panel {
	margin: 0 auto 0 auto;
	height: 157px;
	width: 900px;
	text-align: left;	
	background: url('img/top-panel.jpg') center center no-repeat;	
	position: relative;
}

div#panel div#text {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 550px;
	height: 96px;
	padding: 10px;	
	color: #e5ffe5;
	font-family: "Calibri", sans-serif;
	font-size: 26px;
	text-shadow: #666666 0 1px 0;
}

div#panel div#right-h {
	position: absolute;
	top: 33px;
	right: 15px;
	_right: 28px;
	width: 215px;
	height: 30px;
	padding: 10px;	
	color: #eeeeee;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div#info {
	margin: 0 auto 0 auto;
	height: 29px;
	width: 900px;
	text-align: left;	
	background: #e1e7dc url('img/info-panel.jpg') right center no-repeat;	
	line-height: 29px;
	vertical-align: middle;	
}

div#info em {
	margin-left: 10px;
}

div#page {
	margin: 0 auto 0 auto;	
	width: 900px;
	text-align: left;	
	background: #ffffff url('img/right.jpg') right top no-repeat;
}

div#page div#left {
	/*float: left;*/
	width: 600px;	
	padding: 15px;
	min-height: 900px;
	_height: 900px;
}

div#page div#left div#mapa {
	width: 600px;
	height: 344px;
	background: url('img/mapa.jpg') center center no-repeat;
	position: relative;
}

div#page div#left div#mapa a.city {
	color: #000000;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: url('img/mesto-big.png') center center no-repeat;	
}

div#page div#left div#mapa a.city span {
	display: none;
}

div#page div#right {		
	float: right;
	margin-right: 30px;	
	_margin-right: 15px;	
	width: 225px;	
	position: relative;
	bottom: 100px;
	background: url('img/doktorka.jpg') center 7px no-repeat;
	padding-top: 350px;			
}

div#page div#right img {	
	position: relative;
	width: 150px;
	left: 50px;
}

div#footer {
	clear: both;
	margin: 0 auto 30px auto;	
	width: 900px;	
	text-align: left;	
	background: url('img/footer-repeat.jpg') center top repeat-y;	
}

div#footer-content {
	margin: 0 auto 0 auto;	
	width: 900px;	
	background: url('img/footer.jpg') center bottom no-repeat;		
	height: 175px;	
}

div#footer-text {
	padding: 10px;	
}


/* --- CLASSes --- */
table.list {width: 100%; border-collapse: collapse;}
table.list td {vertical-align: top; width: 30%; padding: 7px 0 5px 15px; background: url(../images/layout/crumbs/square.gif) 18px 11px no-repeat; font-size: 12px;}
table.list th {vertical-align: top; width: 30%; padding: 7px 0 0 30px; color: black; text-transform: uppercase; font-size: 12px;}
table.list td ul li {margin-left: -25px; font-size: 12px;}

.red {
	color: #ff0000;
}

.green {
	color: #80dd80;
}

.footerLink {
	display: block; 
	text-decoration: none; 
	float: left; 
	width: 275px; 
	font-size: 11px; 
	margin-right: 15px; 
	color: #111eee;
	padding: 5px;
}	

.footerLink:hover {
	background: #30ab00;
	color: #ffffff;
}
