/* Algemene stylesheet voor website Lex Linsen */
/* KLeuren logo: lichtblauw: #41B8D4, donkerblauw: #313695 */
html {
    background: #BCE7FA url(../img/bg.jpg) repeat-x bottom left; 
    min-height:100%;
}
body {
	margin: 6px 0 4px 0; 
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
@media print {
.noprint{
	display:none;
}
}

/* -------------------   layout  -----------------------*/
#wrapper {
    background: #fff url(../img/bg_header.gif) no-repeat top left; 
    text-align: left;
    background-color:#fff;  
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0;
    border: 1px outset #000; 
}

#header {
/*    background: #fff url(../img/bg_header.jpg) no-repeat top right;  */
    background-color:transparent;  
    font-size:100%;
    padding:0px 0px 0px 0px;
    margin:0;
    height:150px;
    font-weight:bold;
}
#content {
    background: #fff url(../img/bg_content.jpg) no-repeat top right;
    line-height: 1.6em; 
    background-color:transparent;
    float:right;
    width: 630px;
    margin:0px;
    padding:26px 80px 10px 15px;
    color:#002060;
}
.minheight {
    float:right;
    width:1px;
    height:520px;
}

#nav {
    font-size:110%;
    float:left;
    width: 220px;
    padding:20px 0 0 0;
    margin:0;
    background-color:#fff;
    height:100%;
    min-height:100%;
    line-height:1.2em;
}
#footer {
    clear:both;
    height:0px;
    text-align:left;
    font-size:90%;
    background-color:#fff;
    margin:0px;
}
/* taalkeuze */
#header .lang, #header2 .lang {
	float:right;
	margin-top:30px;
}
#header .lang {
	margin-right: 6px;
}
#header2 .lang {
	margin-right: 66px;
}
.lang a:link,.lang a:visited  {
    text-decoration:none;
    color:#fff;
}
.lang a:hover,.lang a:active {
/*    color:#00B2E0; */
    color:#41B8D4; 
    text-decoration:underline;
}
/* einde taalkeuze */

/* -------------------   content and other styles  -----------------------*/

h1 {
	font-size: 140%; 
	color:rgb(22,101,142);
	margin-top:10px;
	margin-bottom:10px;
}
h2 {
	font-size:100%;
	line-height:1.5em;
	color:rgb(22,101,142);
	font-weight:bold;
	margin-bottom:4px;
	padding-top:0px;
}
h2 a:link, h2 a:visited {
    text-decoration:none;
}
h2 a:hover, h2 a:active {
    text-decoration:underline;
}

h3 {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	color: #222;
	font-weight:bold;
	margin-bottom:0px;
}
#content p {
	line-height: 1.6em; 
	margin-bottom:2.2em;
	margin-top:0px;
}
#content ul {
	margin-bottom:1.0em;
	margin-top:0px;
}
.afstand {
    margin-bottom:1.4em;
}
img  {
	border:0;
}

.img_left {
	float:left; 
	padding:4px;
}
.img_right {
	float:right; 
	padding:10px;
}
.image {
	border:0px;
	float:right; 
	margin-top:0px;
	margin-right:-4px;
}
#bkp {
	font-size:80%;
	text-align:left;
	color:#444;
	border-bottom:1px solid #ddd;
	width:480px;
}

a.bkp {
	color:#16658e;
	text-decoration: none;
}
#content a {
	color: #16658e;
}
#content a:hover {
	color: #000;
}
#footer a:link,  #footer a:visited, #footer a:active { 
	color:white;
	text-decoration:none;
}
#footer a:hover { 
	color:white;
	text-decoration:underline;
}

#freetable {
    display:block;
    padding:4px 0;
}
#freetable h2 {
    border:0;
    margin-top:0px;
    padding-top:10px;
}
#freetable p {
    clear:left;
    margin-left:0px;
    padding:0px 0px;
}
#freetable p em {
    font-style:normal;
    float:left;
    width:20%;
}
#freetable p strong {
    font-weight:bold;
    font-style:normal;
    float:left;
    width:20%;
}
legend {
    color:rgb(22,101,142);
    font-weight:bold;
}
/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
#content a[href ^="http://"] {
    background: url(../img/external.png) center right no-repeat;
    padding-right: 13px;
}
*/ 
fieldset {
    padding:0 8px 8px 8px;
}
#header .payoff {
	font-size:130%;
	line-height:1.4em;
	float:left;
	font-weight:normal;
	padding-top:34px;
	margin-left:61px;
	padding-right:40px;
	color:#00B2E0;
}
#header .logo {
	float:left;
	margin-left: 0;
	margin-top: 10px;
}
/* menu is het menu dat boven staat */
#menu {
    clear:both;
    height:28px;
    padding:0;
    margin:0;
/*    background: #111 url(../img/bg_menu.gif) top left repeat-x; */
    background-color: transparent;
}

