body{
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.7em; /* 11px */
}
body.homepage{
	background: url(images/bgHomepage.jpg) repeat-y top left;
}
* html,* html body{
	height: 100%;
	overflow: hidden;
	margin: 0 0 -30px 0;
	padding: 0 0 30px 0;
}
#body{
	width: 100%;
	height: 100%;
	position: relative;
}
* html #body{
	overflow: auto;
}
	#top-logo{
		display: block;
		width: 183px;
		height: 90px;
		background: url(images/bmwLogo-bratislava.gif) no-repeat top left;
		position: absolute;
		top: 0;
		left: 790px;
		z-index: 10;
		}
			#top-logo a{
				display: block;
				width: 183px;
				height: 90px;
			}
				#top-logo a span{
					display: none;
				}
	#topMenu-outline{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
		#topMenu-whiteStripe{
			width: 100%;
			height: 15px;
			background: #FFFFFF;
		}
		#topMenu{
			width: 100%;
			background: url(images/bg_navigation-top.png) repeat top left;
		}
			#topMenu ul{
				width: 750px;
				padding: 12px 0 3px 0;
				margin: 0 0 0 30px;
				list-style: none;
				clear: both;
			}
			#topMenu ul.bottom{
				padding: 3px 0 5px 0;
				border-top: 1px #AAAAAA solid;
				}
				#topMenu ul.bottom li a{
					font-size: 1em; /* 11px */
				}
				#topMenu ul li{
					display: inline;
					padding: 0;
				}
					#topMenu ul li a{
						font-size: 1.15em; /* 13px */
						padding: 0 5px;
						color: #FFFFFF;
					}
						#topMenu ul li a:hover{
							color: #03195C;
						}
						#topMenu ul li a.active{
							color: #003399;
						}
							#topMenu ul li a strong{
								font-size: 1.25em; /* 17px */
								}
		#topNavigation{
			width: 100%;
		}
			#topNavigation-border{
				width: 100%;
				padding: 0 0 5px 0;
				background: url(images/bg_navigation-border.png) repeat-x bottom left;
				_background: none;
				_border-bottom: 1px #000000 solid;
				position: relative;
				z-index: 6;
			}
				#topNavigation .cell{
					width: 1024px;
					background: url(images/bg_navigation-bottom.png) repeat bottom left;
					_background: none;
					opacity: 0.9;
				}
					#topNavigation .cell div{
						width: 190px;
						padding: 5px 0 5px 30px;
						background: #FFFFFF;
						color: #000000;
						border-right: 1px #BFBFBF solid;
						/*_filter: alpha(opacity=90);*/
					}
				#topNavigation .sideMenu{
					position: relative;
				}
		/* CONTENT MENU */
			#content-menu{
				width: 220px;
				_height: 430px;
				min-height: 430px;
				margin-top: -10px;
				padding-top: 10px; 
				background: #FFFFFF url(images/dropper.gif) no-repeat bottom left;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 4;
				border-right: 1px #BFBFBF solid;
				border-bottom: 1px #BFBFBF solid;
				opacity: 0.9;
				/* _filter: alpha(opacity=90); */
			}
				#content-menu ul{
					display: inline;
					list-style: none;
					list-style-position: outside;
				}
					#content-menu ul li{
						display: block;
						padding: 3px 0 3px 30px;
						border-top: 1px #BFBFBF solid;
					}
					#content-menu ul li.first{
						border: none;
					}
					#content-menu ul li.sub{
						padding: 3px 0 3px 30px;
						border-top: none;
					}
						#content-menu ul li a{
							color: #4C4C4C;
						}
							#content-menu ul li a:hover{
								color: #003399;
							}
							#content-menu ul li a.active{
								color: #003399;
							}
				#content-menu-form{
					margin: 20px 0 0 0;
				}
					#content-menu-form select{
						margin: 3px 0 3px 25px;
						width: 180px;
						color: #4C4C4C;
					}
					#content-menu-form input{
						margin: 0 0 0 25px;
						color: #4C4C4C;
					}
