/* Style sheet voor de-stoomfluit - style blad hobby
	laatste bewerking; 19 mei 2013*/



body {		/* Totale scherm met achtergrond en lettertype's */
	margin:0px;
	padding:0px;
	background-color:#BBB;/*#316200;*/
	text-align:center;
	font-family:Sans-Serif,Courier New,Verdana,"Times New Roman";
	font-size:0.95em;
	color:#FF6;
}


#header {
	width:980px;
	margin:0px auto;
	background-color:#666;
	}


#container {		/* Midden scherm waar alles in zit */
	
	width:980px;
	margin:10px auto;
	background-color:#FF9;/*#387100;*/
	text-align:center;
	height: auto;
	color:#309;
	box-shadow:0px 0px 15px #00f;
}


#footer {
	width:980px;
	margin:auto;
	margin-top:7px;
	height:25px;
	color:#309;
	background-color:#F63;
	}
	
.header_titel {
	margin-left:340px;
	width:300px;	
	background-image:gradient(linear, 50% 0%, 50% 100%, from(#F63), to(#FC3));
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#F63), to(#FC3));
	background-image: -moz-gradient(linear, 50% 0%, 50% 100%, from(#F63), to(#FC3));
	border-radius:10px;
}
	
.tekst-links {
	float:left;
	margin-left:45px;
	width:430px;
	text-align:left;
	padding-bottom:25px;
	}

.tekst-rechts {
	float:right;
	margin-right:50px;
	width:430px;
	text-align:left;
	padding-bottom:25px;
	}
	
.tekst-midden {
	width:850px;
	text-align:left;
	margin-left:75px;
	padding-bottom:25px;
	}

.tekst-midden-midden {
	width:700px;
	text-align left;
	margin-left:145px;
	padding-bottom:25px;
	}


a.tooltip span {
	display:none;
	/*padding:2px 3px;*/
	margin-left:4px;
	width:120px;
	}
	
a.tooltip:hover span {
    position:absolute;
	display:inline;
	margin-left:20px;
	text-decoration:none;
	background:#fff;
	border:2px solid #FF6600;  /* oranje */
	color:#6c6c6c;
	border-radius:10px;
	box-shadow:5px 5px 10px #000000;

	}					/* einde tooltip in css*/

a:link {
	color:#309; /*#6FF; text-decoration: underline;  /*#6FF turquoise*/
}
a:visited {
	color:#C09; /*#FFC;*/
	text-decoration: none;   /*#F9F licht rose*/
}
a:active {
	color: #FF0000; text-decoration: none;
}
a:hover {
	COLOR:#330; /*#6F6; text-decoration: underline;  /*#6F6 licht groen*/
}

	
.pic-all{margin:10px 2px 10px 2px;}				/*Margin rondom image - standaard*/

.pic-vert{
       margin:10px 20px 10px 20px;}					/*Margin vertikaal image*/

.pic-left{float:left;
	margin:10px 20px 10px 15px;}
		
.pic-right{float:right;
	 margin:10px 15px 10px 20px;}
	 

