@IMPORT url(restyle.css);

#wrapper {
text-align:left; /* reset text alignment */
width:750px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
background-color: #fff;
background-image: url(../images/links.jpg);
background-repeat: repeat-y;
}

#links{
float: left;
width: 130px;
padding: 10px;
}

#links a:link{text-decoration: none; color: #FFFFFF}
#links a:active{text-decoration: underline; color: #ffffff}
#links a:visited{text-decoration: none; color: #FFFFFF}
#links a:hover{text-decoration: none; color: #000000}

#inhoud{
float: left;
width: 580px;
padding: 10px;
}

#footer{
width: 600px;
clear: both;
margin-left: 150px;
text-align: right;
padding-top: 30px;
font-size: 11px;
border-bottom: 1px solid #ccc;
}

#footer img{
padding-left: 10px;
}


.kunstwerk{
float: left;
width: 180px;
height: 140px;
text-align: center;
vertical-align: middle;
}

.kader_rechts{
float: right;
background-color: #c0c0c0;
padding: 20px;
margin-left: 7px;
}

.kader_rechts ul{
padding: 0px;
margin: 0px;
list-style: none;
}

.small{
display: inline;
font-size: smaller;
}

.inline{
display: inline;
}

.breadcrumbs{
margin: 0px;
padding: 0px;
font-size: 11px;
}

.noborder{
border: 0px;
margin: 0px;
padding: 0px;
}

.clear{
clear:  both;
}

.left{
float: left;
}