body {
	margin: 0;
	background-color: #330000;
}

body#frontpage {
  margin: 0;
  padding: 0;
  background: #03070a url(/img/background_tbc.jpg) no-repeat top right;
  overflow: hidden;
}

#frontpage #site-name {
  float: right;
  padding: 10px;
  text-align: right;
  letter-spacing: 2px;
  font-size: 18px;
}

#midwrapper {
  padding: 60px 0px 150px 0px;
}

#menu_frontpage {
  width: 140px;
  height: 1600px;
  background: #330000 url(/img/TCB-logo.gif) no-repeat 20px 10px;
  padding: 100px 10px 10px 10px;
}

#menu_frontpage li {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-bottom: 10px;
}

#menu_frontpage li ul {
  background-color: #330000;
}

#menubar {
  position: fixed;
  width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #fff9ef url(http://tcbodem.nl/img/menu_logo.gif) no-repeat right 10px;
	color: #003434;
	padding-top: 15px;
  border-bottom: 20px #330000 solid;
}

#menubar ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC9900;
	padding-right: 5px;
}

#menubar ul li a {
	text-decoration: none;
	color: #CC9900;
}

#menubar ul li a.menu_item_selected,
#menubar ul li a:hover {
	color: #330000;
}

#menubar ul li a.menu_item_special {
	color: #000066;
}

#menubar ul li ul {
  background-color: #fff9ef;
  margin-top: 10px;
}

#menubar ul li li{
  display: block;
  margin-bottom: 5px;
}

#sidebar {
  position: fixed;
  top: 50px;
  width: 200px;
}

#body {
  margin-left: 220px;
}

#submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #003434;
}

#submenu li {
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 10px;
}

#submenu li a {
  text-decoration: none; 
  color: #FF6600;
}

#submenu li a.menu_item_selected {
  color: #CC9900;
}

#submenu li a:hover {
  color: #fff9ef;
}

#molbar {
  z-index: 4;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background: url(../img/balk.gif);
}

.mol_animatie {
  height: 110px;
  width: 300px;  
}

#mol1 {
  background: url(../img/mol_a1.gif) no-repeat 35px 35px;
}

#mol2 {
  background: url(../img/mol_a2.gif) no-repeat 35px 35px;
}

#mol3 {
  background: url(../img/mol_a3.gif) no-repeat 35px 35px;
}

#mol4 {
  background: url(../img/mol_a4.gif) no-repeat 35px 35px;
}
  
#mol5 {
  background: url(../img/mol_a5.gif) no-repeat 35px 35px;
}

#mol6 {
  background: url(../img/mol_a6.gif) no-repeat 35px 35px;
}

