/***

* File                  frontend.css
*
* Author                Bc. Pavel Zima
* Date and time         6.7.2008, 1:32:27
* Encoding              UTF-8

***/

* {
	padding: 0;
	margin: 0;
}

li { list-style-type: none; }

a:link, a:visited, a:active, a:hover {
	
}

h1, h2, h3, .fontImpact {
	padding: .3em 0;
	font-family: Impact;
	font-weight: normal;
	letter-spacing: 1px;
}

h1, h2, h3 {
	font-size: 16px;
}

.greenHeading, .greenHeading2 {
	background-color: #17551D;
	color: white;
	padding-left: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	clear: both;
}

.greenHeading2 {
	font-size: 13px;
}

img {
	border: none;
}

body {
	background-color: white;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

#mainWrapper {
	width: 955px;
	margin: auto;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#header {
	width: 955px;
	padding: 0;
	background: url(images/header.jpg) no-repeat;
	text-transform: uppercase;
}

#header a {
	text-decoration: none;
}

#header .link {
	width: 260px;
	height: 80px;
	float: left;
	margin: 10px;
	
}

#header .topText {
	margin-top: 9px;
	float: right;
	line-height: 27px;
}

#header .topText p {
	margin: 0 5px;
	float: right;
}

#header .topText a {
	color: white;
}

#header .topText a:hover {
	color: black;
}

#header .topText span {
	padding: 0 5px;
	border-bottom: 6px solid #17551D;
	float: right;
	background: url(images/wood.jpg) repeat;
	color: black;
}

#header .menu {
	width: 100%;
	margin-top: 9px;
	float: left;
	font-size: 16px;
}

#header .menu ul {
	border-left: 6px solid #17551D;
	border-top: 6px solid #17551D;
	background: url(images/wood.jpg) repeat;
	float: left;
}

#header .menu ul a {
	padding: 0 10px;
	line-height: 20px;
	color: black;
}

#header .menu ul li {
	list-style-type: none;
	float: left;
	position: relative;
}

#header .menu ul a:hover, #header .menu ul a.active {
	background-color: white;
}

#header .menu ul ul {
	width: 172px;
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	border: none;
	background: none;
	
}

#header .menu ul li:hover ul, #header .menu ul li.hover ul {
	display: block;
}

#header .menu li li {
	width: 170px;
	background-color: transparent;
}

#header .menu li li a {
	width: 156px;
	display: block;
	border-top: 1px #17551D solid;
	padding: 0px 5px 0px 10px;
	background-color: #D3BC9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	text-transform: none;
	-moz-opacity: .90;
	opacity: .90;
	filter: alpha(opacity=90);
}

#header .menu li li a:hover, #header .menu li li.active a {
	background-color: white;
}

#wrapper {
	background: url(images/bg-top.jpg) no-repeat top left;
	clear: both;
}

#leftMenu {
	width: 205px;
	border-left: 6px solid #17551D;
	float: left;
}

#leftMenu div div, #leftMenu div ul {

}

#leftMenu .menuBottom {
	padding-top: 0;
}

#leftMenu a.greenHeading {
	display: block;
	text-decoration: none;
}
#leftMenu a.greenHeading:hover {
	color: white;
}

#leftMenu ul {
	padding-top: 15px;
}

#leftMenu a {
	color: #17551D;
}

#leftMenu a:hover, #leftMenu .active a {
	color: black;
} 

#leftMenu li {
	padding: 0 10px;
}

#leftMenu li:first-letter {
	font-size: 15px;
}

#leftMenu li.link:first-letter {
	font-size: 1em;
}

#leftMenu .greenHeading {
	padding: .1em 10px;
	margin: 1em 0 0 0;
	font-size: 14px;
	color: white;
}

#leftMenu .new strong {
	padding: 0 10px;
	font-weight: normal;
}

#leftMenu .new p {
	padding: 0 10px;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#leftMenu .new  {
	padding: 1em 0;
}


#content {
	width: 700px;
	padding: 15px 22px;
	float: right;
	overflow-x: hidden;
}

#content a {
	color: black;
}

#content a:hover {
	color: #BD9B6E;
}

#content table.vertical {
	padding: 10px 0;
}
#content table.vertical tr {
	vertical-align: top;
}
#content table.vertical th {
	width: 130px;
	text-align: right;
	padding: 5px 10px;
	font-size: 1.1em;
}
#content table.vertical td {
	padding: 5px 10px;
}

#content dl.list {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid black;
}
#content dl.list dt {
	font-size: 1.1em;
	font-weight: bold;
}
#content dl.list dd {

}


#footer {
	height: 31px;
	padding-top: 116px;
	clear: both;
	background: url(images/bg-bottom.gif) no-repeat bottom;
}

#footerMenu {
	height: 18px;
	border-top: 6px solid #17551D;
	background: url(images/wood.jpg) repeat;
	overflow: hidden;
}

#footerMenu ul {
	width: 355px;
	margin: auto;
}

#footerMenu ul a {
	display: block;
	color: black;
	text-decoration: none;
}

#footerMenu ul span {
	float: left;
	font-size: 14px;
	color: #555;
}

#footerMenu li {
	float: left;
}

#footerMenu li a {
	padding: 0 10px;
	float: left;
}

#footerMenu li a:hover, #footerMenu li a.active {
	background-color: white;
}

#footerMenu ul ul {
	display: none;
}

/** Galleries **/

#gallery hr {
    clear: both;
}

.pictureBox {
	width: 213px;
	height: 190px;
	padding: 10px 10px 30px 10px;
	float: left;
	text-align: center;
}

#beforeAfret {
	padding: 10px;
	text-align: center;
}

.frontend {
    width: 206px;
	height: 220px;
}

.frontend a {
    text-decoration: none;
}

a#nextReference, a#nextInspiration {
    width: 22px;
    height: 100px;
    margin-top: 15px;
    float: left;
    background: url(images/next-reference.gif) no-repeat;
}

a#nextInspiration {
    background: url(images/next-inspiration.gif) no-repeat;
}
/*
a#nextReference:hover {
    background-image: url(images/next-reference-2.gif);
}

a#nextInspiration:hover {
    background-image: url(images/next-inspiration-2.gif);
}
*/

.pictureBox .text {
	height: 28px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.pictureBox .img {
	height: 154px;
	display: block;
	padding: 5px 0;
}

.pictureBox a img, .pictureBox span img, #beforeAfret img {
	border: 2px #17551D solid;
}

.pictureBox a:hover img {
	border-color: black;
}

.pictureBox .next {
	float: right;
}

.inspirace {
	clear: both;
}

#login a {
	color: white;
}

#login a:hover {
    color: #17551D;
}

#loginForm div {
    padding: 5px 0;
}

#loginForm label {
    width: 150px;
    float: left;
}

#messages {
    color: green;
}

#content .documentOpen {
    font-size: 1.3em;
    margin: 20px 0;
    font-weight: bold;
}
