/* CSS Stylesheet */
body {
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	margin:0px;
}

div.main {
	text-align: justify;	
	width: 486px;
	/* margin-top:10px;
	margin-left:10px; proc tu sakra bylo tohle? */
}

#vyhledavani,.zakaznik {
	border: 1px solid #eeeeef;
	padding: 10px;
	/*background: #eeeeef;*/
}

#vyhledavani table td {
	text-align: left;
}

#vyhledavani table td.first {
	width: 25%;
}


.zakaznik table td {
	width: 50%;
	text-align: left;
}

.zakaznik td input {
	width: 95%;	
}

.zakaznik textarea {
	width: 98%;
}

input.button {
	width: auto;
}

#vyhledavani select {
	width: 200px;
}

table {
	width: 100%;
	font-size: 11px;
}

tr.first {
	background: #eeeeef;
}

tr.second {
	font-size: 10px;	
}

table.firmy {
	font-size: 11px;
	font-weight: normal;
}

form textarea {
	width: 98%;
}

span.optional {
	font-weight: normal;
}

span.required {
	font-weight: bold;
}

.c {
	text-align: center;
}

h2 {
	font-size: 14px;
}

.tooltip {
	position: absolute;
    width: 470px;
    _width: 430px;
    left: 12px;
    min-height: 40px;
    background-color: white;
    border: 1px solid #ddd;
    padding-bottom: 5px;
    /*background-image: url(../images/velux_back.jpg);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10px;
	z-index: 100;
}

.tooltip_item {
	float: left;
	border-right: 6px solid #adf;
	padding-right: 15px;
	margin-right: 3px;
	width: 200px;
	_height: 60px
	min-height: 60px;
	margin: 5px;
	text-align: left;
	
}

.tooltip_item strong {
	display: block;
	font-size: 110%;
}

h3 { font-size: 13px; }
