* {
  margin:0px;
  padding:0px; 
}

body {	
	text-align: left;
	font-family: Arial, Sans-Serif;
	color: #444444;
	font-size: .7em;
	height: 100%;
	
	background-color: #e8e9e3;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a {text-decoration: underline;color: #444444;}
a:visited {text-decoration: underline;color: #444444;}
a:hover {text-decoration: none;color: #444444;}

img
{
	border: 0px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	
	width: 768px;
	padding-left: 15px;
  padding-right: 17px;
	_padding-left: 16px;
  _padding-right: 16px;
  margin-bottom:10px;
}

#menu {
  width: 768px;
  height: 300px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#menu ul {
  list-style-type:none;  
  margin-left:200px;
  padding-top:243px;
}

#menu li {
  float:left;
  font-weight: bold;
  margin-left:15px;
  font-size: 12px;
}

#menu a {text-decoration: none;color: #444444;}
#menu a:visited {text-decoration: none;color: #444444;}
#menu a:hover {text-decoration: none;color: black;}

#left {
  margin-top:10px;
  width:240px;
  float:left;
	background-image: url(../img/bg-left.gif);
	background-repeat: repeat-y;
}

#left-top {
  margin-bottom:10px;
  height:4px;
  width:240px;
	background-image: url(../img/bg-left-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
}

#left-in {
  width:185px;
  padding-left:30px;
  padding-right:25px;
}

#footer {
  width:240px;
	background-image: url(../img/bg-footer.gif);
	background-repeat: no-repeat;
	background-color: white;
	text-align:center;
	padding-top:10px;
}

#right {
  width:700px;
  float:left;
  display:block;
  padding-left:29px;
  padding-right:39px;
  margin-top:10px;
}

p {
  text-align:justify;
  margin-bottom:20px;
}

h1 {
  font-size: 15px;
  margin-bottom:15px;
  color:#466a81;
}

h2 {
  font-size: 14px;
  margin-bottom:15px;
  text-align:center;
}

.img-text {
  float:right;
  margin-left:20px;
  margin-bottom:5px;
}

.mapa {
  float:right;
  margin-left:20px;
  margin-bottom:5px;
  padding:1px;
  border:1px solid #444444;
}

.akt {
  width:665px;
  background-color: #d7e1fd;
  color:#444444;
  padding:3px;
  padding-left:10px;
  margin-top:5px;
}

.akt-img {
  float:left;
  margin-right:20px;
  margin-bottom:5px;
  padding:1px;
  border:1px solid #444444;
}

.car-img {
  float:left;
  margin-right:8px;
  margin-bottom:5px;
  padding:1px;
  border:1px solid #444444;
  width:60px;
}

.car-info {
  margin-top:5px;
}

.red {
  color: #e2b015;
}

.clear-br {
  clear:both;
}

#cars table {
  border-collapse: collapse;
  width:100%;
}

#cars td {
  border:1px solid #cccccc;
  padding:5px;
}

.first {
  background-color: #d7e1fd;
  color:#444444;
  font-weight: bold;
  text-align:center;
}

#search {
  width:465px;
  background-image: url(../img/bg-search.gif);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	border:1px solid #cccccc;
	padding:5px;
	margin:auto;
	margin-bottom:15px;
}

#search table {
  border-collapse: collapse;
  width:100%;
  font-weight: bold;
}

#search td {
  border:0px solid #cccccc;
  padding: 10px 5px 10px 5px;
}

/* ---------------- DETAIL ---------------- */

#d_title {
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
  font-size:15px;
  font-weight:bold;
  background-color: #444444;
  color:white;
  background-image: url(../img/shadow2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#d_foto {
  width:450px;
  float:left;
  padding:10px;
  background-image: url(../img/points.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#d_fotos {
  width:560px;
}

#d_sfoto {
  float:left;
  margin:10px;
}

#d_sfoto img {
  margin-bottom:5px;
}

#d_content {
  width:540px;
  padding:10px;
  background-image: url(../img/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#d_content table {
  float:left;
}

#d_content td {
  padding:3px;
  width:87px;
}

.td-z {
  font-weight:bold; 
  background-color: #f0f0f0;  
}

.td-z2 {
  width:140px !important;
  font-weight:bold; 
  background-color: #f0f0f0;  
}

#d_other {
  width:144px;
  float:left;
  background-color: #f0f0f0;
  padding:3px;
}

