A:link { color: black; }
A:visited { color: black; }
A:active { color: black; }
A:hover { color: black; }

A.link_bold:link { text-decoration: none; }
A.link_bold:visited { text-decoration: none; }
A.link_bold:active { text-decoration: none; }
A.link_bold:hover { text-decoration: none; font-weight: bold; }

A.link_blue:link { text-decoration: none; }
A.link_blue:visited { text-decoration: none; }
A.link_blue:active { text-decoration: none; }
A.link_blue:hover { text-decoration: none; color: blue; }

INPUT, ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, SELECT, SPAN, TABLE, TR, TD, TH, UL {
  font-family: Verdana,Arial;
	font-size: 11px;
	color: black;
}

BODY {
  background-image: url('../images/blokje.gif');
}

FORM {
  display: inline;
}

TH {
  text-align: left;
  background-color: #0033CC;
  padding: 2px;
  color: white;
}

IMG {
  border: none;
}

.container-topmenu A:link { color: white !important; text-decoration: none; }
.container-topmenu A:visited { color: white !important; text-decoration: none; }
.container-topmenu A:active { color: white !important; text-decoration: none; }
.container-topmenu A:hover { color: yellow !important; text-decoration: none; }

.container-topmenu {
  background-color: #0033CC;
  border: solid 2px #0033CC;
  width: 95%;
	padding: 3px 15px 3px 15px;
  margin: auto;
  height : 13px;
}

.container-midmenu A:link { color: white !important; text-decoration: none; }
.container-midmenu A:visited { color: white !important; text-decoration: none; }
.container-midmenu A:active { color: white !important; text-decoration: none; }
.container-midmenu A:hover { color: yellow !important; text-decoration: none; }

.container-midmenu {
  background-color: #0033CC;
  border: solid 2px #0033CC;
  width: 600px;
	padding: 3px 15px 3px 15px;
  margin: 50px auto auto auto;
}

.container-login {
	width: 400px;
	margin: 0 auto 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2px #0033CC;
}

#title.container-login {
	background-color: #0033CC;
}

#main.container-login {
  background-color: #EEEEE2;
}

.container-password {
  width: 350px;
  margin: 50px auto auto auto;
  border: solid 2px #0033CC;
  padding: 20px;
  text-align: left;
  background-color: #F5F5F5;
}

.container-rules {
  width: 600px;
  margin: auto;
  border: solid 2px #0033CC;
  padding: 20px;
  text-align: left;
  background-color: #F5F5F5;
  padding: 20px 10px 20px 20px;
}

#goback.container-rules {
  padding: 5px 10px 20px 20px;
}

.container-main {
  width: 95%;
  text-align: center;
  border: solid black 1px;
  margin: auto;
  padding: 50px 15px 50px 15px;
  border: solid 2px #0033CC;
  background-color: white;
}

.container-actions {
 clear: both;
 height: 0px;
}

.title {
  font-weight: bold;
  text-align: center;
}

.title-login {
  font-size: 20px;
	font-weight: bold;
	background-color: #0033CC;
  text-align: center;
  color: white;
}

.title-keyword {
  font-size: 25px;
	font-weight: bold;
  text-align: center;
}

.title-menu {
  float: left;
  color: white;  
	font-weight: bold;
}

.title-function {
  font-weight: bold;
  text-decoration: underline;
}

.text {
  text-align: center;
}

.text-login1 {
	width: 100px;
	font-weight: bold;
}

.text-login2 {
  text-align: center;
  font-size: 11px;
  width: 100%
}

.text-overview {
  width: 100%;
  text-align: center;
}

.text-error {
  color: red;
  font-weight: bold;
}

.text-active {
  font-weight: bold;
}

.text-inactive {
  font-weight: none;
}

.text-price {
  text-align: right;
}

.text-back {
  width: 100%;
  text-align: right;
}

#total.text-price {
  font-weight: bold;
}

.button-login {
  text-align: right;
	margin-top: 10px;
	font-weight: bold;
}

.button-password {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}

.table-overview {
  border: solid 2px #0033CC;
  width: 600px;
  margin: auto;
  text-align: left;
}

.table-credits {
  border: solid 2px #0033CC;
  width: 600px;
  margin: auto;
  text-align: left;
}

.table-lightrow {
	background-color: #FFFFFF;
}

.table-darkrow {
	background-color: #EEEEE2;
}

.menu {
  float: right;
  color: white;
  font-weight: bold;
  padding-right: 10px;
}

.indent_50 {
  margin-left: 50px;
}

.indent_25 {
  margin-left: 25px;
}

.nav_box {
  border: solid gray 1px;
  font-size: 12px;
  line-height: 7px;
  width: 7px;
  font-family: Arial;
  float: left;
}

.items_dotted {
	float: left;
  width: 370px; /* 330 */
	background-image: url('../images/dot.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#small.items_dotted {
  width: 330px;
}

.items_dotted_gray {
	float: left;
  width: 410px; /* 330 */
	background-image: url('../images/dot_gray.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#small.items_dotted_gray {
  width: 330px;
}

.input_time {
  width: 34px;
}