body{
	background-color:#800040;
	text-align:center;
	vertical-align: middle;
	color: #666666;
	font-size: 12px;
}

#container { 
	width: 999px;
	margin: auto auto;
	padding: 0px;
	font-family: Arial;
	text-align: left;
	font-size: 12px;
	color: #666666;
}

#header{
	width: 999px;
	height: 236px;
	margin: 0px;
	padding: 0px;
	
	background-image:url(./images/claires-shutters-header.jpg);
	float: left;
}

#content{
	width: 999px;
	margin: 0px;
	padding: 0px;
	
	background-image:url(./images/claires-shutters-content.jpg);
}
	
#footer{
	width: 999px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	
	background-image:url(./images/claires-shutters-footer.jpg);
}

#copyright{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

#menu{
	height: 44px;
	margin: 0px;
	margin-top: 180px;
	color: #ffffff;
	background-color: #ffffff;
	background-image:url(./images/claires-shutters-menu.jpg);
	float: left;
	position: absolute;
}

#menu div#menu_tekst{
	height: 44px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu div#menu_bocht{
	width: 16px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	background-image:url(./images/claires-shutters_07.jpg);
	float: left;
}

#navlist
{
height: 44px;
margin: 0px;
margin-top: 15px;
//margin: 0px;
float: left;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{
height: 14px;
margin: 0px;
padding: 15px 15px 14px 15px;
color: #fff;
background-image:url(./images/claires-shutters-menu.jpg); 
text-decoration: none;
}

#navlist a:hover
{
height: 14px;
margin: 0px;
padding: 15px 15px 14px 15px;
color: #fff;
background-image:url(./images/claires-shutters-menu-hoover.jpg); 
text-decoration: none;
}

#clear{
	clear: both;
}

/** Website tekst stylen **/

h1 {
	color: #c40062;
	line-height: 0px;
	font-size:	22px;
	margin-top: 30px;
	margin-bottom: 14px;
}

h2 {
	color: #c40062;
	line-height: 0px;
	font-size:	18px;
	margin-top: 30px;
	margin-bottom: 14px;
}

a:link {
	color: #c40062;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c40062;
}
a:hover {
	text-decoration: underline;
	color: #800040;
}
a:active {
	text-decoration: underline;
	color: #c40062;
}

.content_tekst{
	width: 960px;
	margin: 0px;
	padding: 20px;
}

.tabel{
	color: #666666;
	font-size: 12px;
}

.trConcurrent{
	border-bottom: 1px solid #666;
	border-collapse: collapse;
border-spacing: 0px;
}

/****** Forms******/
 label{
    float: left;
    width: 150px;
    text-align: right;
    
    margin-right: 15px;
}

input{
    background-color: #f5f5f5;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
}

select{
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
}

textarea{
    width: 350px;
    height: 200px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 10px;
}

/****** Eind Forms ******/