
body, html {
    color: #222; 
    font-family: Arial, Tahoma, sans-serif;
    background: #2f2f2f; 
    text-align: center; /*** Centers the design in old IE versions ***/
}

#MainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #2f2f2f;
	position: relative;
	overflow: hidden;
	border:1px solid #222222;
}

#Inner {
	width: 980px;
	position: relative;
	float: left;
	background: url(../../img/layouts/carservice/bgr_line.png)0px 120px repeat-x;
}

#SubInner {
	width: 980px;
	position: relative;
	float: left;
	background: url(../../img/layouts/carservice/footer_art.png) left bottom no-repeat;
}

#Header {
	width: 980px;
	height: 380px;
	position: relative;
	float: left;
	background: url(../../img/layouts/carservice/header_art.png) top left no-repeat;
}
#Logo {
	position: absolute;
	top: 0px;
	left: 346px;
	width: 289px;
	height: 115px;
}

#layoutNavi {
	position: relative;
	float: left;
}
#btn_autoservice {
	position: relative;
	float: left;
	margin-left: 5px;
}

#btn_vending{
	position: relative;
	float: left;
	display: block;
	width: 79px;
	height: 27px;
	background: url(../../img/layouts/carservice/btn_vending.png) left top no-repeat;
	margin-left: 5px;
}
#btn_vending:hover{
	background: url(../../img/layouts/carservice/btn_vending.png) left top no-repeat;
	background-position: 0px -27px;
}
#btn_horeca{
	position: relative;
	float: left;
	display: block;
	width: 83px;
	height: 27px;
	background: url(../../img/layouts/carservice/btn_horeca.png) left top no-repeat;
	margin-left: 5px;
}
#btn_horeca:hover{
	background: url(../../img/layouts/carservice/btn_horeca.png) left top no-repeat;
	background-position: 0px -27px;
}

#btn_logistic {
	position: relative;
	float: left;
	display: block;
	width: 73px;
	height: 27px;
	background: url(../../img/layouts/carservice/btn_logistic.png) left top no-repeat;
	margin-left: 5px;
}
#btn_logistic:hover {
	background: url(../../img/layouts/carservice/btn_logistic.png) left top no-repeat;
	background-position: 0px -27px;
}

#Flags {
	position: relative;
	float: right;
	width: 90px;
	height: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
#Flags a {
	position: relative;
	float: right;
	width: 23px;
	height: 15px;
	margin-left: 5px;
}

#Search {
	position: relative;
	float: right;
	width: 220px;
	height: 25px;
	margin-top: 10px;
	margin-right: 20px;
}
* html #Search {
	width: 220px;
	margin-right: 20px;
}
#searchfield {
	border: #a2a2a2 1px solid;
	height: 15px;
	width: 150px;
	line-height: 15px;
	font-size: 12px;
	position: relative;
	float: left;
	display: block;
}
* html #searchfield {
	width: 120px;
}
#searchbtn{
	position: relative;
	float: right;
	width: 61px;
	height: 22px;
	border: none;
	cursor: pointer;
	display: block;
}
* html #searchbtn {
	margin-left: 0px;
}
#TNavi {
	width: 863px;
	height: 51px;
	position: relative;
	float: left;
	background: url(../../img/layouts/carservice/tnavibar.png) top left no-repeat;
	margin-left: 59px;
	margin-top: 20px;
	clear: both;
	padding-left: 20px;
}

* html #TNavi {
	margin-left: 29px;
}
.topbtn{
	width: 135px;
	height: 51px;
	position: relative;
	float: left;
	display: block;
}

.tnavidiv{
	width: 2px;
	height: 51px;
	position: relative;
	float: left;
	display: block;
}
#MainContent {
	margin-top: 30px;
	width: 980px;
	position: relative;
	float: right;
}
 
#ContentSubDiv {
	position: relative;
	float: right;
	width: 860px;
	margin-right: 59px;
}

* html #ContentSubDiv {
	margin-right: 29px;
}

#Content {
	position: relative;
	float: right;
	width: 860px;
}

#ContentTop, #ContentBottom, #ContentMiddle{
	position: relative;
	float: right;
	width: 860px;
}

#ContentTop {
	background: url(../../img/layouts/carservice/content_bgr_top.png) top left no-repeat;
}
#ContentBottom {
	background: url(../../img/layouts/carservice/content_bgr_bottom.png) bottom left no-repeat;
	padding-top: 30px;
	padding-bottom: 23px;
}
#ContentMiddle {
	background: url(../../img/layouts/carservice/content_bgr_middle.png) top left repeat-y;
	min-height: 200px;
	width: 820px;
	padding: 0px 20px 0px 20px;
}

* html #ContentMiddle {
	height: 300px;
}

#Footer {
	position: relative;
	float: right;
	width: 980px;
	height: 60px;
	margin-top: 50px;
}

#FooterData {
	position: relative;
	float: right;
	width: 450px;
	height: 50px;
	/*border: solid 1px black;*/
}

#footerstuff{
	position: relative;
	float: right;
	height: 60px;
	width: 150px;
	margin-right: 20px;
}

#wflogo{
	position: relative;
	float: right;
	clear: both;
}

#wflink{
	position: relative;
	float: right;
	width: 150px;
	clear: both;
	text-align: right;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #dadada;
}
#wflink:hover{
	color: #f8901a;
}
#FlashArtBox{
	position: relative;
	width: 667px;
	height: 240px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#FlashArt{
	position: relative;
	width: 667px;
	height: 240px;
}

/* ------------------------------------------------------------------------- */
/* CSS for search feature */
/* ------------------------------------------------------------------------- */

.s_container {
    position: relative;
    float: left;
    width: 600px;
}

.s_container .s_entry {
    position: relative;
    float: left;
    display: block;
    width: 600px;
    padding: 10px;
    font-family: arial, sans-serif;
}

.s_container .s_entry .title {
    position: relative;
    float: left;
    display: block;
    color: #2200CC;
    font-size: 12px;
}

.s_container .s_entry .desc {
    position: relative;
    float: left;
    display: block;    
    width: 580px;
    font-size: 11px;
}

.s_container .s_entry .link {
    position: relative;
    float: left;
    display: block;    
    color: #44A144;
    font-size: 10px;
}
/* ------------------------------------------------------------------------- */
/* End of CSS for search feature */
/* ------------------------------------------------------------------------- */
