/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
	height:auto;
	background:url(../gfx/bg.jpg) top center repeat-y;
	text-align: center;
}
.clear{clear:both;}

a {
	text-decoration: none;
}
#menu ul {
  margin-left:-3px;                                                               
}

a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}

#container {
	margin: 0 auto;
	color: #4b4b4b;
	position: relative;
	width:762px;
	text-align:left;
}

#content {
	width:762px;
	float:left;
	margin:0 auto;
}


#headerleft {
    background-image:url(../gfx/header_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:464px;
	height:148px;
	float:left;
}

#headerright {
    background-image:url(../gfx/header_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:298px;
	height:179px;
	float:right;
}

#tabs {
	width: 464px;
	height: 31px;
	position: relative;
	float:left;
	background-color:#FFFFFF;
}
#tabs ul {
	display: block;
	width: 464px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	list-style: none;
}
#tabs li, #tabs a {
	display: block;
	float: left;
	height: 31px;
	width: auto;
	line-height: 31px;
	vertical-align: middle;
	text-align:center;
	font-size: 14px;
	font-family:Tahoma, verdana, arial;
	font-weight:bold;
}
#tabs li {
	margin: 0 2px 0 0;
}


#tabs a {
	background: url(../gfx/tab.jpg) top left no-repeat;
	text-decoration: none;
	width:150px;
	color: #FFF;
	cursor: pointer; /* Silly IE6 hack */
}
#tabs a span {
	background: url(../gfx/tab.jpg) top right no-repeat;
	display: block;
	float: left;
}

#tabs a:hover {
	background: url(../gfx/tab_hover.jpg) top left no-repeat;
	text-decoration: none;
	color: #FFF;
}
#tabs a:hover span {
	background: url(../gfx/tab_hover.jpg) top right no-repeat;
	display: block;
	float: left;	
}

#line {
    height:4px;
	background-image:url(../gfx/line.gif);
	background-repeat:repeat-x;
	background-position:left;
	width:762px;
	background-color:#FFFFFF;
}

#zoeken {
    height:32px;
	width:200px;
	float:left;
	background-image:url(../gfx/zoeken.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFFFFF;
}

#zoek {
    margin-left:40px;
	margin-top:8px;
	border:0;
	height:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#CC0000;
	width:148px;
	vertical-align:middle;
}

.button {
background-color:#003300;
color:#CCCCCC;
font:Tahoma, verdana, arial;
font-size:12px;
border:2px #367A01 solid;
width:160px;
height:22px;
}
.transItems {
    background:transparent
}

#knoppen {
    height:32px;
	width:500px;
	font-family:Tahoma, verdana, arial;
	font-size:14px;
	color:#357900;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
	font-weight:bold;
	line-height:32px;
	float:right;
}

#knoppen a {
    color:#357900;
}


#knoppen a:hover {
    color:#CC0000;
	text-decoration:none;
}

#midden {
    width:762px;
}
#menu {
	background-image:url(../gfx/ronding_left.gif);
	background-repeat:no-repeat;
	background-position:top;
    width:192px;
	float:left;
	min-height:20px;
}

#menu2 {
    width:192px;
	float:left;
	color:#FFFFFF;
	margin-left:8px;
}

#menu2 ul{
	font-family:verdana, arial, tahoma;
	font-size:13px;
	list-style:none;
}

#menu2_outside{ list-style-position: outside }
.menu2_inside{ 
margin-left:12px;
list-style-position: inside }


#menuhouder {
min-height:250px;
}

#menu2 a {
 text-decoration:none;
 color:#FFFFFF;
 }

#menu2 a:hover {
   text-decoration:none;
   color:#003300;
  }

#info a {
 text-decoration:none;
 color:#FFFFFF;
 }

#info a:hover {
   text-decoration:none;
   color:#003300;
  }
	

#inhoud {
    width:544px;
	float:right;
	padding-right:10px;
	padding-top:6px;
	font-family:sans-serif, arial;
	font-size:12px;
}

h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#003300;
}

#titel, #titel h3 {
    font-family:Tahoma, verdana;
	color:#DB011B;
	font-size:18px;
	font-weight:bold;
	width: 560px;
	float:right;
}
#bottom{
    margin:0 auto;
    height:40px;
	color:#CCCCCC;
	width:762px;
	font:verdana;
	font-weight:bold;
	}
#bottom a, a:hover {
    text-decoration:none;
	color:#CCCCCC;
}

#left {
    width:170px;
	float:left;
}

#right {
    width: 592px;
	float:right;
	text-align:center;
}

h5 {
    line-height:23px;
	font-size:14px;
	font-weight:bold;
	font:"Trebuchet MS";
	color:#DB011B;
}

/* Hoverhelper */
.info {
  cursor:help;
}
#hoverElement {
  padding:5px 10px;
  position:absolute;
  border:solid 1px #CCCCCC;
  font-size:11px;
  color:#333333;
  background-color:#FFFFFF;
  /*opacity:0.90;*/
}
.table_items td {
  border-left:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  padding-left:2px;
  line-height:20px;
}
.table_items td img {
  vertical-align:middle;
}
.panel{
  text-align: left;
  display:none;
}
.mijnaccount_panel li {
display:block;
height:64px;
width:300px;
vertical-align:middle;
line-height: 64px;
position: relative;
list-style:none;
}
.mijnaccountimage{
float:left;
border:0px;
}
.link a, a:hover {
color:#CC0000;
text-decoration:none;
}