@charset "UTF-8";
/* CSS Document */
* html img {
        border: 0px none transparent;
        border-style: none;
        text-decoration: none;
}

body {  margin: 0px;
        padding: 0;
        height: 100%;
        font-family: 'ITC', 'texgyreadventorregular', Verdana, Geneva, sans-serif;
        font-size: 1em;
        font-weight:normal;
        color: #fff;
        line-height: 1.1em;
        letter-spacing: 1px;
        background-color: #000;
	background-image:url(/images/stars.jpg); 
	background-repeat:repeat;
	}


h1, h2 {    margin: 0 0 20px 0;
            font-style:normal;
	    letter-spacing: 2px;
            font-weight:normal; 
	    padding:0;
	    line-height: 1em;	  
	  
}


h1 {color:#009ee2; font-size: 20px;
   }

h2 {color:#fff; font-size: 18px;}

H3 , H4 {   font-size: 14px;
            font-weight: bold;
	    letter-spacing: 2px;
            font-weight:normal; 
	    margin: 10px 0;
	    padding:0;
	    line-height: 1,5em;
            color:#fff;}

H4 {color:#009ee2;}

.lijn {color: #EDE6EE;}
.NewsSummaryAuthor {
  font-size: 80%;
  padding-bottom: 0.5em;
}



#container {
	width: 100%;
	height: 100%;
	position: absolute;
        left:0;
        bottom:0;
}


#maan {
        height: 100%; 
        display: block;
	right: 0;
        margin:auto 0;
	position: fixed;
        background: url(/images/moon.png);
	background-repeat:no-repeat;
        background-position:left;
        max-width: 200px;
        width: 200px;

}

#aarde{
	position:absolute;
	width: 82px;
	height: 100px;
	margin-top: 45px;
	margin-left: 5%;
        overflow:hidden; 
	background: url(/images/earth.png);
	background-repeat:no-repeat;
	-webkit-animation:beweging 90s linear;
	-moz-animation:beweging 90s linear;
	animation:beweging 90s linear;
}

@keyframes beweging {
  		0% {margin-left: 95%;}
		10% {margin-left: 95%}		
		100% {margin-left: 5%;}
	}
@-webkit-keyframes beweging {
  	0% {margin-left: 95%;}
        10% {margin-left: 95%}	
	100% {margin-left: 5%;}
	}

/* Wrapper */

#wrap {width:775px;
	background:transparent;
	position:absolute;
	left:10%;
	top:5%;
        margin:auto;
        text-align:center;

    }

/* Header */

#header {
        margin: 0px;
        padding:0 0 1em 0;
        display:block;
        height: 95px;
        width: 755px;
        background: url(/images/headteerling.png);
	background-repeat:no-repeat;
        background-size:100%;
        }
	
/* Navigation Bar */

#navigation {
    height: 30px;
    width: 100%;
    text-align:left;
}

div#navigation ul {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    vertical-align:middle;
    white-space: nowrap;
}

div#navigation li {
    list-style-type: none;
    display: inline;
    text-transform: uppercase;
}

div#navigation li a {
      text-decoration: none;
      text-transform:uppercase;
      letter-spacing:1px;
      padding: 0px 22px;
}

div#navigation li a:first-child {
       padding: 0 22px 0 4px;
}

div#navigation li a:link, navigation li a:visited {
      color:#FFF;
      text-decoration: none;
}

div#navigation li a:visited {
      color:#FFF;
      text-decoration: none;
}

div#navigation li a:hover,  navigation li a:active {
     color:#009ee2;
     text-decoration: none;
}

.bar {color:#009ee2;
}

/* Content Area */

iframe {width:100%;}

#content {
	text-align:left;
        padding: 20px 0 0 0;
        font-size: 0.75em;
        
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }


table {width:100%; text-align:left;border-collapse:collapse;}
th {padding: 0 0 10px 0;}
td {padding: 0 2em 0 0; margin:0;}
.dag {padding: 0;}
.aanvang {padding: 0 2em 0 0;}
.datum {width:4.5em; padding: 0;}
.jaar {width:3em;}
.plaats{width:14em;}
.theater{width:19em;}
th:last-child, td:last-child {text-align:right;padding: 0 1em 0 0;}
td.txtrood {height:26px; width:8em;}

p { margin: 1em 0;}

#links{ padding-top: 15px;
	width:350px;
	float: left;
             }

#rechts{padding-top: 15px;
             float:right;
             width:350px;    
}

#linksvideo {padding-top: 15px;
	width: 220px;
	float: left;
}

#rechtsvideo {padding-top: 15px;
              width:420px; 
	      float:right}

#rechtsgallery {padding-top: 15px;
                width:200px; 
                float: left;}

a:link,  a:visited {
       color:#009ee2;	
       text-decoration: none;
}

a:hover, a:active {
       color:#fff;
       text-decoration: underline;
}


/* Footer */

#footer {
        float:left;
        width:755px;
	height:90px;
	line-height:30px;
	font-size:0.55em;
        padding:5px;
        margin-top:20px;
	}

div#footer ul {
    margin: 0px;
    padding: 15px 0;
     font-size: 1.2em;
    line-height: 20px;
    white-space: nowrap;
}

div#footer li {
    list-style-type: none;
    display: inline;
    padding: 0px;
}
div#footer li a {
    text-decoration: none;
    text-transform:uppercase;
    letter-spacing:1px;
    padding: 7px 12px;
}

div#footer li a:link, li a:visited {
    color:#009ee2;
    text-decoration: none;
}

div#footer li a:hover, li a:active {
    color:#fff;
    text-decoration: underline;
}
/* Stylesheet: teerling Modified On 2015-01-09 17:08:08 */
