@charset "UTF-8";
/* CSS Document */

/* Globální styly */

div.clear {
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
body {
	background:url(images/top_bg.gif) top left repeat-x;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 160%;
}

ul {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	}
	
a {
	color: #CC6600;
	}
	
hr {
	border: thin #CCCCCC 1px;
	
	}
a:hover {
	text-decoration: none;
	}

a:hover {
	color: #FF0000;
}

img {
	border: 0;
	}
h1 {
	font-size: 16px;
	color: #CC3300;
}
h2 {
	font-size: 13px;
	color: #CC3300;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	color: #CC3300;
}
h5 {
	font-size: 14px;
	color: #CC3300;
	display: inline;
}

/* Index */

#main {
	width: 950px;
	}

#logo {
	position: relative;
	left: 20px;
	float: left;
	width: 350px;
	margin-bottom: 20px;
	}	
	
#top img {
	float: left;
	}

#link {
	float: right;
	text-align: right;
	}
	
#user_menu {
	position: relative;
	float: right;
	top: 35px;
	color: white;
	}
	
#user_menu a {
font-weight: bold;
	color: white;
	}
	
#left_menu {
	width: 190px;
	float: left;
	color: white;
	height: 500px;
	margin-right: 10px; /*30px*/
	margin-top: -20px;
	}
	
#left_menu li {
	font-size: 11px;
	padding: 5px 10px 5px 40px;
	border-bottom: 1px solid white;
	background: url(images/menu_bg.gif) repeat-y;
	width: 155px;
	}
	
#left_menu a {
	color: white;
	}
	
#left_menu a:hover {
	color: black;
	}
	
#container {
	/*width: 730px;
	float: right;*/
	width: 720px;
	float: right;
	clear:right;
	margin:0px;
	padding:0px;

	}
	
#containter_menu {

	float: left;
	width: 900px;
	margin-bottom: 55px;
	margin-left: 10px;
	*margin-bottom: -15px;
	_margin-bottom: -15px;
	}
	
#cm a {
	float: left;
	height: 20px;
	background: #CCCCCC;
	padding: 5px;
	margin-right: 1px;
	color: #000000;
	text-decoration:none;
	}

	
#cm a:hover {
	background: #666666;
	color: white;
	}
	
#cm a:active {
	background: #66CC66;
	}

#cm a.green {
	color: #006600;
}

#cm a.green:hover {
	color: white;
}

#cm a.red {
	color: #CC3300;
}

#cm a.red:hover {
	color: white;
}

	
#form_container {
	border-top: 4px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 4px solid #666666;
	border-left: 1px solid #666666;
	padding: 20px;
	_width: 730px;
	*width: 730px;
}

#form_container form {
	width: 600px;
}
	
input {
	width: 500px;
	_width: 530px;
	*width: 530px;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #cdcdcd;
	font-size: 10px;
	margin-bottom: 4px;
	background: url(images/inputbg.gif) top left repeat-y;
	}
	

textarea {
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	margin-bottom: 4px;
	background: url(images/inputbg.gif) top left repeat-y;
	}
	
.prices input {
	width: 100px;
}	
	
.check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
  border: 0;
	background: none;
}
	
	
textarea {
	width: 330px;
	height: 75px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #cdcdcd;
	font-size: 10px;
	margin-bottom: 4px;
	}
	
form {
	font-weight: bold;
	}
	
fieldset {
	width: 350px;
	}
	
.polozka {
	width: 180px;
	float: left;
	padding-top: 4px;
	font-weight: bold;
	}
	
.polozka_povinna {
	color: #CC3300;
}	
	
.button input {
	width: 180px;
	margin-left: 3px;
	background: url(images/button_bg.gif) top left repeat-x;
	color: white;
	height: 25px;
	padding-bottom: 4px;
	}
	
.button {
	float: right;
	margin-top: 20px;
	}
	
.lm_button  {
	margin-left: 180px;
	background: url(images/button_bg.gif) top left repeat-x;
	color: white;
	height: 25px;
	padding-bottom: 4px;
	margin-top: 20px;
}	

table {
  border-collapse: collapse;
}

input.cenik-field, input.cenik-head {
  width: 106px;
} 

input.cenik-head {
  font-weight: bold;
  color: #666666;
  border: 1px solid #666666;
	background: url(images/inputbg2.png) top left repeat-y;
} 

input.countdown {
  background: none;
  width: 32px;
  font-weight: bold;
}

input.pdoba-field {
  width: 20px;
  background: none;
  font-weight: bold;
	border: 1px solid #dddddd;
	font-size: 12px;
} 

textarea.popis {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}

div.transmuster {
	font-size: 10px;
	margin-bottom: 4px;
	font-weight: normal;
	margin-top: 14px;
}


