/* Reset */
* {
  margin: 0px;
  padding: 0px;
  font-family: helvetica, arial, sans;
}
a img {
  border: none;
}
/* General positioning */
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: hidden;
}
body {
  background: #fff url(../graphics/bg.jpg) repeat-x;
}
#logo {
  position: absolute;
  left: 20px;
  top: 14px;
  width: 202px;
  height: 89px;
}
#title {
  position: absolute;
  right: 20px;
  top: -25px;
  width: 436px;
  height: 52px;
}
#magazine {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 220px;
  height: 252px;
}
#content {
 position: absolute;
 left: 245px;
 top: 20px;
 width: 640px;
 height: 460px;
}
#buttons {
 position: absolute;
 top: 130px;
 left: 40px;
}
#buttons a {
  display: block;
  width: 170px;
  height: 27px;
  background: url(../graphics/button.png);
  padding-top: 15px;
  color: #555;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}
#buttons a:hover {
  color: #000;
}
#buzzer_logo {
 position: absolute;
 right: 40px;
 bottom: -30px;
 width: 81px;
 height: 24px;
}
#bottom_menu {
 position: absolute;
 right: 140px;
 bottom: -40px;
 width: 300px;
 height: 24px;
}
#bottom_menu a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  float: left;
  margin-right: 20px;
}
#bottom_menu a:hover {
  color: #000;
}
#home_block {
  float: left;
  width: 381px;
  height: 358px;
  background: url(../graphics/home_bg.png) no-repeat;
  margin: 30px 30px;
  padding: 20px;
}

/***
* Page flip
***/

#book {
  argin: 50px 30px;
  width: 555px;
  height: 348px;
  background: url(../graphics/magazine_bg.png);
  padding: 11px 10px;
  position: absolute;
  top: 120px;
  left: 30px;
}
#leftpage, #leftpage_loading, #rightpage, #rightpage_loading {
  width: 274px;
  height: 340px;
  background: #ccc;
  float: left;
  position: relative;
  overflow: hidden;
}
#leftpage {
  background: url(../graphics/pages5.jpg) top left;
}
#rightpage {
  background: url(../graphics/pages5.jpg) top right;
}
#leftpage_loading, #rightpage_loading {
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../graphics/loading.gif) center center no-repeat;
  z-index: 50;

}
#left_click, #right_click {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 95;
  ursor: pointer;
  cursor: url(../graphics/magnify_cursor.png);  
}
#flip {
   background: url(../graphics/flip2.png) no-repeat center 10px;
   width: 191px;
   width: 252px;
   height: 419px;
   position: absolute;
   z-index: 90;
   left: 188px;
   left: 155px;
   top: -26px;
}
#rightear {
  position: absolute;
  right: 15px;
  bottom: 16px;
  width: 108px;
  height: 50px;
  background: transparent;
  z-index: 100;
  cursor: pointer;
  
}
#leftear {
  position: absolute;
  left: 10px;
  bottom: 16px;
  width: 108px;
  height: 50px;
  background: transparent;
  z-index: 100;
  cursor: pointer;
  
}
#leftear_top {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 55px;
  height: 21px;
  background: url(../graphics/ezeloor_links.png);
  z-index: 100;
  cursor: pointer;
}
#mask, #mask2 {
  background: url(../graphics/mask.png);

}
#left_blader {
  position: absolute;
  width: 112px;
  height: 47px;
  bottom: -40px;
  left: -30px;
}
#right_blader {
  position: absolute;
  width: 117px;
  height: 40px;
  bottom: -35px;
  right: -40px;
}

#teller {
  position: absolute;
  width: 184px;
  height: 35px;
  top: 85px;
  right: -50px;
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
  background: url(../graphics/teller_bg.png) no-repeat;
  color: #2f2f2f;
  
}
#current {
  font-weight: bold;
}
#cirkel {
  display: none;
  position: absolute;
  z-index: 10000000;

}
a.article:hover {
  border: dashed 2px #b41833 !important;
  background: url(../graphics/pixel.png) !important;

}
a.article_active {
  border: dashed 2px #b41833 !important;
}

div.top10_reactie {
  margin: 20px;
  float: left;
  width: 440px;
}
/****
OVER
****/
div.content {

  width: 627px;
  background: url(../graphics/content_bg_footer.png) bottom left no-repeat;
  float: left;
  padding-bottom: 15px;
 
}
div.inner_content {
  padding: 15px;
  padding-bottom: 0px;
  background: url(../graphics/content_bg.png) no-repeat;
  width: 597px;  
  float: left;     
}
div.inner_content p {
  margin-bottom: 0px;
}

