CSS - http://cartv2.belbone.be/emf/contact.php?language=en

    * Collapse All
    * Expand All

http://cartv2.belbone.be/emf/contact.php?language=en
http://cartv2.belbone.be/emf/css/screen.css

/* 
Title:			Title
Description:	Description of page
Created:		xx/xx/20xx
Modified:		xx/xx/20xx
*/

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {

}

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff url(../img/bg_body.gif) repeat 0 0;
}

h1, h2 {
	margin: 0;
	padding: 0;	
}

h1 {
	margin: 0 0 20px 20px;	
	font-size: 18px;
	color: #D07004;
}

h3 {
	margin: 0;
	padding: 0;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	color: #000;
}

a:hover {

}

a.selected {

}

a img {
	border: none;
}


/* page structure
---------------------------------------------------------- */

#container {
	width: 766px;
	margin: 0 auto;
}

/* header
---------------------------------------------------------- */

#header-wrapper {
	background: #D1D2D4;
}

#header {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 766px;
	height: 100px;
}

#logo {
	display: block;
	overflow: hidden;
	width: 240px;
	height: 95px;
	text-indent: -999em;	
	background: url(../img/logo.jpg) no-repeat 0 0;
}

#nav {
	position: absolute;
	top: 25px;
	left: 300px;
	width: 467px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
	background: #B5B6B8;
}

#nav li {
	float: left;
	display: inline;
	padding: 0 0 0 10px;
}

#nav li a {
	float: left;
	padding: 0 20px 0 0;
	height: 24px;	
	line-height: 24px;
	text-decoration: none;
	border-right: 1px solid #B3071B;
	background: #B5B6B8 url(../img/bg_nav.png) no-repeat 90% -15px;
}

#nav li.last a {
	border-right: none;
}

#nav li a:hover,
#nav li.selected a {
	background-position: 90% 9px;
}

#nav li.selected a {
	
}

#lang {
	position: absolute;
	top: 72px;
	left: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#lang li {
	padding: 0 10px 0 0;
	display: inline;
}

#lang li.selected a {
	text-decoration: none;
}

#lang li a {
}

.rss {
	position: absolute;
	top: 70px;
	right: 0;
}

/* login
---------------------------------------------------------- */

#login {
	position: absolute;
	top: 67px;
	left: 300px;
}

#login label {
	font-size: 11px;
}

#login input.field {
	width: 120px;
	border: 1px solid #656565;
}

#area-login,
#area-password {
	float: left;
	margin-right: 10px;
}



/* main
---------------------------------------------------------- */

#main {
	display: block;
}

#main-top {
	height: 30px;
	background: url(../img/bg_container_top.gif) no-repeat left top;
}

#scroll {
	width: 750px;
	height: 500px;
	overflow: auto;
}

/* page
---------------------------------------------------------- */

.page {
	padding-bottom: 20px;
	background: url(../img/bg_container_bottom.gif) no-repeat left bottom;
}

.item {
	clear: both;
	position: relative;
	margin: 0 0 30px 0;
	min-height: 90px;
}

.item h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

.item h2.name {
	margin: 0;
}

.item .url {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 20px;
	color: #aaa;
}

.item .numbers {
	margin: 10px 0 0 0;	
	height: 30px;
}

.item .visitors {
	float: left;
}

.item .views {
	float: right;
}

.item .text {
	margin: 0 20px 0 150px;
	
}

.item .title {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 10px 0;
}

.item .thumb {
	position: absolute;
	top: 0;
	left: 20px;
	padding: 4px 0 0 5px;
	width: 102px;
	height: 90px;
	background: url(../img/bg_thumb.gif) no-repeat 0 0;
}

.row {
	clear: both;
	float: left;
	display: inline;
	margin: 0 10px;
	padding: 15px 0 0 0;
	width: 690px;
}

.row .entry {
	position: relative;
	float: left;
	display: inline;
	width: 220px;
	margin: 0 10px 0 0;
}

.row .entry h3 {
	margin: 0 0 0 70px;
	font-size: 13px;
}

.row .entry h3 a {
	text-decoration: none;
}

.row .entry h3 a:hover {
	text-decoration: underline;
}

.row .entry p {
	margin: 0 0 10px 70px;
	font-size: 11px;
}

.row .entry .image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 3px;
	height: 54px;
	background: url(../img/bg_thumb_small.gif) no-repeat 0 0;
}

#press {
	clear: both;
	padding: 0 0 0 0;
}

#rss {
	margin: 0 20px 30px 20px;
	padding: 0 0 10px 0;
	border: 1px solid #B2B2B2;
}

#rssinfo {
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 0 5px 10px;
}

/* footer
---------------------------------------------------------- */

#footer {
	padding: 0 20px;
	font-size: 11px;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

/* hacks
---------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
