/***************************************************
BASED ON TEMPLATE OF FullAhead
REVISED BY PROMOOZZ.ORG
OWNER: DierenPraktijk Sirius, Mechelen
AUTHOR: M.o0zzuzz
 ***************************************************/


/***************************************************
	STRUCTURAL ELEMENTS
 ***************************************************/

html
{
	z-index: 0;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

body {
	position: relative;
	margin: 3px 20px 3px 20px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.62em;
	color: #666;
	background-color: #EEE;
	min-height: 100%;
}

#siteBox {
	position: relative;
	width: 630px;
	margin: 0px auto;
	text-align: justify;
}

#headerBox {
	position: relative;
	width: 630px;
}

#header {
	height: 138px;       /* voor headerimage */
	width: 630px;
	background: url(/2pix/hdr_dierenartsenpraktijkSirius2-v3c.jpg) no-repeat top center;
	margin-bottom: 25px; /* voor menu */
}

#footer {
	background: url(/2pix/h1_bg.jpg) no-repeat bottom right;
	text-align: right; 
	margin-top: 65px;
	padding: 5px 2px; 
}

#menuBox {
	z-index: 20;
	position: absolute;
	top: 138px;          /* net onder headerimage */
	left: 0px;
	height: 25px;
	margin-right: 18px;  /* let op voor de hoeken van de headerimage */
	margin-left:  18px;
	margin-bottom: 0px;
	padding: 0px;
}

#mainBox {
	position: relative;
	width: 100%;	
}

#mainBox #content {
	position: relative;
	padding-left: 195px;
	text-align: justify;
}

#mainBox #randinfo {
	position: absolute;
	left: 0;
	top: 0px;
	width: 175px;
	padding: 0px 0px 0px 0px;
}

#randinfo .block {
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-top: 12px;
	background: #DDD url(/2pix/block_top.gif) no-repeat top center;
}

#randinfo .block .bottom {
	position: relative;
	height: 28px;
	background: #DDD url(/2pix/block_bottom.gif) no-repeat bottom center;
}


/***************************************************
	 GENERAL ELEMENTS
 ***************************************************/

h1 {
	clear: both;
	padding: 5px 0px 12px 10px;
	margin: 0px;	
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1.5px;
}

h2 {
	clear: both;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 5px;
	font-family: arial, verdana, Sans-Serif;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	color: #56B600;
}

a {
  color: #56B600;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

acronym {
  border-bottom: 1px dashed #BBB;
  cursor: help;
}

img {
	border: 0px;
}

img.right {
	float: right;
	padding: 3px;
}

img.left {
	float: left;
	padding: 3px;
}


/***************************************************
	 HEADER extra styles
 ***************************************************/


#header h1 {
	display: none;
	padding: 10px 0px 0px 180px;
	font-size: 2.5em;
	line-height: 0.9em;
	letter-spacing: -1.5px;
	color: #EEE;
}

#header h2 {
	padding: 120px 0px 0px 180px;
	color: #EEE;
}


/***************************************************
	 MENU extra styles
 ***************************************************/

#languageselectionblock {
	display: none;

	position: absolute;
	overflow: hidden;
	height: 15px;
	top: 18px;
	left: 10px;
	width: 95px;
	z-index: 900;
	padding: 0px;
	padding-left: 1px;
	margin: 0px;
	
	line-height: 1.3em;
	background: url(/2pix/tab0003.gif) top center;
}

#menuBox ul {
	position: relative;
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#menuBox li {
	position: relative;
	display:inline;
	float: left;
	
	color: #333;
	margin:  0px;
	padding: 0px;
	text-align: left;
	cursor: default;
}

#menuBox li a {
	position: relative;
	display: block;
	margin: 0px;
	padding: 6px 7px 3px 7px;
	
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#menuBox ul li a:hover {
	background: transparent url(/2pix/menu_tab.gif) no-repeat top center;
}

#menuBox ul li a.active {
	background: transparent url(/2pix/menu_tab.gif) no-repeat top center;
}

