/* file: 			molenwiek.css
   author: 			molenwiek (Marcel van der Molen)
	last update: 	7 december 2008
*/

/* nieuwe items */

body {
	scrollbar-arrow-color: #ff9900;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;

	font-family: Tahoma; 
	font-size: 15px;
	color: Black;
	background: White;
	text-align: justify;
	padding-left: 4px;
	margin: 10px;
}	

td {
	font-family: Tahoma; 
	font-size: 15px;
	color: Black;
	background: White;
	text-align: justify;
	padding-left: 4px;
	margin: 5px;
}


#oranje {
	color: #FF9900;
}

#grijs {
	color: Silver;
}

#blauw {
	color: #3399FF;
}

#rood {
	color: red;
	font-size: 13px;
}


#achterlinksrechts {
	/* links en rechts buiten de pagina (opvulling)*/
	background-image: url(pict/achterlinksrechtsstip.gif);
	background-color: white;
}

#randlinks {
	background-image: url(pict/randlinks.gif);
	vertical-align: top;	
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#randrechts {
	background-image: url(pict/randrechts.gif);
	vertical-align: top;	
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#titelbalk {
	vertical-align: top;	
	text-align: left;
	background-color: white;	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}


#titeltekst {
	vertical-align: middle;
	text-align: left;
	color: white;
	background-image: url(./pict/achtersubtitel.gif);
	margin: 0px;
	padding-top: 3px;
	white-space: nowrap;
	text-indent: 15px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

#nieuws  {
	/* item op nieuwspagina */
	margin: 5px;
	padding-left: 4px;
	width: 650px;
}

#nieuwstekst  {
	/* itemtekst op nieuwspagina */
	vertical-align: top;
	width: 70%;
	font-size: 15px;
}

#nieuwslinks {
	/* foto links  */	
	text-align: left;
	width: 30%;
}

#nieuwsrechts {
	/* foto rechts  */	
	text-align: right;
	width: 30%;
}

#nieuwsfoto {
	/* foto op nieuwspagina */
	border: none;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
}

#grijzelijn {
	margin: 15px;
	padding-left: 4px;
	width: 630px;
	height: 1px;
}

/* standaard id's */

strong {
	/* higlight; */
	color: #FF9900;
	font-weight: bold;
}

a:link {
	/* font-family: "Kristen ITC", Tahoma, Arial; Tahoma, Arial;*/
	color: #FF9900;
	border: none;
	text-decoration: none;
}

/* standaard-link-tags */

a:active {
	font-family: Tahoma, Arial; 
	color: #FF9900;
	border: none;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma, Arial; 
	color: #FF9900;
	border: none;
	text-decoration: none;
}

a:focus {
	font-family: Tahoma, Arial; 
	color: #3399FF;
	border: none;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Arial; 
	color: #FF9900;
	border: none;
	text-decoration: underline;
}

#bestelbody {
	font-family: Tahoma; 
	font-size: 15px;
	color: Black;
	background: White;
	text-align: justify;
	padding-left: 4px;
	margin: 14px;
}



#terugnaarboven {
	/* terug naar boven*/
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
	color: #c0c0c0;
	vertical-align: top;
}