﻿/*SkyGliders CSS stylesheet
aangepast voor brede pagina's zoals vliegverwachting, gastenboeken, fotoalbum, etc.*/

/*the main div takes the full width of the page - no menu area left or right*/

div#left,div#right,div#main{
		background: #fff;
		padding: 0; margin: 0 ; width: 0%; 
		height: auto;
		line-height: 0;}

div#main{width: 100%;
		margin: 0; padding: 0;
		background: #fff;
		background-color: #fff;
		line-height: 120%;/*line-height: normal;*/
		voice-family: "\"}\""; voice-family: inherit;
		width: 100%;		}

/*the main div gets two copy cullumns and one diver collumn*/
.sky_column_left,
	.sky_column_right{
		float:left;
		width: 49%;
		background: #fff;
		voice-family: "\"}\""; voice-family: inherit;
		width: 49%;}
.sky_column_right{
		float: right;		}

/*the body copy restores some lost properties*/
.bodycopy{margin: 0;
		padding: 0 5px 0;}

/*table properties are also speceified in CSS*/
/*where possible this is done in a class for reusability,
but where necessary some id's are used as well*/

table.skytable{
		width: 100%;
		border: 2px #123456 solid;
		font-weight: normal;
		font-size: 8pt;
		font-style: normal;
		border-collapse: collapse;}

div#main th{
		background-color: #ff6600;
		font-weight: bold;
		font-size: 09pt;
		line-height: 120%;}
	
div#main td{
		padding: 2px 3px 2px 3px;
		vertical-align:top;
		font-size: 08pt;
		border: 1pt #123456 solid;		line-height: 150%;}

/*line height kalender*/
table#sky_table_2 td {line-height:105%}		

.lieren   {background-color: #3399ff;color: #fff;}
.theorie  {background-color: #ffcc26;}
.op_reis  {background-color: #00b102;}
.examen   {background-color: #ff0055;color: #fff;}
.opleiding{background-color: #000099;color: #fff;}
.let_op   {background-color: #ff8401;color: #fff;}

.vrijdag  {background-color: #ccffff;}
.zaterdag {background-color: #99ffff;}
.zondag   {background-color: #66ffff;}

div#footer{border-left: none ;
		   border-right: none;
		   width: 950px;}