/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose: Pro Avalanche main css
 *
 * NOTES
 *
 *
 * TODO
 * 
 * 
 * 
 *
 * HISTORY
 * 070402 CHANGE hr
 * 070402 CHANGE #mainContent img floats
 *********************************************/


/* --[ general ]------------------------------- */

body {
	padding: 0;
	color: #666666;
	background-color: rgb(53, 95, 160);
	left: auto;
	right: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../imgs/bgtile37.gif); 
	background-repeat: repeat;
	background-position: top left;
}

/* --[ titels ]------------------------------- */

h1,h2,h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;

}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.7em;
	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	text-transform : UPPERCASE;
	letter-spacing : 0.1em;
	word-spacing : 0.1em;
	font-size : 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight : normal;
	font-size: 0.8em;
	color: rgb(181, 28, 28);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-variant: normal;
	padding: 0px;
/*	background-image: URL(../imgs/tite  lbg1.gif);*/
	background-repeat: repeat-x;
	}

.nieuws h3 {
	clear: both;
	}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	text-transform : UPPERCASE;
	letter-spacing : 0.1em;
	word-spacing : 0.1em;
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	text-transform : UPPERCASE;
	letter-spacing : 0.1em;
	word-spacing : 0.1em;
	font-size : 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight : normal;
	color: #666666;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
/*	background-color: pink; */
	}

td {
	vertical-align: top;
}

tr.titel{
	font-size: 9px;
	color: #BBBBBB;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #EEEEEE;
/*	background-image: url(../imgs/bg_titel.gif);*/
	background-repeat: repeat-x ;
	font-weight: normal;
}

tbody {
	vertical-align:top;
}

a {
	padding: 2px;
	text-decoration: none;
}
a:link,  a:visited {
	color: #355fa0;
	font-weight : bold;
}
a:hover,  a:active {
	color: #FFFFFF;
	background-color: #355fa0;
	font-weight : bold;
}


#rand {
	border: 1px solid #355fa0;
}

/* --[ header ]------------------------------- */

#header {
	text-align : right;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../imgs/logo.gif);
	background-position: left top;
	height: 111px;
	vertical-align: bottom;
	padding-bottom: 0.8em;
	}

/* --[ content ]------------------------------- */

#mainTable {
	margin: auto;
	border: 1px;
	border-color: #355fa0;
	line-height: 1.7em;
	background-color: white;
	width: 760px;
	border-collapse: inherit;
	}


#mainContent {
	border-left: 1px dotted #CCCCCC;
	padding: 20px 20px 20px 15px;
}
#mainContent dt {
	color: #666666;
	list-style-type: none;
	font-weight: bold;
	font-size: 0.8em;
}

#mainContent dd {
	color: #666666;
	list-style-type: none;
}


#mainContent td {
	padding: 3px 10px 3px 10px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}

#mainContent img {
	padding: 0px;
}

/* --[ secondary ]------------------------------- */

.sbtitel {
	margin: 5px 0;
	padding: 0 0 0 18px;
	background: none;
	}

.sbtitel-actief {
	margin: 5px 0;
	padding: 0 0 0 18px;
	background: url(../imgs/arrow_gray.gif) no-repeat 5px 0.5em;
	}

 
#secondary {
	float: left;
	padding: 30px 0px 80px 6px;
	width: 158px;
	font-size: 0.8em;
	color: #666666;
	background-color: transparent;
}



#secondary ul {
	font-size: 1em;
	margin: 0 0 10px 8px;
	padding: 0;
	list-style: none;
	background-color: transparent;
	/* prevent ie6/win from shifting page height when a list of links is moused over */
	padding-bottom: 1px;
	}
	
#secondary ul li {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 18px;
	background:  url(../imgs/arrow_dark_blue.gif) no-repeat 5px 0.8em;
	}
	
#secondary a {
	color: #355fa0;
	font-weight: normal;
/*	padding: 0 0 0 18px;*/
/*	background:  url(../imgs/arrow_gray.gif) no-repeat 5px 0.5em;*/

}

#secondary a:hover {
	color: #355fa0;
	border-bottom: 1px solid #355fa0;
/*	padding: 0 0 0 18px;*/
/*	background: url(../imgs/arrow_dark_blue.gif) no-repeat 5px 0.5em;*/
	background-color: transparent;
	font-weight : normal;
}

#secondary hr {
    height: 1px;
    width: 150px;
    background: #7e1f1a;
    margin: 15px 20px 3px 20px; 
    border: 0; 
   }




/* --[ fotos ]------------------------------- */

.fotos a:link, .fotos a:visited {
	text-decoration: none;
}
.fotos a:hover, .fotos a:active {
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #ff0000;
	background-color: transparent;
}

.noborderfloatright {
	float: right;
	border: 0;
}

.noborderfloatleft {
	float: left;
	border: 0;
}

.fotos a img {
	border: 1px solid #eeeeee;

}


.floatright {
	float: right;
	
}

#mainContent img.floatright, 
#mainContent img.floatleft {
	border: 1px solid #eee;
	padding: 0.5em;
	background-color: white; 
	}




/* --[ rest ]------------------------------- */

hr {
    height: 1px;
    background: #fff;
    color: #fff;
    margin: 15px 0px 30px 0px; 
    border: 0; 
    clear: both;
   }


/* --[ taal ]------------------------------- */

#taal {
	position: absolute;
	top: 115px;
	left: 50%;
	margin: 0 10px 0 -370px;
	list-style: none;
	width: 740px;
	text-align: right;
	font-size: 80%;
	background-color: transparent;
	}
	
#taal li {
	float: right; /* DWZ dat de XML achterstevoren geplaatst moet worden!!!! */
	margin: 0;
	padding: 0;
	background: none;
	}
	

/* --[ footer ]------------------------------- */
 
#footer {
	background-color: #355fa0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 6px;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	border-bottom: 1px dotted #FFFFFF;
}


/* --[ box ]------------------------------- */

.box {
	width: 550px;
	margin: 0 0 14px 0;
/*	background: #FAFCFF url(../imgs/box-tile.gif) repeat-y top left;*/
	}
.box-inner {
/*	background: url(../imgs/box-bottom.gif) no-repeat bottom left;*/
	}
.box h3 {
	margin: 0;
	padding: 15px 18px 0 18px;
/*	background: url(../imgs/box-top.gif) no-repeat top left;*/
	border-bottom: 0px;
	}
.box p, .box ul, .box ol, .box dl, .box form {
	margin: 0;
	padding: 1em 18px 18px 18px;
	font-size: 0.9em;
	line-height: 1.4em;
	}
.box ul li {
	margin: 0 0 2px 10px;
	padding-left: 15px;
	list-style: none;
/*	background: url(../imgs/bullet-alt.gif) no-repeat 0 3px;*/
	}
.box dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
	}
.box dl dd {
	margin: 0;
	padding: 0;
	}
	
	
	
/* --[ form ]------------------------------- */

form {
 color: #666666;
 background-color: transparent;
}

