body, td {

	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	
	scrollbar-face-color: #C83224;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #DFA84A;
	scrollbar-shadow-color: #C83224;
	scrollbar-highlight-color: #C83224;
	scrollbar-3dlight-color: #C83224;
	scrollbar-darkshadow-color: #C83224}

H1, H2, H3, H4, H5, H6 {padding: 0; margin: 0; color: #c93325}
H1 {font-size: 22px; font-weight:bold}
H2 {font-size: 18px}
H3 {font-size: 16px}
H4 {font-size: 14px}
H5 {font-size: 12px}
H6 {font-size: 10px}

a {text-decoration: underline; color: #E0A94C}
a:link {text-decoration: underline; color: #E0A94C}
a:visited {text-decoration: underline; color: #E0A94C}

.kop {
	color:	#E0A94C;
	font-size:	12px;
	font-weight:	bold;
	text-transform:	uppercase}

.inputbox {
				font-family: arial, helvetica, sans-serif;
				color: #666666;
				background-color: #ffffff;
				font-size: 12px;
				width: 150px;
				border-color: #7d1917;
				border-width: 1px;
				margin-bottom: 0px;
}

.button {
	width: 70px;
	background-color: #C83224;
	color: #FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px solid #E0A546;
}

textarea		{	
				font-family: arial, helvetica, sans-serif;
				color: #666666;
				background-color: #ffffff;
				font-size: 10px;
				width: 325px;
				border-color: #7d1917;
				border-width: 1px;
				margin-bottom: 0px;
}




/* ------------------------------------------------------------------ Main menu
 */


#navcontainer ul
{
margin: 0px;
padding: 0;
list-style-type: none;
}

#navcontainer li a
{
width: 10.0em;
margin: .2em 1.8em .2em 0;
padding: .2em 0em .2em .6em;
color: #c93325;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
border:0px solid #ff8888;
}

#navcontainer li li a
{
width: 8em;
margin: .2em 1.8em .2em 0;
font-weight: normal;
border:0px solid #7f7f77;
color:white;
background-color:E0A546
/*background-color:#C83224;*/

}

#navcontainer ul ul { margin: 0 0 1.5em 1em; }

#navcontainer a
{
text-decoration: none;
display: block;
/*background-color: #4682B4;
border-style:dotted;
border-width: 3px;*/
}

#navcontainer li a:hover
{
font-weight:bold;
/*background-color: #6A5ACD;
border-style: inset;*/
}

#navcontainer li li a:hover
{
font-weight:bold;
/* background-color: #6A5ACD;
 border-style: inset; */
}

#navcontainer li a#current { font-weight:bold;background-color:#BF120A;color:white}
#navcontainer li li a#subcurrent {font-weight:bold;}

#gallery_pagenrs {
	font-size: 12px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
}
#gallery_pagenrs span.currentpage {
	font-size: 12px;
	color: #791400;
	font-weight: bold;
}

#gallery_prev {
	font-size: 12px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#gallery_prev img {
	font-size: 12px;
	border: none;
	vertical-align: middle;
}

#gallery_next {
	font-size: 12px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
#gallery_next img {
	font-size: 12px;
	border: none;
	vertical-align: middle;
}

#gallery_home {
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}
#gallery_home img {
	font-size: 12px;
	border: none;
}

#gallery_photo {
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#wrapPhoto {
	display:						block;
	width:							100%;
	padding:						1px 1px 20px 1px;
	background-color:				#FFFFFF;
	text-align:						left;
	-moz-box-sizing:				border-box;
	overflow:						hidden;
}
#wrapPhoto:after { 
	content: 						".";
	display: 						block;
	line-height: 					1px;
	font-size: 						1px;
	clear: 							both;
}
#photo {
	display:						block;
	width:							120px;
	height:							90px;
	margin:							20px 0 0 20px;
	overflow:						hidden;
	float:							left;
	border:							1px solid #791400;
	
	text-align: center;
}



/* FAQ
*/

.basic  {width: 100%}
	.basic p {margin-bottom : 10px; border: none; text-decoration: none; margin: 0px; padding: 10px;}
	.basic a.listhead {cursor:pointer; display:block; padding:5px; margin: 0; text-decoration: none; color:#FFF; background:#c93325; border-top: 1px solid #FFF}
	.basic a.listhead:hover {background:#e0a94c; color:#FFF;}
	.basic a.listhead.selected {color:#FFF; background-color: #e0a94c;}