#menuBox li ul {
	position: absolute;
	display: none;/*  */
	top:  99%;
	left: 0px;
	list-style: none;
	
	margin: 0px;
	padding: 0.2em 0em 0.0em 0em;
	border-right:  solid 1px #7d6340;
	border-left:   solid 1px #FAFAFA;
	border-bottom: solid 1px #FAFAFA;
	background-color: #EEEEEE;/* DDD;  */
}

#menuBox li ul li {
	position: relative;
	display: inline;
	float: none;
	
	margin: 0px;/* -3px auto;*/
	padding: 0px;
	background-color: transparent; /* yellow; */
}

#menuBox li ul li a {
	position: relative;
	display: block;

	margin: 0px;
	padding: 3px;
	color: #333;
	text-transform: none;/* */
	background-color: transparent; /* blue; */
	background: url(/2pix/h1_bg.jpg) no-repeat bottom center;
}

#menuBox li ul li a:hover {
	background: #F9F9F9;
	
}

#menuBox li:hover ul, #menuBox li.over ul {
	display: block;
}

.iedisplayblockhack { /* fake class with a width makes IE believe every li of the same ul has a concrete width. Then IE displays every following li as real hoverable/clickable block (!) */ 
	width: 1px; 
	margin-left: -9999px; 
	height: 0px; 
	line-height: 0.1px; 
	font-size: 0em;
}

#menuBox li>ul {
	top: auto;
	left: auto;
}


/***************************************************
	 CONTENT extra styles
 ***************************************************/


#content * {
	z-index: 1;
}

#content h1 {
	background: url(/2pix/h1_bg.jpg) no-repeat bottom center;
}

#content h2 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	text-transform: none;
	padding-left: 6px;
	padding-top: 10px;
}

#content p, #content li {
  line-height: 2em;
  padding: 8px 0px 8px 5px;
  margin:  5px 0px 5px 0;
}

/*
#content p:first-letter {
  font-size: 1.4em;
}

*/

#content ul {
	margin: 0px; padding: 0px 0px 0px 5px;
	background-color: transparent;
}

#content ul li {
	padding: 0px; 
	padding-left: 19px; 
	background: transparent url(/2pix/icon.star.gif) no-repeat 0px 3px;
	list-style-type: none;
}

#content .c {
	text-align: center;
}

#content input {font-size: x-small;}
#content textarea {font-size: x-small;}
#content select {font-size: x-small;}

#content table.uren {
	/** background-color: #DDD; */
	width: 95%;
	border-collapse: collapse;

	padding: 0px;
	margin: 2px;
	border: 0px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#content table.uren .hoofding {
	background-color: #DDD;
	font-weight: bold;
	color: #000;
}

#content table.uren .vr {
	background-color: #ccf7cc;
}

#content table.uren td {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
}

/***************************************************
	 RANDINFO extra styles
 ***************************************************/

#randinfo p {
	clear: both;
	line-height: 20px;
	padding: 0px 8px 5px 8px;
	margin: 5px 0px 5px 0px;
	/* border: 1px red solid; */
}

#randinfo p.adres {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	color: #111111;
	background: url(/2pix/icon.email.gif) no-repeat center left;
	/* border: 1px blue solid; */
}

#randinfo .map_icon {
	position: absolute;
	width: 30px;
	height: 34px;
	background: url(/2pix/icon.kaart.gif) no-repeat center center;
	top: 20px;
	right: 10px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

#randinfo p.telefoon {
	background: url(/2pix/icon.phone.gif) no-repeat center left;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  padding-left: 17px;
  color: #111111;
}

#randinfo p.fax {
  background: url(/2pix/icon.fax.gif) no-repeat center left;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  padding-left: 17px;
  color: #111111;
}

#randinfo .block table {
	width:171px;
	border-collapse: collapse;

	padding: 0px;
	margin: 2px;
	background-color: #EEE;
	border: 0px;
}

#randinfo .block td {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
}

#randinfo .block table acronym {
	border-bottom: 1px dashed #EEE; /* Opx solid  transparent; */
	text-decoration: none;
	cursor: help;
}

