@import url("menu.css");
@import url("sIFR-screen.css");
@import url("album.css");

html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
html {
	height: 100%;
	background-attachment: fixed;
	background-color: #9a823c;
	background-image: url(images/yfn_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	

}
#container { 
	position: relative; 
	width: 756px; 
	margin: 0 auto; 
	text-align: left; 
/*	background: #FFFFFF; /* replace this with background image of choice */ 
/*	background: url(images/backgrnd2.gif); */
	background-repeat: repeat-y;
/*	background-position: right; */
	min-height: 100%; /* this is where inheritance stops */ 
} 

/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */ 
* html #container {
	height: 100%; 
} 
/* end hide */ 

/* trick to get compliant browsers to clear the (right) floated div if required */ 
#container::after{ 
	content: "."; 
	display: block; 
	height: 0; 
	line-height: 0; 
	font-size: 1px; 
	clear: both; 
	visibility: hidden; 
} 
#content {
	display:table;
	position: relative; 
	width: 756px; 
	margin: 1px 0 22px 0;
	text-align: left; 
	min-height: 100%;
	background: url(images/backgrnd2.gif);
	background-repeat: repeat-y;
}
#header { 
	position: absolute; 
	z-index: 100; 
	left: 50%; 
	margin: 0 0 0 -378px; 
	height: 245px; 
	width: 756px; 
	background: url(images/header2.jpg);
/*	background: #008; */
} 

#footer 
{ 
	position: absolute; 
	left: 50%; 
	bottom: 0; 
	margin: 0 0 0 -378px; 
	padding: 0; 
	height: 62px; 
	width: 756px; 
/*	background: url(images/footer2.jpg); */
	background: url(images/footer2.jpg) no-repeat left top;
} 

#left-col 
{ 
	position: relative; 
	float: left; 
	margin: 260px 0 0 0; 
	padding: 0 0 100px 20px; 
	width: 195px; 
/*	background: #eee; /* this is for illustration only */ 
	color: #000;	
} 

#right-col 
{
	position: relative;
	float: right;
	margin: 260px 0 0 0;
	padding: 0 20px 100px 0;
	width: 521px;;
	color: #000;
}
#nieuwsheader
{
	background: url(images/nieuwsheader.jpg);
	width: 159px;
	height: 26px;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
#tvyheader
{
	background: url(images/nieuwsheader.jpg);
	width: 159px;
	height: 26px;
	padding: 6px 0 0 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

a.nieuwsheader, a.nieuwsheader:active, a.nieuwsheader:link, a.nieuwsheader:visited {
	color: #FFFFFF;
}
a.nieuwsheader:hover {
	color: #99cccc;
}
a.tvyheader, a.tvyheader:active, a.tvyheader:link, a.tvyheader:visited {
	color: #FFFFFF;
}
a.tvyheader:hover {
	color: #99cccc;
}
#nieuws {
	background: #e2ded1;
	width: 159px;
	padding: 1px 0 1px 0;
	text-align: left;
}
#tvy {
	background: #ffffff;
	width: 149px;
	padding: 5px;
	text-align: left;
}
.nieuwsitem {
	background: url(images/bullet.gif) no-repeat left top;
	margin: 10px 15px 10px 15px;
	padding: 0 0 10px 18px;
	color: #663300;
	font-size: 9px;
	border-bottom: 1px solid #CCCCCC;
}
.nieuwsbriefkort {
	border-bottom: 0px;
}
.linkitem {
	background: url(images/linkbullet.gif) no-repeat left top;
	margin: 0 0 0 0;
	padding: 0 0 10px 19px;
}

#ohmp { 
	margin: 20px 0 0 0;
}
#footertext { 
	margin: 10px 0 0 0;
	color: #FFFFFF;

}
p
{
/*	margin: 0px 0px; */
}
a, a:active, a:link, a:visited {
	font-weight: normal;
	color: #bd7339;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #ff7300;
	text-decoration: none;
}
a.footertext, a.footertext:active, a.footertext:link, a.footertext:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a.footertext:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5f2626;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f2626;
}
.leesmeer {
/*	padding: 5px 0 0 0; */
}
a.leesmeer, a.leesmeer:active, a.leesmeer:link, a.leesmeer:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.leesmeer:hover {
	font-weight: normal;
	color: #ff7300;
	text-decoration: none;
}
	
/* css contact page table */
.contactformtableholder
{
	width:400px;
}
.contactformtable
{
	width:520px;
}
.contactformtable td
{
	vertical-align:top;
	line-height:20px;
}
.dynamicformfield {
	width: 300px;
}
input {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

/* ---- CSS Link LoginModule ---- */
.loginmodule
{
	width:165px;
    /*padding:5px 0px 5px 15px;*/
    /*margin:5px;*/
	color: #575757;
	font-weight: bold;
}

.loginfield
{
	background: #FFFFFF;
	border: 1px solid #c7c7c7;
	text-align: left;
	font-weight: bold;
	font: 11px arial black,tahoma, arial, sans-serif;
	width:160px;
	height:17px;
}

.logintitle
{
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

div#loginbox
{
	text-align: center;
	border: 2px solid #c7c7c7;
	background-color:#d7d7d7;
	width: 250px;	
	margin-top: 10px;
	padding: 8px;
}

div#loginbox div
{
	border: 0px;
	text-align: left;
	margin:5px;
}

.AspNet-Login-FailurePanel
{
	color:red;
}




