/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

body{
 text-align:center;
 overflow: -moz-scrollbars-vertical;
}

html,body {
 height: 100%; /* HEEL BELANGRIJK! */
 font-family: Verdana;
 color:#292828;
 font-size:12px;
 background-color:#7FB3D5;
 background-position:center top;
 background-image:url(../images/bg.jpg);
 background-repeat:no-repeat;
 behavior:url(http://www.lesemancarcare.nl/fileadmin/template/main/res/csshover.htc);
 }
H1 { font-size: 14px; color:#0676B2; font-weight:bold; padding-top:10px; margin-bottom:-5px;}
H2 {font-size:11px; color:#0083CA; font-weight:bold;}
H3 { position:absolute; top:0px; font-size: 14px; color:#0676B2; font-weight:bold; padding-top:10px; margin-bottom:-5px;}
P, H1, H2, H3, H4, H5, H6{margin: 0px 0px 5px 0px;}


* html > .container {
	height: 100%;
}

.container{
	min-height: 100%;
	_height: 100%;
	text-align:left;
}
.container{
	width:1008px;
	margin:0 auto;
}
A img{
border:0px;}

.content{
position:absolute;
top:235px;
margin-left:50px;
width:875px;
}

.menu{
position:absolute;
top:40px;
margin-left:765px;
line-height:24px;
}

.c2l1-middle{
font-size:12px;
vertical-align:top;
}
.c2l1-left{
font-size:12px;
vertical-align:top;
}

/***links***/
A {
	color: #0676B2;
	text-decoration:none;
} 
A:hover{
	color: #0676B2; 
	text-decoration:none;
}

/*******FORM ********/
.csc-mailform {
position:absolute;
border: none;
width: 360px;
top:40px;
}
.csc-mailform-submit {
margin-top: 15px;
width: auto;
}

/*label {
width: 120px;
display: block !important;
display: inline;
}*/

label {
text-align:left;
width:130px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}

input,textarea {
margin:3px;
width:200px;
}

input.csc-mailform-check {
width: 15px;
}
input.csc-mailform-radio {
width: 15px;
}

.csc-mailform-field {
clear: both;
min-height: 25px;
}

legend {
display: none;
}

span.csc-mailform-radio label {
padding-top: 2px !important;

padding-top: 4px;
display: block;
}

.csc-mailform-radio fieldset {
clear: both;
margin-left: 0px;
}
.csc-mailform-radio label {
width: auto;
float: none;
}

.csc-mailform-radio {
float: left;
}

.csc-mailform-radio br {
clear: both;
}

fieldset {
border: none;
}

form {
color: #424441;
}