#blok {
    font-size:90%;
    float:right;
    width:220px;
    text-align:center;
    padding:0px 0 15px 0;
    margin-top:20px;
    margin-right:-5px;
    margin-left:4px;
}
#blok p {
    line-height:1.4em;
    padding-right:4px;
    padding-left:4px;
    text-align:left;
}
#blok h1 {
    background-color:#ddd;
    margin-top:0px;
    padding: 4px 0 6px 0;
    margin-bottom:0px;
    color: #000;
}
#blok h2 {
    margin-top:4px;
    padding-left:4px;
    padding-right:4px;
    text-align:left;
}
#blok ul {
    text-align:left;
    margin-left:12px;
    padding-right:8px;
    padding-left:6px;
}
.intro {
    color:rgb(22,101,142);
    margin:10px 0;
    padding:0;
/*    border-bottom:1px dashed rgb(22,101,142); */
}
p.indent {
    margin-left:20px;
}
ul.indent {
    margin-left:20px;
}
.blue {
    color:rgb(22,101,142);
    font-weight:bold; 
}
.citaat {
    background-color:#ddd;
    padding-left:10px;
    margin-bottom:10px;
    border-bottom: 1px dashed #444;
    border-top: 1px dashed #444;
}
.right {
    text-align:right;
    margin-bottom:10px;
}
.top {
    	clear:both;
	float:right;
	margin:0px;
	padding:0px;
}
/* stijlen voor portfolio */
.indent {
	margin-left:100px;
	padding-left:15px;
}
.positioning {
	float:left; 
	margin:4px 10px 20px 0; 
	border:0px solid black;
/*	width:150px; */
}
.clear {
	clear:left;
}
.sub_right {
	font-size:80%;
	text-align:right;
	color:#333;
	font-weight:bold;
	float:right;
	margin:0 0 5px 0px;
	padding:0 0 0 10px;
	line-height:2.0em;
}

.small {
    font-size:90%;
}
.auteur {
    font-size:90%;
    color:#666;
}
.bar {
    color:#f60;
    font-weight:bold;
}
/* Links onderaan elk artikel */
#links {
    border-top:1px dashed #555;
    border-bottom:1px dashed #555;
    height:1.7em;
    font-size:90%;
}
#links ul {
    margin:0;
    padding:0 0 0 0px;
    list-style: none;
    display:inline;
    background-color:#fff;
}
#links li {
    height:28px;
    float: left;
    margin:0 4px 0 0;
    padding:0;
    font-weight: bold;
    color:#111;
}	
#links li a:link, #links li a:visited  {
    padding: 6px 4px 7px 0px;
    margin:0;
    text-decoration:none;
}
#links li a:link {
    color:rgb(22,101,142);
}
#links li a:visited {
    color: #404040;
}
#links li a:hover, #links li a:active, #links #active {
    text-decoration:underline;
    color:#000;
    font-weight:bold;
}
#links #active {
    padding: 4px 14px 5px 14px;
}
/* Ronde hoeken met afbeeldingen */
.rndbox {
    background: #C6D9EA;
    color: #000033;
    width:180px;
}
.rndtop {
	background: url(../img/topright.gif) no-repeat right top;
}
.rndbottom {
	background: url(../img/bottomright.gif) no-repeat right top;
}
.rndbox p {
	margin: 0 8px;
	color:#444;
}
.rndbox ul {
	color:#444;
}
.rndbox h1 {
    font-size:110%;
    margin: 6px;
    padding-bottom: 4px;
    color:rgb(22,101,142);
    font-weight:bold; 
    text-align:left;
/*     border-bottom:1px solid #fffecb; */
}
.rndbox a:link, .rndbox a:visited {
    text-decoration:none;
}
.rndbox a:hover, .rndbox a:active {
    text-decoration:underline;
}

.img_corner {
	float:right; 
	margin:0px 4px 0px 4px;
}
/* soms zijn tabellen nodig ... */
table {
}
tr {
    vertical-align:top;
}
/* vermelding van de credits: onder aan elke pagina */
.credits {
    font-size:80%;
    text-align:center;
    color:silver;
}
.credits a:link, .credits a:visited {
    color:silver;
    text-decoration:none;
}
.credits a:hover, .credits a:active {
    color:#333;
    text-decoration:underline;
}
p.credits {
    margin:0;
    padding:0;
}
ul {
    margin-left: 1.2em;
    padding-left:0em;
}
.temp {
    color:red;
}

/* Statement (citaat van klant) */
.statement {
    color:#333;
    float:right;
    width:220px;
    font-style:italic;
}
.statement h2 {
    font-size:100%;
    color:#313695;
}
.statement p {
    font-size:95%;
}

/* box rond de tekst, witte achtergrond, grijs lijntje erom heen */
div.rndhome h2 {
    font-size:110%;
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 2px;
    color:#4C8CDC;
    text-align:left;
    background-color:#fff;
/*    border-left:1px solid silver; */
    width:190px;
}

div.rndhome h2 a:link,  div.rndhome h2 a:visited {
    color:#4C8CDC;
    text-decoration:none;
}
div.rndhome h2 a:hover,  div.rndhome h2 a:active {
    color:#4C8CDC; 
    text-decoration:underline;
}
div.rndhome {
	background: url(../img/tl_home.png) 0 0 no-repeat;
	margin: 0 0 10px 10px;
	padding: 0;
}

div.rndhome div {
	background: url(../img/tr_home.png) 100% 0 no-repeat;
}

div.rndhome div div {
	background: url(../img/bl_home.png) 0 100% no-repeat;
}

div.rndhome div div div {
	background: url(../img/br_home.png) 100% 100% no-repeat;
	padding: 8px 8px 4px 8px;
	width: auto !important;
	width: 100%;
}

div.rndhome ul {
    margin: 10px 0;
    padding-left: 20px;
}

div.rndhome ul li a:link, div.rndhome ul li a:visited {
	font-weight: bold;
}

div.rndhome a.mainlevel:link, div.rndhome a.mainlevel:visited  {
	background: none;
	padding-left: 0;
}

div.rndhome ul li a:hover {
	font-weight: bold;
}
h1 .bovenaan {
    padding-top:20px;
}

