/* Import other stylesheets for media: screen */
@import url("menu.css");
@import url("home.css");
@import url("subhome.css");
@import url("content.css");
@import url("case.css");
@import url("forms.css");
@import url("carousel.css");
@import url("sitemap.css");

/* Classes and styles */

html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/fc/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #eef0ed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797f81;
}

a {
	color: #6a9c76;
	text-decoration: none;
}
a:hover {
	color: #45494a;
	text-decoration: none;
}

p {
	margin: 0px 0px 12px 0px;
	line-height: 16px;
}

.png {
	_behavior: url('http://10.0.0.2/faescases.nl/htdocs/css/iepngfix.htc');
}

.clear {
	clear: both;
	float: none !important;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 18px;
	font-weight: bold;
}

h4, h5{
	font-size: 14px;
	font-weight: bold;
}	

a.bullet_link {
	display: block;
	padding-left: 8px;
	background-image: url(../../images/fc/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

img{
	border: 0;	
}	

#container {
	background-image: url(../../images/fc/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 990px;
	margin: 0px auto;
	position: relative;
}

#content {
	position: relative;
	padding: 110px 10px 0px 10px;
	min-height: 400px;
	_height: 400px;
	background-image: url(../../images/fc/content_bg.png);
	_background-image: url(../../images/fc/content_bg.gif);
	background-repeat: repeat-y;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	z-index: 10;
	background-image: url(../../images/fc/header_bg.jpg);
	background-repeat: no-repeat;
	width: 990px;
}

#logo {
	position: absolute;
	left: 21px;
	top: 31px;
}

#header_links {
	position: absolute;
	right: 428px;
	top: 40px;
}

#header_links ul, #header_links ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#header_links ul li a {
	padding: 0px 5px;
	font-size: 11px;
	color: #eef0ed;
}

#language_select {
	position: absolute;
	right: 253px;
	top: 35px;
}
#language_select select {
	width: 110px;
}

#font_size_select{
	position: absolute;
	right: 390px;
	top: 40px;
}	

#font_size_select img{
	float: left;
	margin-right:1px;
}

div#font_size_select img#small{ padding-top:4px; }
div#font_size_select img#medium{ padding-top:2px; }
div#font_size_select img#large{ padding-top:0px; }


#search {
	position: absolute;
	right: 23px;
	top: 30px;
}

#search_field {
	width: 123px;
	height: 17px;
	border: 1px solid #dfe2dd;
	padding: 3px 5px 0px 5px;
	margin-top: 4px;
}

#contentTopMainMenu {
	position: absolute;
	right: 10px;
	top: 67px;
}


#footer {
	background-image: url(../../images/fc/content_bg.png);
	_background-image: url(../../images/fc/content_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 17px;
}
#deurmat {
	background-color: #eff2ef;
	margin: 0px 10px;
	padding: 22px 0px 28px 35px;
}

.deurmat_kolom {
	float: left;
	width: 130px;
	margin-right: 16px;
	font-size: 11px;
	line-height: 14px;
}

.deurmat_kolom ul, .deurmat_kolom ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer_links {
	position: relative;
	background-color: #8c9c90;
	margin: 0px 10px;
	height: 38px;
	padding: 12px 0px 0px 10px;
	color: #fefefc;
	font-size: 11px;
}

#footerLinkedIn {
	position: absolute;
	top: 10px;
	right: 5px;
}

#footer_links ul, #footer_links ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#footer_links a {
	color: #fefefc;
	font-size: 11px;
	margin-right: 10px;
}

#page_bottom {
	width: 990px;
	height: 10px;
	overflow: hidden;
	background-image: url(../../images/fc/page_bottom_bg.gif);
	background-repeat: no-repeat;
}




