﻿/* CSS Document */

body {
font-family: Gill Sans MT, Arial, Verdana;
/* see also below:
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:Gill Sans MT, Arial, Verdana;
if not specified; "Helvetica Neue",Helvetica,Arial,sans-serif linked from style.CSS 
with that font from style.css; font-size 12px was ok */
font-size: 14px;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#container{
margin-left: auto;
margin-right: auto;
width: 900px;
}

a#de_notelaar_titel{
font-size: 34px;
margin-top: 2px;
color: #000000;
}

a#de_notelaar_titel:hover{
font-size: 34px;
margin-top: 2px;
text-decoration: none;
color: #333333;
}

h1{
font-size: 34px;
margin-top: 2px;
color: #000000;
}

h2{
font-size: 26px;
color: #000000;
text-decoration: none;
}

#balk_1{
position: relative;
height: 35px;
width: 900px;
}

	#kamers_ontbijt{
	position: absolute;
	width: 699px;
	font-size: 20px;
	left: 1px;
	top: 1px;
	}
	
	#talen{
	position: absolute;
	margin-top: 8px;
	margin-left: 542px; 	<!-- origineel margin left 684 voor 3 talen, 613 voor 4 talen-->

	}
		
		ul{
		margin: 0px; 
		padding: 0px;
		}
				
		ul.list{
		margin: 0px; /* vanaf wat erboven staat */
		margin-left: 20px; /* vanaf de linkerkant, ook indent */
		padding-bottom: 5px; /* enkel onderaan wat meer ruimte laten */
		}
			
	
		li.off{
		list-style-type: none;
		list-style-image: none;
		float: left;
		padding-right: 10px;
		padding-left: 5px;
		padding-bottom: 3px;
		width: 55px;
		text-align: center;
		background-color: #EEEEEE;
		border-width: 1px;
		border-color: #CCCCCC;
		border-style: solid;
		margin-left: -1px;
		color: #999999;
		border-bottom-width: 0px;
		}

		li.on{
		background-color: #DDDDDD;/* enige andere parameter dan li.off */
		list-style-type: none;
		list-style-image: none;
		float: left;
		padding-right: 10px;
		padding-left: 5px;
		padding-bottom: 3px;
		width: 55px;
		text-align: center;
		border-width: 1px;
		border-color: #CCCCCC;
		border-style: solid;
		margin-left: -1px;
		color: #999999;
		border-bottom-width: 0px;

		}
		
		li:hover{
		background-color: #CCCCCC;
		}
*/		
		li>a{
		color: #999999;
		}
		
		li>a:hover{
		color: #999999;
		text-decoration: none;
		}

		
-- width was 900 px - height was 113 px - als visibility hidden gezet wordt dan zie je de adobe flashplayer object niet meer afbeelden--
#fotorij{
margin-top: -5px;
width: 880px;
visibility: visible;
clear: left;
height: 100px;

}

	#menu_foto {
	margin-left: -3px;
	border-width: 0px;
	}
	
#content{
padding-left: 100px;
width: 600px;
}

	#content_item{
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	}
	
	#meer_info{
	float: right;
	margin-top: -20px;
	}
	
	#terug{
	float: right;
	margin-top: -20px;		
	}
	
	a{
	text-decoration: none;
}
	
	a:hover{
	text-decoration: underline;
	}

table{
border-width: 1px;
border-style: solid;
/*border-collapse: collapse;*/
border-color: #333333;
padding-bottom: 5px;
}

tr{
border-width: 1px;
border-style: solid;
/*border-collapse: collapse;*/
border-color: #333333;
}

td{
border-width: 1px;
border-style: solid;
/*border-collapse: collapse;*/
border-color: #333333;
/* width: 200px; */
padding: 3px;
padding-left: 8px;
vertical-align: top;
}

	td#top{
	border-bottom-width: 2px;
	font-weight: normal;
	background-color: #CCCCCC;
}
	
	td#recht_zijde{
	border-right-width: 2px;
	background-color: #CCCCCC;
	width: 400px;
	}

	td#recht_zijde_dotted{
	border-right-width: 0px;
	border-right-style: dotted;
	width: 480px;
	}

#adres{
	width: 300px;
}

a#link{
padding-top: 15px;
}

p{
padding-bottom: 2px;
}

/* 20200525 found in https://stackoverflow.com/questions/19543964/how-to-add-style-to-a-span-class; needs a "." prefix to be recognized as a class ! */
.copyrightstyle{
	float: right; 
	font-size: 7px;
	padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:Gill Sans MT, Arial, Verdana;
	/* if not specified; "Helvetica Neue",Helvetica,Arial,sans-serif linked from style.CSS */
}
