﻿@media screen, projection
{
html, body 
{
	background: #E0E0E0;
	color: #333;
	height: 100%;
	margin: 0;
	padding: 0;
}
body 
{
	font: 85%/1.5 sans-serif;
}

h1
{
	font: bold 1.55em "Trebuchet MS", sans-serif;
	color: #666;
	margin-top: 1.5em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}

#page 
{
	width: 730px;
	margin: 0 auto;
	position:relative;
	padding-top: 70px;
}

#page-container 
{
	width: 730px;
	position: absolute;
	z-index: 5;
	
	background: #FFF url(ct-bg.png) 0 0 repeat-x;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #C1C1C1;
}

#header 
{
	width: 753px;
	height: 74px;
	margin: 0 auto;
	position:absolute;
	z-index: 1;
	top: 24px;
	left: -12px;
	
	background: #CCC url(h-bg.gif) no-repeat;
}
#header #village_home 
{
	position:relative;
	top: 6px;
	left: 12px;
}
#header #village_home .image span 
{
	background: url(osecna.png) no-repeat;
	display: block;
	width: 106px;
	height: 34px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#content
{
	padding-bottom: 110px;
	min-height: 400px;
	position:relative;
	top: -1px;
	left: -1px;
	z-index: 2;
	
	background: url(ct-lc.png) top left no-repeat;
}
#content #logo
{
	position: absolute;
	display: block;
	z-index: 20;
	top: -62px;
	left: 314px;
}
#content #bearcrumbs
{
	font-size: .85em;
	padding: .8em 2.4em 0;
	position:relative;
	right: -2px;
	
	background: url(ct-rc.png) top right no-repeat;
}
#content #content-full
{
	margin: 0 2em;
}
#content #left-col, #content #right-col  
{
	width: 320px;
	margin: 0 1.2em 0 2em;
	float: left;
}
#content #right-col
{
	margin: 0 2em 0 1em;
}
#content .break
{
	clear: both;
	padding: 1px;
}

#navigation 
{
	position: fixed;
	bottom: 60px;
	height: 49px;
	width: 793px;
	z-index: 10;
	margin: 0 auto;
	
}
#menu
{
	background: url(m-bg.png) no-repeat;
	position: relative;
	left: -30px;
}

#menu ul
{
	list-style-type: none;
	line-height: 3.7;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu ul li
{
	display: inline;
	padding: 1em;
}
#menu ul li a
{
	color: #666;
	font: bold 1.1em "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
#menu ul li a:visited
{
	color: #777;
}
#menu ul li a:hover
{
	border-bottom: 3px solid #FFF;
	color: #555;
}
#menu ul li a.active
{
	color: #333;
	border-bottom: 6px solid #FF9;
	cursor: default;
}

#footer
{
	font-size: .75em;
	position: fixed;
	bottom: 0;
	width: 728px;
	z-index: 10;
	margin: 0 auto;
}
#footer p
{
	background: url(white.png);
	padding: 15px 10px 15px 420px;
	margin: 0 2px;
}

.dekor
{
	background: #F5F5F5;
	border: 8px solid #DFE0AF;
	margin: 3em 6em 2em;
	width: 168px;
}

.dekor+.dekor
{
	margin-top: 0;
}
.kontakt dl
{
	font-size: .75em;
	margin: .5em .7em;
	padding: 0;
}
.kontakt dd
{
	font-weight: bolder;
	font-size: 1.05em;
	margin: .1em 0 .3em 1.75em;
	padding: 0;
}

.hidden 
{
	position: absolute;
	visibility: hidden;
}

}
@media print 
{
	
}
