 /******************* Stylesheet levenalsgodindrenthe.nl *****************/

body {
    background-color: transparent;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
} 

/************************* Inhoud ***********************/

#box1{
    background-color: transparent;
    padding: 0px;
} 

/********************* Kop webpagina ********************/

#box2{
    background-color: transparent;
    padding: 0px;
    border-bottom-color: orange;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#header{
    width: 1024px;
    background-color: #F4F4F4;
}

.logo{
    background-color: white;
    padding: 30px 0px 0px 0px;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    height: 80px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.hoofdmenu{
	height: 36px;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
}

/********************* kolommen gedeelte webpagina ********************/
#box3{
    background-color: transparent;
    padding: 0px;
    border-bottom-color: orange;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}


#midden{
	width: 1024px;
	height: 470px;
	padding: 0px;
	background-color: #f5f5f5;
	background-image: url(../img/TopperGroot.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.werkgebied{
	width: 700px;
	text-align: left;
	background-color: transparent;
	position: fixed;
	padding: 10px 10px 10px 10px;
}
.inlog{
	width: 324px;
	text-align: right;
	background-color: transparent;
	margin-left: 680px;
	padding-right: 10px;
	padding: 10px;
}

/************************ Voetnoot **********************/

#footer {
    width: 1024px;
    height: 60px;
    background-color: #F4F4F4;
} 

.footermenu {
    width: 1024px;
    height: 20px;
    background-color: #24618E;
    padding-top: 4px;
}

.footertekst {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.designbanner{
    width: 1024px;
    height: 20px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
	 padding: 4px;
}
/*************************** Inlog box *************************/ 

.tabelbox{
	font-family: Tahoma;
	border: 3px solid black;
	background-color: black;
	font-size: 8pt;
	color: white;
	width: 200px;
}

.inputbox{
	border: 3px solid gray;
	width: 200px;
	padding: 10px 0px 10px 5px;
}

.inputknop{
	border: 3px solid gray;
	width: 200px;
	padding: 10px 0px 10px 5px;
	background-color: #24618E;
	color: white;
	cursor: pointer;
}
.inputknop:hover{
	background-color: #1e90ff;
}

a.inlogww  {
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;
	height: 30px;
	vertical-align: middle;
	text-align: right;
}

a.inlogww:hover  {
    color: #FF0000;
}

/*************************** Hoofdmenubalk *************************/ 
a.hoofdmenubalk  {
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
    height: 25px;
    padding: 5px 0px 2px 0px;
    vertical-align: middle;
    text-align: center;
}

a.hoofdmenubalk:hover  {
    color: #FF0000;
}

/*************************** Footermenubalk *************************/ 
a.footermenubalk  {
	font-size: 8pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;
	height: 10px;
	padding: 3px 5px 2px 5px;
	text-align: center;
}

a.footermenubalk:hover  {
	color: black;
	height: 10px;
}

/*************************** werkblad style *************************/ 

h1.werkblad {
    font-size: 12px;
    border-top: 1px solid Black;
    width: 100%;
    border-bottom: 1px solid Black;
    background-color: #00BFFF;
    padding: 2px;
    margin-bottom: 0px;
}

.tekst{
    font-size: 11px;
}

/*************************** menu tabs *****************************/ 
#tabsJ {
	float:left;
   width:100%;
   background:#F4F4F4;
   font-size:90%;
   line-height:normal;
	font: bold 11px/1.5em Verdana;
}

#tabsJ ul {
   margin:0;
   padding:10px 10px 0 50px;
   list-style:none;
}

#tabsJ li {
	display:inline;
   margin:0;
   padding:0;
}
#tabsJ a {
	float: left;
	background: url(../img/menu/tableftJ.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabsJ a span {
	float: left;
	display: block;
	background: url(../img/menu/tabrightJ.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
   float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
   color:#FFF;
}
#tabsJ a:hover {
   background-position:0% -42px;
}
#tabsJ a:hover span {
   background-position:100% -42px;
}
#tabsJ #current a {
   background-position:0% -42px;
}
#tabsJ #current a span {
   background-position:100% -42px;
   color:#FFF;
}