/***********************************************************
 * File: do-intro.css
 * Project: Ridderlijke Duitsche Orde
 *
 * Copyright: (c) 2004 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 ***********************************************************/

/**********************************************************
   General
***********************************************************/
#header {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/public/images/menu-intro.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#main {
	background-image: url(/public/images/bg-onder-intro.jpg);
}

em {
	color: #FF6600; 
}
/**********************************************************
   Tables
***********************************************************/
#header #menu a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#header #menu a:active {
	text-decoration: none;
	color: #FF6600;
}
#header #menu a.menuselected:link {
	text-decoration: none;
	color: #FF6600; 
}
#header #menu a.menuselected:visited {
	text-decoration: none;
	color: #FF6600; 
}
#header #menu a.menuselected:hover {
	text-decoration: underline;
	color: #FF6600;
}
#header #menu a.menuselected:active {
	text-decoration: underline;
	color: #FF6600; 
}
table#help a:hover {
	text-decoration: underline;
	color: #FF6600;
}
table#help a:active {
	text-decoration: none;
	color: #FF6600;
}
/**********************************************************
   Text
***********************************************************/
.kopintro {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
/**********************************************************
   Forms
***********************************************************/
INPUT {
	background-color:#FFFFFF;
	height:18px;
	border: 1px solid #FF6600;
	font-size: 11px;
	color:#000000;
}
SELECT {
	background-color:#FFFFFF;
	border: 1px solid #FF6600;
	font-size: 11px;
	color:#000000;
	height:18px;	
	padding-left: 4px;
}