#middle-content{
	width: 1024px;
	padding-top: 15px;
}
	/* CONTENT TOP IMAGE */
	#content-topImage{
		width: 1024px;
		height: 270px;
		margin: 0 0 -100px 0;
		border-bottom: 1px #000000 solid;
		font-size: 0;
	}
		#content-topImage img{
			width: 1024px;
			height: 270px;
		}

	#content-body{
		width: 714px;
		margin: 0 0 0 220px;
		_margin-top: -3px;
		padding: 120px 0 30px 90px;
	}
	#content-body div.paragraph{
		width: 520px;
	}
	#content-body a{
		color: #4C4C4C;
	}
	#content-body a:hover{
		color: #003399;
	}
	a.bmw{
		padding: 1px 0 0 7px;
		background: url(images/arrow-grey.gif) no-repeat top left;
	}
		#content-body h2,h3{
			margin: 0;
			text-align: left;
			font-weight: normal;
		}
			#content-body table tr td p{
				margin: 0;
				padding: 0;
			}
		#content-body h2{
			font-weight: normal;
		}
		#content-body h3{
			font-weight: bold;
		}
		/* CARS LISTING */
		#carsList{
		}
			#carsList tr{
				width: 750px;
				border: 1px black solid;
			}       
			    #carsList tr.header td{
			        vertical-align: bottom;
			        padding: 40px 10px 0 0;
				}
				#carsList td{
					vertical-align: top;
					padding: 5px 10px 0 0;
				}
				
				#carsList td.separator{
					height: 1px;
					line-height: 1px;
					font-size: 1px;
					border-bottom: 1px #BFBFBF dotted;
				}
					#carList tr td a{
						color: #4C4C4C;
					}
	/* CAR DETAIL */
	#car-photos{
		margin: 10px 0 20px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px #BFBFBF dotted;
	}
			#car-photos a img{
				margin: 0 10px 0 0;
			}
	#car-info{
		margin: 10px 0 0 0;
		text-align: left;
		float: left;
	}
		#car-info h3{
			height: 1.4em;
			margin: 0;
			line-height: 1.4em;
			font-size: 1.4em;
			text-align: left;
		}
		#car-info table{
			width: 500px;
			margin: 10px 0;
			padding: 0 0 5px 0;
			text-align: left;
			border-bottom: 1px #000000 solid;
		}
			#car-info table tr td{
				padding: 2px 20px 1px 0;
				vertical-align: top;
				border-bottom: 1px #BFBFBF dotted;
			}
			#car-info table tr td.last{
				border: none;
			}
			#car-info table tr th{
				padding: 1px 0 1px 0;
				font-weight: normal;
				vertical-align: top;
				border-bottom: 1px #BFBFBF dotted;
			}
			#car-info table tr th.last{
				border: none;
			}
	#car-contact{
		width: 210px;
		margin: 10px 0 0 0;
		float: right;
	}
		#car-contactCell{
			margin: 0 0 20px 20px;
			border-bottom: 1px #BFBFBF dotted;
		}
			#car-contactCell p{
				width: auto;
			}
			#car-contactCell h2{
				font-size: 1.3em;
			}

