/* CSS Document */

#contentContainer {
	width: 324px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 20px;
	border-right: 1px solid #bacdff;
}

#newsContainer {
	width: 262px;
	padding-top: 20px;
}

/*
	NEWS
*/

#newsContainer P {
	padding-left: 22px;
	padding-right: 20px;
}

#newsContainer P.date {
	font-size: 11px;
	font-weight: bold;
	color: #063c91;
	padding-bottom: 10px;
}

#newsContainer P.title {	
	font-size: 11px;
	color: #063c91;
	padding-bottom: 10px;
}

#newsContainer P.text {
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bacdff;
	margin-bottom: 15px;
}

TABLE .imageNewsTable {
	width: 100%;
	border-bottom: 1px solid #bacdff;
	margin-bottom: 15px;
}

#newsContainer P.imageNewsTable_text {
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom: none;
}

.imageNewsTable TD.image {
	width: 95px;
	height: 95px;
	padding-right: 7px;
	text-align: right;
	background-image: url(../images/bkg_newsimg.gif);
	background-repeat: no-repeat;
	padding-bottom: 23px;
}

.imageNewsTable TD.image IMG {
	margin-top: 7px;
	margin-right: 10px;
}

/*
	NEPREHLEDNETE / IMPORTANT
*/

#importantDIV {
}

#importantDIV P.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

#newestCarTable {
	width: 100%;
	margin-bottom: 10px;
}

#newestCarTable P.newCarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #e69a05;
	padding-top: 7px;
	padding-bottom: 4px;
}

#newestCarTable P.newCarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35509b;
}

#newestCarTable TD.image {
	padding: 0px;
	margin: 0px;
	width: 118px;
	height: 96px;
	background-image: url(../images/bkg_importantimg.gif);
	background-repeat: no-repeat;
}

#newestCarTable TD.image IMG {
	margin-left: 11px;
	margin-top: 10px;
}

#newCarsDiv {
	width: 248px;
	border-top: 1px solid #bacdff;
}

#newCarsTable {
	width: 100%;
}

#newCarsTable TD.carName {
	height: 20px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #35509b;
	border-bottom: 1px solid #bacdff;
}

#newCarsTable TD.carDate {
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35509b;
	width: 70px;
	text-align: right;
	border-bottom: 1px solid #bacdff;
}

/*
	crossway
*/

#crosswayTable {
	width: 324px;
	height: 150px;
}

#crosswayTable TD.image {
	width: 150px;
	background-color: #fff4d7;
	border: 6px solid #d4e0ff;
	text-align: center;
}

#crosswayTable TD.imageOn {
	width: 150px;
	background-color: #fff4d7;
	border: 6px solid #8dbff7;
	cursor: pointer;
	text-align: center;
}

#crosswayTable TD.image DIV.title {
	padding-left: 0px;
	padding-top: 5px;
	font-size: 12px;
	color: #2574ae;
	line-height: 18px;
	text-align: center;
}

#crosswayTable TD.image DIV.image {
	padding-left:0px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 5px;
}

#crosswayTable TD.imageOn DIV.title {
	padding-left: 0px;
	padding-top: 5px;
	font-size: 12px;
	color: #063c91;
	line-height: 18px;
	text-align: center;
}

#crosswayTable TD.imageOn DIV.image {
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 5px;
}

#crosswayTable TD.space {
	width: 12px;
}