#timeline {
  width: 665px;
  height: 411px;
  background: url(../graphics/over_bg.png) no-repeat 100px 70px;
  position: absolute;
  top: 125px;
  left: -10px;
}
#timeline a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  outline: none;
  text-align: center;
}
#timeline h3 {
  margin-top: 20px;
  font-style: italic;
  font-size: 24px;
}
#timeline p {
  font-size: 14px;
  color: #000;
  padding: 6px 20px;
}
#year_1934 {
  position: absolute;
  background: url(../graphics/1934.png) no-repeat;
  width: 186px;
  height: 133px;
  top: 20px;
  left: 50px;
}
#year_1977 {
  position: absolute;
  background: url(../graphics/1977.png) no-repeat;
  width: 200px;
  height: 144px; 
  top: 5px;
  left: 255px;    
}
#year_1990 {
  position: absolute;
  background: url(../graphics/1990.png) no-repeat;
  width: 201px;
  height: 145px;   
  top: 56px;
  left: 460px;  
}
#year_1997 {
  position: absolute;
  background: url(../graphics/1997.png) no-repeat;
  width: 200px;
  height: 143px;
  top: 220px;
  left: 380px;        
}
#year_2005 {
  position: absolute;
  background: url(../graphics/2005.png) no-repeat;
  width: 200px;
  height: 143px;
  top: 183px;
  left: 165px;      
}
#year_2007 {
  position: absolute;
  background: url(../graphics/2007.png) no-repeat;
  width: 170px;
  height: 123px;
  top: 223px;
  left: -15px;      
}

#close_popup {
  height: 31px;
  width: 31px;
  background: url(../graphics/close.png) no-repeat;
  margin: 28px 32px;
  cursor: pointer;  
}
#inner_popup {
  height: 289px;
  width: 480px;
  margin: 50px 40px;
}
input.text {
  border: none;
  width: 126px;
  height: 13px;
  background: url(../graphics/input.png) no-repeat;
  padding: 8px;
}
textarea {
  margin-top: 5px;
  border: none;
  width: 460px;
  height: 73px;
  background: url(../graphics/textarea.png) no-repeat;
  padding: 8px;
  font-size: 13px;
}
textarea.small {
  margin-top: 5px;
  border: none;
  width: 306px;
  height: 73px;
  background: url(../graphics/textarea_small.png) no-repeat;
  padding: 8px;
  font-size: 13px;
}
textarea.smaller {
  margin-top: 5px;
  border: none;
  width: 256px;
  height: 73px;
  background: url(../graphics/textarea_smallest.png) no-repeat;
  padding: 8px;
  font-size: 13px;
}
input.submit {
  border: none;
  width: 117px;
  height: 29px;
  background: url(../graphics/insturen.png) no-repeat;
  font-weight: bold;
}
div.reactie {
  float: left;
  width: 343px;
  background: url(../graphics/lijn.png) bottom repeat-x;
  padding: 10px 0px;
  font-size: 13px;
}
div.reactie p {
  font-size: 13px;
}

img.top10 {

	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;

}
div.top10 {
	width: 100px;
	height: 120px;
	background: url(../graphics/small_pages.jpg) no-repeat;
	position: absolute;
	left: 16px;
	top: 16px;
}
div.top10_container {
  position: relative;
  float: left;
  width: 131px;
  height: 149px;
}
div.top10_number {

	position: absolute;
	right: 15px;
	bottom: 9px;
	width: 30px;
	height: 25px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
div.rating {
  font-weight: bold;
  font-style: italic;
  float: right;
  clear: both;
}
.up {
  width: 20px;
  height: 20px;
  background: url(../graphics/thumbs_up.png) no-repeat;
  float: left;
  margin-right: 5px;
}
___.up:hover {
  background: url(../graphics/up.gif) 0px -17px no-repeat;  
}
.down {
  width: 20px;
  height: 20px;
  background: url(../graphics/thumbs_down.png) no-repeat;
  float: left;  
}
__.down:hover {
  background: url(../graphics/down.gif) 0px -17px no-repeat;  
}
div.uneven_reactie {
  float: left;
  width: 611px;
  height: 137px;
  background: url(../graphics/reactie_bg_uneven.png) no-repeat;
  margin-bottom: 10px;  
  
}
div.even_reactie {
  float: left;
  width: 611px;
  height: 137px;
  background: url(../graphics/reactie_bg_even.png) no-repeat;
  margin-bottom: 10px;
  
}

#stap1 {
  position: absolute;
  left: -8px;
  top: 108px;
}
#stap2 {
  position: absolute;
  left: 203px;
  top: 146px;
}
#stap3 {
  position: absolute;
  left: 430px;
  top: 100px;
}
#stap4 {
  position: absolute;
  left: 460px;
  top: 200px;
}
#social {
  float: left;
  margin-left: 20px;
}
#social img {
  margin: 0px 2px;
}
h1 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #75936b;
  
}
h2 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
  
}
p {
  font-size: 14px;
  line-height: 1.4em;
  color: #333;
  margin-bottom: 20px;
}
td {
  font-size: 13px !important;
  color: #333;
  padding: 2px;
}
ol {
  margin: 0px 0px 20px 50px
}
ul {
  margin: 0px 30px 0px 20px;
}
li {
  font-size: 14px;
  line-height: 1.4em;
  color: #333;
  padding-bottom: 5px;
}
a {
  color: #75936b;
  outline: none;
}
