/*
 * default.css
 *
 * Author: Klaas Schaafsma <css <at> 3ip <dot> nl>
 * CO-Author: Lars Grijsen l.grijsen@ezzenze.nl
 *
 * Copyright: 3IP Web Solutions B.V. / Ezzenze Media
 *
 * Global layout for fylingdale.nl
 */

 /* Kleuren voor layout 2.0
 *
 * Font: Arial, Times new Roman voor capital
 * Donker-blauw tekst: #063f61
 * Licht-blauw tekst: #afc9dc
 * Paars: #580c57
 * Rood: #900229
 * Blauw: #063f61
 *
 */ 
/****** GLOBALS ******/
body, html {
    margin: 5px 0 5px 0;
    padding: 0;
    background: #900229;
    color: #063f61;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}
.capital {
	text-transform: uppercase;
	font-family: Times New Roman;
	color: #afc9dc;
	line-height:150%;
}
img {
    border: 0;
}

/****** GLOBAL LAYOUT ******/

#header {
    height: 45px;
    margin: 0 auto;
    width: 890px;
}
#lijn1,
#lijn2 {
	float: right;
	width: 300px;
	height: 45px;
	background: #063f61;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	padding-left: 30px;
	
}
#lijn1 a,
#lijn2 a{

color:white;
text-decoration:none;
}
#lijn1 {
	border-right: 2px solid #FFF;
}
#whitespace {
	height: 110px;
	margin: 0 auto;
    width: 890px;
	background: #FFF;
	display: block;
}
#wrap {
    margin: 0 auto;
    width: 890px;
	background: url(../images/background.png) repeat-y #FFFFFF;
}


#container {
    min-height: 300px;
    height: 100%;
	padding-bottom: 20px;
	background: #FFF;
}

/* Hide from IE-Mac and fix IE6 \*/
* html #container {
    
}
/* End hiding */

#footer {
    
    height: 85px;
}

/****** HEADER ELEMENTS ******/
.home {
    position: relative;
    top: 95px;
    left: 40px;
}

.home a {
    text-decoration: none;
    color: #000;
}

.home a:hover {
    text-decoration: underline;
}

.titel {
    position: relative;
    left: 165px;
    top: 95px;
    font-size: 18pt;
}

/****** CONTAINER ELEMENTS ******/
#menu {
    float: left;
    width: 160px;
    margin-left: 20px;
} 

/* Hide from IE-mac \*/
* html #menu {
    margin-left: 10px;
}
/* End hiding */

#content {
    float: left;
    width: 530px;
    margin: 5px 20px;
}

#content p {
}
#content a {
	color: #900229;
	text-decoration: none;
}
#content h1 {
    font-size: 11pt;
    font-weight: 600;
    margin: 0 0 30px 0;
}

#content ul {
    margin-left: 2em;
    padding: 0;
    list-style: disc;
}

#content ul li {
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 2em;
}

.opdrachtgevers {
    background-color: #fff;
    width: 100%;
}

/****** MENU ELEMENTS ******/
#menu {
	margin-top: 10px;
	background: #FFF;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    margin: 0;
    padding: 5px 0 0px 20px;
    border-bottom: 0px solid #fff;
	color: #063f61;
}
#menu li span.onderschrift {
	color: #afc9dc;
}
#menu li.actief span.onderschrift{
	text-transform: uppercase;
	color: #afc9dc;
	font-family: Times New Roman;
	font-size: 18px;
	
}

#menu ul a {
    color: #063f61;
	font-weight: bold;
    text-decoration: none;
}

#menu ul a:hover {
    text-decoration: underline;
}
/* Cases */
div#cases {
	position: absolute;
	background: url(http://www.fylingdale.nl/nieuw/images/cases_nieuw.png) no-repeat; 
	width: 610px; 
	height: 732px;
}
div.laag p,
a.laag p {
	padding: 10px;
	color: #FFF;
	font-size: 10px;
}
div.laag p span.bloktitel,
a.laag p span.bloktitel {
	text-transform: uppercase;
	color: #063f61;
	font-size: 11px;
	font-weight: bold;
}
a.laag {
	text-decoration: none;
	background: #909eb6;
}
#cases a:hover span.bloktitel{
	color: #d63e2c;
}
#cases a:hover {
	background: #841d34;
}
#caseimg {
	margin: 0 auto;
    width: 690px;
	background:#FFF;
	padding-left: 200px;
	background: url(../images/background.png) repeat-y #FFFFFF;
}
/****** WYSIWIG ******/
#editor {
    height: 480px;
}
#test{
display:none;

}

