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

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


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

#Header {
	width: 980px;
	height: 380px;
	position: relative;
	float: left;
	background: url(../../img/layouts/logistic/header_art.png) top left no-repeat;
}
#Logo {
	position: absolute;
	top: 0px;
	left: 295px;
	width: 370px;
	height: 115px;
}
* html #Logo {
         left:305px;
}


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

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

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

#btn_autoservice {
	position: relative;
	float: left;
	display: block;
	width: 89px;
	height: 25px;
	background: url(../../img/layouts/logistic/btn_autoservice.png) left top no-repeat;
	margin-left: 5px;
}
#btn_autoservice:hover {
	background: url(../../img/layouts/logistic/btn_autoservice.png) left top no-repeat;
	background-position: 0px -25px;
}

#Flags {
	position: relative;
	float: right;
	width: 125px;
	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: 200px;
	height: 25px;
	margin-top: 10px;
	margin-right: 10px;
}

#searchfield {
	border: #a2a2a2 1px solid;
	height: 15px;
	width: 110px;
	line-height: 15px;
	font-size: 12px;
	position: relative;
	float: left;
	display: block;
	margin-left:15px;
}

#searchbtn{
	position: relative;
	float: right;
	width: 53px;
	height: 17px;
	border: none;
	cursor: pointer;
	display: block;
}

#TNavi {
	width: 863px;
	height: 48px;
	position: relative;
	float: left;
	background: url(../../img/layouts/logistic/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: 861px;
	margin-right: 59px;
}

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

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

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

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

* html #ContentMiddle {
	height: 300px;
}

#Footer {
	position: relative;
	float: right;
	width: 980px;
	height: 58px;
	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 */
/* ------------------------------------------------------------------------- */
