/* basic */
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

	margin: 0px;	
	padding: 0px;

	text-align: center;
	line-height: 125%;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom: 7px;
	margin-top: 15px;
	margin-left: 0px;
	color: #ee1b2e;
	font-weight: bold;
}

h3, h4, h5, h6 { color: #000000; }

h1{ font-size: 15px; }
h2{ font-size: 13px; font-weight: normal; }
h3{ font-size: 12px; }
h4{ font-size: 12px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
	font-size: 11px;
}

a{	color: #ee1b2e; }
a:hover{ text-decoration: none; }
a img{ border: none; } /* , a:link img */

ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
ul li
{
	margin-bottom: 2px;
	margin-top: 1px;
}

form
{
	margin: 0px;
}
input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
input
{
	
}
textarea
{
	width: 365px;
	height: 218px;
}
input.checkbox,
input.radio
{
	border: none;
	background: none;
	width: auto;
}

.field
{
	/*background: url(input-bg.gif) no-repeat;*/
	border: 1px solid #ee1b2e;
	width: 200px;
}
.field.sm
{
	width: 100px;
}
.field.ssm
{

}
textarea.field
{
	width: 350px;
	height: 150px;
}

textarea.field.ssm { height: 50px; }

input.submit
{
	border: 1px solid #ee1b2e;
	background: transparent;
	float: right;
}

fieldset { border: 1px solid #ee1b2e; }
legend
{  
	font-style: italic;
	color: #ee1b2e;
}

table{ font-size: 100%; }
table td{

}

/* tabulky z editoru */
table.standard{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.colored
{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.standard th{
	background: silver;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td{
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th,
table.colored td{
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th{
	background-color: #ee1b2e;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 5px;
}
/*********************/

/* structure */
/****************/
.main
{
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


.header
{
	position: relative;
	width: 100%;
	height: 106px;
}
.header .logo
{
	position: absolute;
	left: 0px;
	top: 25px;
	width: 272px;
	height: 26px;
	background: url(damovo-logo.gif) no-repeat;
}
.header .logo a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.header .logo a span{ visibility: hidden; }

.header .search
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	text-align: right;
}
.header .search form
{
	float: right;
	margin-left: 25px;
}
.header .search .field
{
	border: 1px inset gray;
}
.header .search .submit
{
	border: none;
	background: none;
	color: black;
	float: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header .search a
{
	float: right;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 25px;
	color: black;
}
.header .search a:hover
{
	color: #ee1b2e;
}

/*dropdown navigation styles*/

#navigation{
	width:900px;
	height:25px;
	clear:both;
	text-align: left;
	background-color:#EE1B2E;
	position: absolute;
	bottom: 0px;
	font-size: 13px;
}
#nav
{
	
}
#nav, #nav ul {
	width: 900px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size:0.95em;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0.25em 2em;
	border:2px;
}

#nav li {
	float: left;
	padding-left: 6px;
	padding-right: 15px;
	border:1px solid #EE1B2E;
	background-color: #EE1B2E;
	margin-bottom: 0px;
	margin: 0px;
}

#nav li.shop {
	float: right;
	padding-left: 6px;
	padding-right: 18px;
	border:1px solid #EE1B2E;
	background-color: #EE1B2E;
}


#nav li a{
padding-bottom:8px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin-left: -8px;
	margin-top:1.8px;
	font-size:0.85em;
}

#nav li li {
	width: 18.8em;
	w\idth: 18.9em;
	border:1px solid white;
	background-color:#e6e6e6;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}


#nav li ul a {
	width: 18.4em;
	w\idth: 18.9em;
	color:#808080;
}

#nav li ul a:hover {
	width: 18.4em;
	w\idth: 18.9em;
	color:#FFFFFF;
	background: url(../images/listbg_over_off.gif) no-repeat left top;

}



#nav li ul ul { /* position of 3rd level navigation */
	position: absolute;
	margin: -2.2em 0 0 200;
	font-size:1em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #DADADA;
}

#nav li li:hover, #nav li li.sfhover {
	background: #EE1B2E;
	color:#FFFFFF;
	
}

