/*

	layout

*/

#lViz {
	position: absolute;
	left: 0;
	top: 0px;
	_top: 2px;
	width: 224px;
	height: 99px;
	background: url("../_img/cp-viz01.jpg");
}

	#main .cViz01 { background: url("../_img/cp-viz01.jpg");}
	#main .cViz02 { background: url("../_img/cp-viz02.jpg");}
	#main .cViz03 { background: url("../_img/cp-viz03.jpg");}
	#main .cViz04 { background: url("../_img/cp-viz04.jpg");}

#text {
	float: right;
	width: 455px;
	_width: 470px;
	border-left: 10px solid #fff;
	background: #fff;
	padding: 15px 0 0 5px;
}

#lMenu {
	margin-bottom: 15px;
}

/*

	text v hlavnim okne

*/

#text h2 {
	color: #781111;
	text-transform: uppercase;
	font-size: 150%;
	margin: 0 0 15px 0;
}


#text h3 {
	color: #781111;
	font-size: 120%;
	margin: 15px 0 5px 0;
	border-bottom: 2px solid #781111;
	clear: both;
}

#text h4 {
	font-size: 120%;
	margin: 15px 0 0 0;
}

#text p {
	margin: 0 0 15px 0;
}

#text ul {
	margin-top: 0;
	margin-bottom: 15px;
}

#text em {
	font-weight: bold;
	font-style: normal;
}

#text li {
	list-style: url("../_img/li_01.gif");
}

#text img.leftImage {
	float: right;
	margin: 0 0 5px 10px;
}


/*

	formulare

*/


form {
	margin: 0;
	padding: 0;
	clear: both;
}

fieldset {
	margin: 0 0 10px 0;
	border: 2px solid #D7D7D7;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #000;
	margin: 0 5px 0 5px;
}

label {
	display: block;
	font-size: 11px;
	color: #000;
}

input, select, textarea {
	width: 430px;
	margin: 0 0 5px 0;
}


.submitDiv {
	padding: 0 10px;
	text-align: right;
	margin: 0 0 25px 0;
}

.submitDiv input {
	background: #781111;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 150px;
	border: none;
}

#lText form {
	clear: left;
}

#lText fieldset {
	border: none;
	padding: 10px 0;
}

#lText input, #lText select, #lText textarea {
	width: 180px;
	margin: 0 0 5px 20px;
	padding: 0;
	border: 1px solid #d9d9d9;
}

#lText label {
	margin: 0 0 0 10px;
	font-size: 12px;
	padding: 0 0 0 10px;
	background: url("../_img/parBg.gif") no-repeat 0px 4px;
	font-weight: bold;
}

#lText .submitDiv {
	padding: 0;
	text-align: left;
	margin: 0 0 25px 0;
}

#lText .submitDiv input {
	background: #781111;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 180px;
	border: none;
}


/*leve menu */
ul.mnu {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

ul.mnu a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 2px 3px;
	text-decoration: none;
	background: url("../_img/parBg.gif") 7px 45% no-repeat;
	padding: 0px 25px 0px 19px;
	height: 17px;
	overflow: hidden;
}

ul.mnu a:hover {
	background: #D9D9D9 url("../_img/parBg.gif") 7px 50% no-repeat;
}

