/* CSS Document */
#header {
	height:90px;
	position:relative;
}
#logoKatalog {
	position:absolute;
	top:0px;
	left:220px;
}
#topmenu2 {
	position:absolute;
	top:65px;
	left:180px;
	color:#333;
}
#topmenu2 a {
	text-decoration:none;
	color:#333;
	padding:0 10px;
}
#topmenu2 a:hover {
	color:#F00;
}
#headerSearch {
	position:absolute;
	top:10px;
	right:5px;
	width:405px;
}
#headerSearch form {
	margin:0;
	padding:0;
}
#headerSearch input {
	font-size:10px;
	vertical-align:middle;
}
#headerSearch #name {
	width:180px;
}
#headerSearch #location {
	width:120px;
}
#telAutLogo {
	position:absolute;
	bottom:8px;
	right:10px;
}
#container {
	overflow:hidden;
	background:#FFF url(../images/content_devider.gif) 771px 0 repeat-y;
	min-height:347px;
	padding:0 10px;
	margin-top:15px;
	/*padding-right:5px;*/
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:772px;
	width:752px;
}
#contLeft {
	float:left;
	width:260px;
	text-align:right;
	text-align:center;
	font-size:11px;
}
#contRight {
	float:right;
	width:450px;
	padding-right:15px;
}
#content {
	color:#666;
	margin-top:35px;
}
#content strong {
	color:#333;
	font-weight:strong;
}
#content h1 {
	font-size:17px;
}
#content h2 {
	font-size:15px;
}
#content h3 {
	font-size:15px;
	color:#333;
	font-weight:normal;
}
#container-right {
	float:right;
	width:190px;
	border-bottom:1px solid #CCC;
	padding-bottom:12px;
}
#container-right h1,
#container-right span {
	font-size:13px;
	font-weight:normal;
	color:#e2001a;
	margin:0;
}
.box {
	font-size:11px;
	color:#666;
	border-top:1px solid #ccc;
	padding-top:12px;
	margin-top:12px;
	line-height:12px;
	overflow:hidden;
}
* html .box {
	height:1%;
}
.box p {
	margin:0;
	margin-top:5px;
}
.box .left {
	float:left;
	padding-right:8px;
	padding-bottom: 8px;
}
