img.fullsize {
   border: 0;
}

a, a:visited, a:hover {
   color: blue;
}
body {
   background-color: #F5F0ED;
   font-family: verdana, sans-serif;
   font-size: 0.8em;
}

div#main {
   background-color: #D4CDC9;
   margin: 0 auto;
   width: 750px;
   border: 1px solid black;
}

div#logo {
   background-image: url("http://www.citaro.nl/header-qbuzz.png");
   width: 750px;
   height: 124px;
   border-bottom: 1px solid black;
}


div#menu {
 background-color: #D4CDC9;
 float: left;
 width: 130px;
 height: 300px;
 margin-top: 50px;
}


div#content {
  position: relative;
  left: 0px;
  width: 610px;
  min-height: 350px;
   margin-top: 0px;
   margin-left: 130px;
   margin-bottom: 20px;
}

h1 {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
  font-size: 1.7em;
}

#menu ul {
	padding-left: 3px;
	list-style-type: none;
	margin-left: 0px;
}

               li.foto {
                        padding-bottom: 20px;
               }

               li.dateitem {
                        padding-top: 20px;
                        padding-bottom: 5px;
                }
                ul#last_updates {
                        list-style-type: none;
                        padding-left: 0px;
			margin-left: 0px;

                }

                ul.pictures {
                        list-style-type: none;
                        padding-left: 0px;
                }

div#index_pics {
  width: 600px;
  height: 300px;
}
div#recent {
   width: 348px;
   height: 300px;
   float: left;
}
div#random {
   width: 248px;
   float: right;
}
img.noborder {
  width: 200px;
  margin-left: 0px;
  padding-left: 0px;
}
               div.gb_item {
                        width: 400px;
               }
               ul.gb_item {
                        border-top: 1px solid black;
                        list-style-type: none;
                        padding-left: 0px;
               }
               li.gb_subject {
                        font-weight: bold;
               }
               li.gb_author {
                        font-style: italic;
                        font-size: 10pt;
               }

a#plus {
	font-size: +1; 
	font-weight: bold;
	color: green;
	text-decoration: none;
}
a#min {
	font-size: +1; 
	font-weight: bold;
	color: red;
	text-decoration: none;
}

img.hide {
	visibility: hidden;
}
