﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-02-01 09:00                                                    */
/* Last changed by: Josef Vondráček                                                     */
/*                                                                                      */
/****************************************************************************************/

#content h1
{
	margin: 0 0 10px 0;
}

#content h1.bold
{
	color: #4c0e0e;
	font-size: 14px;
	text-transform: uppercase;
}

#content .background
{
	margin: 0 0 10px -50px;
	padding: 4px 50px;
	float: left;
	background: #ccb8a2;
	color: #4c0e0e;
	font-size: 13px;
	text-transform: uppercase;
}

#content ul.list
{
	list-style-type: none;
	clear: both;
}

#content ul.list li a
{
	color: #976436;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content ul.list li a:hover
{
	color: #2d0e0b;
}

#content div.separator
{
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-top: 1px dotted #664118;
	overflow: hidden;
	clear: both;
	font-size: 0;
}

#content div.separator hr
{
	display: none;
}

#content .banner
{
	margin: 0 0 20px 0;
}

#content p
{
	margin: 0 0 25px 0;
}

#content .colLeft
{
	width: 450px;
	float: left;
}

.content .text
{
	width: 356px;
	float: left;
	overflow: hidden;
}

#content table
{
	margin: 0 0 15px 0;
	clear: both;
}

#content table tr th,
#content table tr td
{
	width: 150px;
	text-align: left;
}

.content .gallery
{
	width: 195px;
	float: right;
	overflow: hidden;
}

.content .gallery a
{
	margin: 0 10px 10px 0;
	float: left;
	border: 7px solid #c6b295;
}

.content .gallery img
{
	border: 1px solid #352b1c;	
}

.content .gallery a.last
{
	margin: 0 0 10px 0;
}

#content .rightGallery
{
	width: 105px;
	float: right;
}

#content .rightGallery img
{
	margin: 0 0 10px 0;
	border: 7px solid #c6b295;
}

.galleryItem
{
	width: 153px;
	height: 183px;
	margin: 0 35px 28px 0;
	padding: 8px 6px;
	float: left;
	overflow: hidden;
	background: #c6b295;
}

.galleryItem img
{
	margin: 0 0 8px 0;
	border: 1px solid #8f9088;
}

.galleryItem h2,
.galleryItem h3
{
	color: #511714;
	font-size: 13px;
}

.galleryItem p
{
	color: #664118;
	font-size: 11px;
}

.last
{
	margin: 0 0 28px 0;
}

#content .form p
{
	margin: 2px 0;
	color: #4c0e0e;
	font-weight: bold;
}

#content .form label
{
	font-weight: bold;
	color: #4c0e0e;
	font-size: 13px;
}

#content .inputText
{
	width: 180px;
	margin: 10px 15px 0 0;
	float: left;
}

#content .inputText label,
#content .inputShort label
{
	margin: 0 0 5px 0;
	display: block;
}

#content input
{
  border: #4c0e0e;
}

#content .inputText input
{
	width: 180px;
	height: 20px;
	border: 1px solid #4c0e0e;
	background: #ffffff;
	color: #000000;
}

#content .inputShort
{
	width: 88px;
	margin: 10px 15px 0 0;
	float: left;
}

#content .inputShort input
{
	width: 88px;
	height: 20px;
	border: 1px solid #4c0e0e;
	background: #ffffff;
	color: #000000;
}

#content .form .last
{
	margin: 10px 0 0 0;
}

#content .form .textarea
{
	margin: 0 0 5px 0;
	display: block;
}

#content .form textarea
{
	width: 481px;
	height: 80px;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000000;
	clear: both;
}

#content .form .button
{
	width: 88px;
	height: 22px;
	margin: 10px 18px 0 0;
	float: right;
	display: inline;
	border: none;
	background: #ccb8a2;
	color: #4c0e0e;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#content .form .reset
{
	margin: 10px 0 0 0;
	float: left;
	border: none;
	background: none;
	color: #4c0e0e;
	font-weight: bold;
	font-size: 13px;
}

#content .top
{
	float: right;
	text-decoration: none;
	font-weight: bold;
}

#content .top:hover
{
	text-decoration: underline;
}