#nav li li:hover a, #nav li li.sfhover a {
color:#FFFFFF;
}

/*#nav li li:hover a:visited, #nav li li.sfhover a:visited {
color:#808080;
}*/



.level3 a {
color:#808080!important;
}

.level3 a:hover {
color:#FFFFFF!important;
}


/* .cols */
.cols
{
	
}

.cols .liner
{
	background: url(dot.gif) repeat-y;
	background-position: 702px 0px;
}
.cols .top
{
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	background: white;
	
}
.cols.home .top
{
	border-bottom: none;
	height: 300px;
	overflow: hidden;
}

.cols .top .inner
{  
	width: 900px;
	height: 150px;
	overflow: hidden;
}


.cols .col-left
{
	width: 190px;
	float: left;
	overflow: hidden;
}
.cols .col-middle
{
	width: 520px;
	float: left;
	overflow: hidden;
}
.cols .col-middle .inside
{
	padding-left: 15px;
	padding-right: 15px;
}
.cols .col-right
{
	width: 190px;
	float: right;
	
}

.cols.home
{
	background: url(cols-home-bg.gif) repeat-y;
	background: none;
}
.cols.home .col-left,
.cols.home .col-middle,
.cols.home .col-right
{
	width: 450px;
	overflow: hidden;
}


.box .label
{
	line-height: 25px;
	color: white;
	background: #ee1b2e;
	font-weight: bold;
	padding-left: 10px;
}
.box .label a
{
	color: white;
}
.box .inside
{
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}


.list-01
{
	font-size: 11px;
}
.list-01 .item, .content .item
{
	margin-bottom: 5px;
}
.list-01 .item .left
{
	width: 60px;
	float: left;
}
.list-01 .item .right
{
	width: 212px;
	float: right;
}

.content .item .left
{
	width: 70px;
	float: left;
	font-size: 11px;
}
.content .item .right
{
	float: left;
	font-size: 11px;
}


.menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
}
.menu ul li
{
	margin-bottom: 5px;
}
.menu ul li a
{
	text-decoration: none;
	color: gray;
}
.menu ul li a:hover,
.menu ul li a.active
{
	color: #ee1b2e;
}
.menu ul li ul
{
	margin-top: 5px;
}
.menu ul li ul li a
{
	padding-left: 20px;
	background: url(ico-menu-arrow.gif) no-repeat;
	background-position: 3px 2px;
	color: #ee1b2e;
}
.menu ul li ul li a:hover,
.menu ul li ul li a.active
{
	color: gray;
}


.path
{
	font-size: 10px;
	color: #ee1b2e;
	font-weight: bold;
}

.footer
{
	background: #ee1b2e;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	color: white;
	font-size: 10px;
}
.footer a
{
	color: white;
}
.footer .left
{
	float: left;
	padding-left: 10px;
}
.footer .right
{
	float: right;
	padding-right: 10px;
}

div.menu-secondary ul li
{ 
	list-style: none;
	float: left;
	margin-right: 20px;
}

div.menu-secondary ul li a { text-decoration: none; }
div.menu-secondary ul li a:hover { text-decoration: underline; }




div.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.set-h10
{
	height: 10px !important;
}

.captcha-image 
{ 
	float: left;
	border: 1px solid #ee1b2e;
	margin: 0px 5px 5px 0px
}

.captcha-number
{ 
	clear: left;
	border: 1px solid #ee1b2e;
	width: 88px;
}

.relatedLink { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	width: 100%;
}

.relatedLink th { 
	background: #ee1b2e;
	color: #ffffff;
}

.tac { text-align: center; }

/*** Novinky na hp ***/
.newsBar {
	background: #ee1d30;
	height: 31px;
	padding: 10px 0 0 10px;
}

.newsBar h2 {
	float: left;
	padding: 1;
	margin: 0 10px;
	color: white;
	font-weight: bold;
}

.newsBar .prev, .newsBar .next, .newsBar #newsTickerLink {
	float: left;
	color: white;
}

.newsBar .prev, .newsBar .next {
	padding: 0 20px;
}

.allNews {
	float: right;
	color: white;
	padding: 0;
	margin: 0 10px;
}
 
