body {

}

tr {
	margin-bottom: 2px;
	padding: 3px;
}

td {
	padding: 3px 3px 3px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

table {
	background-color: #eeeeee;
	clip: rect(0px,auto,auto,auto);
	top: 0px;
	display: table;
}

li {
	list-style-type: none;
}

.main {
	background-image: url(imgs/l-pruh.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: #A5D1FB;
	border-right: #A5D1FB;
	border-bottom: #A5D1FB;
	border-left: #A5D1FB;
}

.left-panel {
	width: 184px;
	height: 250px;
	background-image: url(imgs/aab-logo.gif);
	background-repeat: no-repeat;
	float: left;
}

.right-panel {
	background-image: url(imgs/l-roh.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 184px;
}

.crlf {
	clear: both;
}

.content {
	padding: 20px 10px 0px;
	font-size: small;
}

.vizitka {
	background-color: #eeeeee;
	padding-left: 5px;
}

.footer {
	background-image: url(imgs/rr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
}

.menu a {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#0C335A;
	background: #D0E8FF no-repeat;
	text-decoration: none;
	padding-left: 5px;
	border-top: 1px none #A8C9E8;
	border-right: 1px none #A8C9E8;
	border-bottom: 1px none #A8C9E8;
	border-left: 5px none #A8C9E8;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin-right: 0px;
}

.menu a:hover {
	font-weight: bold;
	color: #0099FF;
}

.menu a:active {
	font-weight: bold;
}

.menu-panel {
	margin-top: 120px;
	background-image: url(imgs/l-pruh.gif);
}

.foot-item {
	color: #6699FF;
	font-size: x-small;
	text-align: left;
	margin-right: 75px;
	float: left;
	padding-left: 195px;
}

.main-border {
	border: thin solid #B8DBFD;
}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#3300CC;
	font-weight:normal;
}
a.tt span{
	display: none;
	text-decoration: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ 
	z-index:25;
	color: #aaaaff;
}

a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	padding: 10px 0 0;
	width:400px;
	color: #000099;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	font-size: small;
	margin-top: 20px;
	margin-left: 20px;
}

a.tt:hover span.top{
	display: block;
	padding: 8px 8px 0;
	background: #D0E8FF no-repeat top;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A8C9E8;
	border-right-color: #A8C9E8;
	border-bottom-color: #A8C9E8;
	border-left-color: #A8C9E8;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}

a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: #D0E8FF repeat bottom;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8C9E8;
	border-left-color: #A8C9E8;
	border-top-color: #A8C9E8;
	border-bottom-color: #A8C9E8;
}

a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: #D0E8FF no-repeat bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A8C9E8;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A8C9E8;
	border-right-color: #A8C9E8;
	border-left-color: #A8C9E8;
}

/* .... tt2  */
a.tt2{
	position:relative;
	z-index:24;
	color:#3300CC;
	font-weight:normal;
}
a.tt2 span{
	display: none;
	text-decoration: none;
}

a.tt2:hover{ 
	z-index:25;
	color: #aaaaff;
}

a.tt2:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:400px;
	color: #000099;

	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	font-size: small;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 310px;
	margin-top: -300px;
}

a.tt2:hover span.top{
	display: block;
	padding: 8px 8px 0;
	background: #D0E8FF no-repeat top;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A8C9E8;
	border-right-color: #A8C9E8;
	border-bottom-color: #A8C9E8;
	border-left-color: #A8C9E8;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}

a.tt2:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: #D0E8FF repeat bottom;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8C9E8;
	border-left-color: #A8C9E8;
	border-top-color: #A8C9E8;
	border-bottom-color: #A8C9E8;
}

a.tt2:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: #D0E8FF no-repeat bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A8C9E8;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A8C9E8;
	border-right-color: #A8C9E8;
	border-left-color: #A8C9E8;
}



.form-inp {
	margin: 0px 0px 10px 10px;
}

.form-label {
	width: 100px;
	float: left;
	margin-top: 3px;
	padding-left: 5px;
}
.form-addr {
	padding-left: 5px;
	display: block;
	clear: right;
}

.form-style {
	background-color: #eeeeee;
	padding: 10px;
}

.form-textarea {
	margin-top: 10px;
	margin-left: 42px;
}

.print-page {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
}

a.print-page img{
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.counter {
	float: left;
	margin-left: 10px;
}

.map-img {
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.form-area {
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 5px;
}

#logo-map {
}

.form-submit {
	margin-left: 10px;
}
.foot-item-aktual {
	color: #6699FF;
	font-size: x-small;
	text-align: right;
	margin-right: 75px;
	float: right;
}

