/* CSS Document */
/*
Naam: main.css
Beschrijving: Stylesheet voor home.php
Auteur: Cedric De Herdt
Website: www.pdcl.be
Gemaakt: 17/5/2007
Aangepast: 17/5/2007
Info: de speciale kleuren zijn: 	#ffcccc		: het zachtroze voor achtergrond
									#ccccff		: het lichtpaars-grijze voor achtergrond van inhoud
									#990033 	: het bordeau-rode van pdcl
								   
								   en #cccccc (=#ccc): het licht-grijze voor lettertype linkermenu
								   en #333333 (=#333): het zeer donker-grijze van de letters in de .inhoud klasse
*/
body {
	font-family: "Century Gothic", Verdana, sans-serif;
	margin: 0;
	font-size: 1em;
	background-image: url(img/bg2.gif);
	background-color:#ffcccc;
	color: #000000;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
img.border {
	border: 1px solid #666666;
}


/* ID's voor bepaling rollover images topmenu */
#top_home a:hover img {
	visibility: hidden;
}
#top_home a{
	width: 77px;
	height:30px;
	display:block;
	background-image:url(img/lay_top_homeOver.jpg);
	background-repeat: no-repeat;
}
#top_prakt a:hover img {
	visibility: hidden;
}
#top_prakt a{
	width: 105px;
	height:30px;
	display:block;
	background-image:url(img/lay_top_praktOver.jpg);
	background-repeat: no-repeat;
}
#top_bereik a:hover img {
	visibility: hidden;
}
#top_bereik a{
	width: 144px;
	height:30px;
	display:block;
	background-image:url(img/lay_top_bereikOver.jpg);
	background-repeat:no-repeat;
}
#top_contact a:hover img {
	visibility: hidden;
}
#top_contact a{
	width: 127px;
	height:30px;
	display:block;
	background-image:url(img/lay_top_contactOver.jpg);
	background-repeat:no-repeat;
}

/* Einde bepaling rolloverimages voor topmenu */


/* herwerking na weghalen achtergrond verhuis-dozen */
#top_menu a{
    color:#000000;
    font-weight:bold;
    font-size:18px;
    margin-right:6px;
    text-decoration:none;
}
#top_menu a:hover {
    text-decoration:underline;
}
#top_menu td {
	padding-left:20px;
}






/* Bepaling layout linkermenu */
#left_leftside {
	background-image: url(img/lay_left_left2.jpg);
	background-repeat:repeat-y;
}
#left_rightside {
	background-image: url(img/lay_left_right2.jpg);
	background-repeat:repeat-y;
}
.leftmenu {
	background-color: #990033;
	color: #cccccc;
}
#left_bottom {
	background-image:url(img/lay_left_down2.jpg);
	background-repeat:repeat-x;
}
#left_ld {
	background: url(img/lay_left_ld2.jpg) no-repeat;
}
#left_rd {
	background: url(img/lay_left_rd2.jpg) no-repeat;
}

h5 {	/* Titels/links in linkermenu */
	font-size: 1.1em;
	color:#cccccc;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 1em;
}
h6 {	/* Subtitels/links in linkermenu */
	font-size: 1.02em;
	font-weight: normal;
	margin-top:0;
	margin-bottom:0;
}
a.leftmenu:link{
	text-decoration:none;
	color: #cccccc;
}
a.leftmenu:visited {
	text-decoration:none;
	color: #cccccc;
}
a.leftmenu:hover {
	color: #FFFFFF;
}
input.search {		/* Zoekveld in linkermenu */
	background-color: #cccccc;
	color: #990033;
	border : 1px solid #ccc;
}
/* Einde Bepaling layout linkermenu */


/* Begin Bepaling layout content */
#nieuws_left {
	background:url(img/lay_main_newsleft2.jpg) no-repeat;
}
#nieuws_right {
	background:url(img/lay_main_newsright2.jpg) no-repeat;
}
.nieuws {
	background-image: url(img/lay_main_news.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}
.nieuws a{
	text-decoration: none;
}
.nieuws a:hover{
	text-decoration: none;
}
.nieuws a:visited{
	text-decoration: none;
}
#content_left {
	background-image:url(img/lay_main_left2.jpg);
	background-repeat:repeat-y;
}
#content_right {
	background-image:url(img/lay_main_right2.jpg);
	background-repeat:repeat-y;
}
.content {
	background-color: #dddddd;
	color:#333333;
}
#content_ld {
	background:url(img/lay_main_ld2.jpg) no-repeat;
}
#content_bottom {
	background-image:url(img/lay_main_down2.jpg);
	background-repeat:repeat-x;
}
#content_rd {
	background:url(img/lay_main_rd2.jpg) no-repeat;
}
h1 {		/* Titels in de content */
	font-size: 1.4em;
	font-weight: bold;
	color: #990033;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.2em;
	font-variant:small-caps;
	font-weight: bold;
	color: #990033;
}
h3 {
	margin-left: 0.5em;
	font-size: 1.1em;
	font-weight: normal;
	color: #990033;
}
.content a:link{
	color: #333333;
	text-decoration: none;
	border-bottom: dashed 1px #333333;
	/*font-weight: bold;*/
}
.content a:visited{
	color: #333333;
	text-decoration: none;
	border-bottom: dashed 1px #333333;
	/*font-weight: bold;*/
}
.content a:hover {
	color: #666666;
	border: none;
}




.copy { /* Copyright statement */
	font-size: 0.7em;
	text-align:center;
	color: #666666;
}
.copy a:link{
	color: #666666;
	text-decoration: none;
}
.copy a:visited{
	color: #666666;
	text-decoration: none;
}
.copy a:hover {
	color: #333333;
}
a.transp:link { /* Voor doorschijnende images die als link gebruikt worden (anders stippellijn) */
border: none;
}
a.transp:visited {
border: none;
}


table.gestreept td {		/* tabellen in de inhoud, hoofdzakelijk bedoeld voor het nieuws weer te geven */
	border-bottom: 1px solid #990033;
	border-padding:0;
	border-spacing:0;
	border-collapse: collapse;
	vertical-align: top;
}
table.contact td{
	vertical-align: top;
	padding-bottom: 1em;
}

ul {
	list-style-image: url(img/list1.gif);
}
ul ul {
	list-style-image: url(img/list2.gif);
}



th {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
	
/*****/
/***


div.info {
	font-size: 80%;
}



div.inhoud img {
	margin-left: 5px;
}
div.inhoud img.label {
	margin: 0;
	margin-left: 2px;
}
div.beschrijving {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


**/

