/*
	WEBSITE: NKWA	
	STYLE: Content
    	
	1 - General style
	2 - List style
	3 - Color style
	4 - Image style
	5 - Arrow style
	6 - Other style
*/
	/* 1 - GENERAL =============================================================== */

@font-face {
    font-family: 'BadaBoomBBRegular';
    src: url('badabb__-webfont.eot?') format('eot'),
         url('badabb__-webfont.woff') format('woff'),
         url('badabb__-webfont.ttf') format('truetype'),
         url('badabb__-webfont.svg#webfontF0a1OIGc') format('svg');
    font-weight: normal;
    font-style: normal;

}

H1,H2 {
  font-family: 'BadaBoomBBRegular', helvetica, arial;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 20px;
	}

H1 {
	height: 33px;
	color: #000000;
	font-size:32px;
	line-height: 38px;
}
H2 {
	height: 28px;
	color: #E26A00;
}

H1 A,H1 A:hover {
	font-size: 18px;
	color: #273077;
}

H2 A,H2 A:hover {
	font-size: 16px;
	color: #E26A00;
}

div.datum {
  font-size: 22px;
	line-height:22px;
}

div.gastenboek_naam, div.gastenboek_naam a {
  font-family: 'BadaBoomBBRegular', helvetica, arial;
	font-size: 21px;
	
}

div.gastenboek_datum{
	font-size:12px;
	color:#CCCCCC;
}

DIV#main_content_header H1,DIV#main_content_header H2 {
	float: left;
}
/*
H3.right {
  font-family: 'BadaBoomBBRegular', helvetica, arial;
	color: #faff7c;
	margin: 0px;
	padding: 0px;
	font-size: 10px;

}*/

H4.right_4 {
  font-family: 'BadaBoomBBRegular', helvetica, arial;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #E26A00;
	clear: both;
}

H4.right_4 A,H4 A:hover {
	font-size: 12px;
	color: #E26A00;
}

H5 {
  font-family: Verdana, helvetica, arial;
	padding: 0px;
	margin: 15px 0px 2px 0px;
	font-size: 14px;
	color: #000000;
	clear: both;
}

H6 {
  font-family: Verdana, helvetica, arial;
	padding: 0px;
	margin: 10px 0px 2px 0px;
	font-size: 14px;
	color: #E26A00;
	clear: both;
}

H5 A,H5 A:hover {
	font-size: 12px;
	color: #E26A00;
}

span.subtitel{
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}

A,A:hover {
	color: #000000;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

A.no_style,A.no_style:hover {
	color: #8D8D98;
	text-decoration: none;
}

HR {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 12px 0px 12px 0px;
	padding-top: 10px;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	width:100%;
	float:left;
}

hr.gastenboek
{
	margin: 18px 0px 8px 0px;
}
/* 2 - LIST STYLES *********************************************************** */
UL {
	margin: 0px;
	padding: 0px;
	list-style: disc inside;
}

/* 3 - COLOR STYLES *********************************************************** */
.orange,.orange A,.orange A:hover,A.orange,A.orange:hover,DIV#main_content_middle .orange
	{
	color: #E26A00;
}

.orange_bold,.orange_bold A,.orange_bold A:hover,A.orange_bold,A.orange_bold:hover,DIV#main_content_middle .orange_bold
	{
	color: #E26A00;
	font-weight: bold;
}

.blue,.blue A,.blue A:hover,A.blue,A.blue:hover,DIV#main_content_middle .blue
	{
	color: #333B8E;
}

.blue_bold,.blue_bold A,.blue_bold A:hover,A.blue_bold,A.blue_bold:hover,DIV#main_content_middle .blue_bold
	{
	color: #333B8E;
	font-weight: bold;
}

.blue_italic,.blue_italic A,.blue_italic A:hover,A.blue_italic,A.blue_italic:hover,DIV#main_content_middle .blue_italic
	{
	color: #333B8E;
	font-style: italic;
}

IMG.float_left,A.float_left,A.float_left:hover {
	float: left;
	margin: 4px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #E26A00;
}

A.float_left:hover {
	border: solid 1px #333B8E;
}

IMG.float_right,A.float_right,A.float_right:hover {
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #E26A00;
	clear: both;
}
img.img_agenda{
	border:1px solid #000;
}
A.float_right:hover {
	border: solid 1px #333B8E;
}