/* FORMS ATTRIBUTES */
#form-universal{
	width: 400px;
	text-align: center;
}
	#form-universal fieldset{
		margin: 20px 0 0 0;
		padding: 10px;
		border: none;
		border-top: 1px #000000 solid; 
	}
		#form-universal fieldset legend{
			margin: 0 0 3px 30px;
			padding: 0 5px;
			font-weight: bold;
		}
	.input-cell{
		margin: 5px 0 0 0;
		text-align: left;
		clear: both;
	}
		.input-cell label{
			display: block;
			width: 145px;
			text-align: right;
			margin: 0 5px 0 0;
			padding: 3px 0 2px;
			float: left;
		}
		.input-cell textarea{
			padding: 3px 5px 2px;
			border: 1px #808080 solid;
		}
		.input-cell select{
			width: 210px;
			height: 20px;
			margin: 3px 0 2px;
			border: 1px #999999 solid;
		}
		.input-cell select.date{
			width: 70px;
			float: left;
		}
			.input-cell select option{
			}
		.input-cell input{
			width: 200px;
			height: 15px;
			padding: 3px 5px 2px;
			border: 1px #999999 solid;
		}
		.input-cell input.radio{
			width: 15px;
			margin: 3px 0;
			border: none;
		}
	span.required{
		text-align: left;
		margin: 0 0 0 2px;
		padding-bottom: 30px;
		font-size: 1.4em;
		color: darkred;
	}
	hr.formSeparator{
		height: 1px;
		margin: 10px auto;
		border: none;
		background: #808080;
		color: #808080;
	}
	input.submit{
		width: 135px;
		margin: 10px auto 0;
		padding: 3px;
		color: #FFFFFF;
		font-size: 0.85em;
		background: #808080;
		border: 1px #999999 solid;
	}
/* CONTENT HOMEPAGE */
	#content-homepage{
		width: 1024px;
		height: 100%;
		margin: 100px 0 0 0;
		padding: 0 0 30px 0;
	}
		#content-homepage img{
			margin: 0;
		}
		#content-homepage a{
			color: #4C4C4C;
		}
		#content-homepage a:hover{
			color: #003399;
		}
			#homepage-menu-form{
			margin: 20px 0 0 10px;
		}
			#homepage-menu-form select{
				margin: 3px 0;
				width: 180px;
				color: #4C4C4C;
			}
			#homepage-menu-form input{
				color: #4C4C4C;
			}
				#content-left{
					width: 500px;
					float: left;
				}
					#content-left img{
						width: 500px;
					}
					#content-left p{
						padding: 0;
						margin: 0;
					}
			.content-column{
				width: 270px;
				float: left;
			}
			.content-column.right{
				width: 250px;
				}
				.content-column p{
					margin: 10px 0;
					padding: 0 10px;
				}
/* FIXED FOOTER */
#bottom-footer{
	width: 100%;
	height: 25px;
	position: fixed;
	background: #FFFFFF;
	border-top: 1px #999999 solid;
	bottom: 0;
	left: 0;
	z-index: 1;
}
* html #bottom-footer{
	position: absolute;
}
	#bottom-footer ul{
		margin: 5px 50px 0 0;
		list-style: none;
		text-align: right;
	}
		#bottom-footer ul li{
			display: inline;
			background: #FFFFFF url(images/arrow-grey.gif) no-repeat top left;
			padding: 2px 10px;
		}
			#bottom-footer ul li a{
				color: #4C4C4C;
			}
			#bottom-footer ul li a:hover{
				color: #003399;
			}

.panelGallery{
	width: auto;
}
	.panelGallery img{
		height: 90px;
		padding: 5px;
		float: left;
	}
	
dl.aktualita{
    float: left;
    width: 240px;
    padding: 5px;
    margin-right: 10px;
}
dl.aktualita dd {
    margin:0;
    padding:0;
}
dl.aktualita dt.title{
    float:right;
    font-weight:bold;
    margin:0;
    padding:0;
    width:140px;  
    font-size: 1.0em;
}
dl.aktualita dt.title div.arrow{
    float: left;
    padding-top: 2px;
    font-size: 0.6em;
    margin-right: 5px;
}
dl.aktualita dd.image {
    float:left;
    height:auto;
    width:86px;
}
dl.aktualita dd.image img {
    width: 86px;
    height: 64px;
    float:left;
    position:relative;
}
dl.aktualita dd.anotation {
    margin: 0;
    padding: 0 0 0 100px;
}
dl.aktualita dd.anotation p{
    margin:2px  0;
}
dl.aktualita dd.anotation span.aktualitaDate{
    font-weight:bold; 
    color: #666;
}
