@charset "UTF-8";

*
{
	margin: 0px;
	padding: 0px;
}

BODY
{
	background-image: url("../img/background.jpg");
	background-repeat: repeat;
	margin-top: 0px;
	font-family: sans-serif;
	color: RGB(111,111,111);
}

A
{
	color: RGB(111,111,111);
	text-decoration: none;
}

A IMG
{
	border: none;
}

P
{
	margin: 30px 0 30px 0;
}

#head
{
    margin-bottom: 20px;
}

#container
{
	background-image: url("../img/shadow.png");
	background-position: -35px top;
	background-repeat: no-repeat;
	height: 332px;
	width: 930px;
	padding: 50px 100px 0 100px;
	margin: auto;
	margin-bottom: -50px;
}

#logo
{
	float: left;
	width: 250px;
}

#navigace
{
	float: right;
	width: 172px;
	height: 138px;
	background-image: url("../img/border.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0 0 0px 0px;
}

#navigace ul
{
	margin: 15px 0 0 40px;
}

#navigace ul li
{
	list-style-type: none;
	margin-left: 15px;
	font-size: 19px;
}

#navigace ul li:hover
{
	list-style-image: url("../img/arrow.gif");
}

#navigace ul li.active
{
	list-style-image: url("../img/arrow.gif");
}

#navigace ul li a
{
	text-decoration: none;
}

#navigace ul li.active a
{
	text-decoration: none;
	color: RGB(195,222,5);
}

#content
{
	color: white;
}

#foot
{
	margin-top: 50px;
}

.alignCenter
{
	text-align: center
}

.textBox
{
	background-color: RGB(16,16,16);
	padding: 10px;
}

.desc
{
	padding: 5px;
	width: 204px;
	height: 38px;
	margin-top: 10px;
}

.desc1
{
	margin: 0;
	padding: 0;
}

.desc2
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: RGB(111,111,111);
	font-style: italic;
}

.contactText
{
	color: RGB(111,111,111);
	display: block;
	width: 80px;
	float: left;
}

.contact
{
	margin: 30px 0 30px 0;
}

.contactInfo
{
	float: left;
	width: 230px;
}

.logotype
{
    float: left;
    width: 214px;
    margin: 0 0 20px 24px;
}

.logotype:first-child
{
    margin-left: 1px;
}

.logotype a
{
	display: block;
	height: 137px;
	text-align: center;
	font-size: 20px;
}

.clear
{
	clear: both;
}

.hidden
{
	visibility: hidden;
}

/*
	šířka: 928px
*/
