/* aadi css file */

/* algemene css */
body {
	background: url(images/content.gif) repeat-y;
	color: #ccc;
	background-color: #fff;
	font-family: serif;
	font-size: 13pt;
	margin: 0px 0px 0px 0px;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	width: 740px;
	text-align: left;
}

@font-face {
	font-family: "georgia";
  src: url("http://www.aadi.be/fonts/georgia")
}

@font-face {
	font-family: "samarkan";
  src: url("http://www.aadi.be/fonts/samarkan")
}

/* externe link weergeven met icoontje */
a[href^="http:"] {
	background: url(images/ExternalLink.gif) no-repeat right top;
	padding-right: 10px;
}

a[href^="http://www.aadi.be"], a[href^="http://aadi.be"] {
	background-image: none;
	padding-right: 0;
}

a, a:active, a:visited {
  text-decoration: underline;
  background-color: #600;
  color: #fc3;
}

a:hover {
	text-decoration: none;
	background-color: #600;
	color: #ccc;
}

p, ul, il {
	margin-left: 10px;
	margin-right: 10px;
}

p:first-letter {
	color: #699;
	background-color: #600;
	font-size: 18pt;
	font-weight: bold;
	padding: 1px;
}

h1, h2 {
	color: #669999;
}

/* begin css layout */
div.layout {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 920px;
}
/* deel met logo */
div.header {
	clear: both;
	float: left;
	margin-top: 0px;
	width: 920px;
	height: 117px;
	background:url(images/header_1.gif) no-repeat;
}


div.headertext {
	color: #fc3;
	font-family: samarkan, verdana, sans-serif;
	font-size: 28pt;
	/*font-weight: bold;*/
	padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 200px;
    text-decoration: none;
}

.keywordstext .keywordstext a, .keywordstext a:link, .keywordstext a:active, .keywordstext a:visited{
	color: #699;
	background-color: #600;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	text-align: left;
}


/* deel met menu in blauwe balk */
div.menu {
	float: left;
	clear: both;
	width: 920px;
	height: 29px;
	background:url(images/topmenu.gif) no-repeat;
}

div.menutext {
	color: #fc3;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 6px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 7px;
  	text-decoration: none;
}

.menutext a, .menutext a:link, .menutext a:active, .menutext a:visited {
  /*letter-spacing: -0.08em;*/
	text-decoration: none;
  	background-color: #699;
  	color: #fff;
  	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fc3;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.menutext a:hover {
	/*letter-spacing: -0.08em;*/
	text-decoration: none;
	background-color: #600;
	color: #fc3;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fc3;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

/* deel met menu in grijze balk */
div.submenu {
	float: left;
	clear: both;
	width: 920px;
	height: 32px;
	background:url(images/bottommenu.gif) no-repeat;
}

div.submenutext {
	color: #699;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	padding-top: 8px;
  	padding-left: 7px;
	padding-right: 5px;
  	padding-bottom: 0px;
  	font-weight: bold;
}

.submenutext a, .submenutext a:link, .submenutext a:visited, .submenutext a:active {
	/* letter-spacing: -0.05em; */
	font-size: 10pt;
	text-decoration: none;
	background-color: #ccc;
	color: #600;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;*/
	padding: 1px;
}
.submenutext a:hover {
	/* letter-spacing: -0.05em; */
	font-size: 10pt;
  	text-decoration: none;
  	background-color: #600;
  	color: #fc3;
  	/*border-style: solid;
  	border-width: 1px 1px 1px 1px;
  	border-color: #fc3;*/
  	padding: 1px;

}

/* deel met titel */
div.titel {
	float: left;
	clear: both;
	width: 920px;
	height: 61px;
	background:url(images/titel.gif) no-repeat;
}

div.titeltext {
	color: #fc3;
	font-family: samarkan, verdana, sans-serif;
	font-size: 20pt;
	/*font-weight: bold;*/
	padding-top: 20px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 75px;
  	text-decoration: none;
}


/* deel met inhoud */
div.inhoud {
	float: left;
	clear: both;
	width: 920px;
	color: #ccc;
	background:url(images/content.gif) repeat-y;
}

div.inhoudtext {
	color: #fc3;
	font-family: georgia, verdana, georgia, serif;
	font-size: 12pt;
	text-align: justify;
	padding-top: 5px;
  	padding-left: 60px;
	padding-right: 80px;
  	padding-bottom: 10px;
}

/* deel met footer */
div.footer {
	float:left;
	clear: both;
	font-family: sans-serif;
	font-size: 9pt;
	width: 920px;
	height: 43px;
	padding-top: 15px;
	padding-left: 75px;
	padding-bottom: 30px;
	background:url(images/footer.gif) no-repeat;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active {
	font-family: sans-serif;
	font-size: 9pt;
	color: #ccc;
	text-decoration: none;
	background-color: #600;
}

.footer a:hover {
	font-family: sans-serif;
	font-size: 9pt;
	color: #fc3;
	text-decoration: none;
	background-color: #600;
}

.motto {
	font-family: georgia, serif;
	font-size: 11pt;
	color: #fc3;
	text-decoration: none;
	font-weight: bold;
	/*background-color: #600;*/
	padding-top: 0px;
	padding-bottom: 30px;
}

.small {
	color: #699;
	background-color: #600;
	font-variant: small-caps;
	font-size: 9pt;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

.imgleft {
	padding: 2px;
	display: inline;
	color: #699;
	background-color: #000;
	border: 3px solid #699;
	margin: 10px 10px 10px 10px;
	float: left;
}

.imgcenter {
	padding: 2px;
	display: inline;
	color: #699;
	background-color: #000;
	border: 3px solid #699;
	margin: 10px 10px 10px 10px;
}

.imgright {
	padding: 2px;
	display: inline;
	color: #699;
	background-color: #000;
	border: 3px solid #699;
	margin: 10px 10px 10px 10px;
	float: right;
}
