/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
color:#636;
font-family:trebuchet ms;
font-size:12px;
}

#container{
margin:0 auto;
width:650px;
}

/*header+headerimage*/
#header{
width:650px;
height:77px;
background-image:url(images/colorblindsitehome_01.jpg);
}

#image{
width:650px;
height:143px;
background-image:url(images/colorblindsitehome_02.jpg);
}

/*navigatie*/
#nav2{
padding-top:2px;
padding-right:15px;
float:left;
}

/*content*/
h1{
font-size:18px;
font-weight:normal;
padding-bottom:10px;
}

h2{
font-size:12px;
font-weight:bold;
padding-bottom:5px;
}

h3{
font-size:12px;
font-weight:normal;
font-style:italic;
padding-bottom:5px;
}

.bold{
font-weight:bold;
}

#leftprice{
float:left;
font-weight:bold;
}

#middleprice{
float:left;
margin-left:10px;
}

#rightprice{
float:left;
margin-left:10px;
}

#beneden{
margin-top:100px;
}

/*links*/
a:link{
text-decoration:underline;
color:#636;
}

a:visited{
text-decoration:underline;
color:#636;
}

a:hover{
text-decoration:underline;
color:#b339b3;
}

/*content*/

.post{
background:#ffffff url(images/colorblindsitehome_04.jpg) no-repeat;
clear:both;
min-height:192px;
overflow:hidden;
width:650px;
}

.post .bgend{
background:url(images/colorblindsitehome_06.jpg) no-repeat;
background-position:bottom;
min-height:192px;
padding:15px 15px;
padding-bottom:150px;
}

.postsplit{
clear:both;
height:0px;
}

img.homeafb{
float:left;
margin-right:5px;
}