/* Stylsheet voor vrijeradio.net */
html {
  color: White;
  font-family: arial,"times new roman";
  font-size: 12pt;
/*  line-height: 14pt; */
/* ik moet nog eens kijken naar de waarde van line-height. Als ik deze opgeef
    dan moet #container zakken en de fix regel in dropmenu verwijderd worden.
    probleem is dat niet beide browsers het zelfde reageerd!
*/
  background-color: #000066; 
/*   background-color: #000088; */
}

body {
  margin: 3px;
}

p { /* zorg ervoor dat dit element er zowel in IE en firefox hetzelfde eruit ziet. */
  margin-top: 0px;
}
a {
  color: #ff9900;
}

#container {
  background-color: #000066;
  /* background: url(../images/mengpaneel-achtergrond.jpg) no-repeat 0 0; */ 
  background-image:url(../images/mengpaneel-achtergrond.jpg); 
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:top center; 
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 15px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  min-height: 480px;
}
#container-vlag {
	margin-left: 220px;
}
#menubalk {
  position: fixed;
  top:0;
  left:0;
  height: 25px;
  background-color: black;
  width: 100%;
}
#kolomlinks {
  width: 170px;	
  margin-left: 10px;
  float: left; 
}
#tekstmainpage {
	margin-top: 0px;
	margin-left: 0px;
}
#tekst {
  margin-left: 190px; 
  padding-right: 10px;
}
#vlaggenmast {
	float: left; 
	height: 590px;
	width: 48px;
	margin-top: 5px;
	margin-left: 0px;
	background-image: url(../images/mast.png);
}
#vlag {
  text-align: center;	
  font-size: 13pt;
  /* font-size: 0.8em; deze doen we ook nog een keer */
  color: black;
  height: 278px;
  width:500px;
  margin-top: 24px;
  margin-left: 30px;	
  padding: 20px;
  padding-top: 10px;
  background-image: url(../images/vlag.png);
  line-height: 1em; 
/*  background-image: url(../images/vlag-transparant80.png); */
}

/* Classes */

a.knoplink:link, a.knoplink:visited, a.knoplink:active {
  text-decoration: none;
}

.erop {
  display: block;
  border-style: solid;	
  border-color: #000099 black black #000099;
  padding: 3px;
  border-width: 1px;
	margin-top: 3px;		

}
.erin {
  display: block;
  border-style: solid;
  border-color: black #000099 #000099 black;
  padding: 3px;
  border-width: 1px;
  margin-top: 3px;	
}
.djs {
  border: 5px ridge #ff6600;
  padding: 10px;
  display: block;
  width:500px;
  text-align: center;
  margin-top: 90px;
  margin-left: 50px;
  background-color: #ff9900;
}

.tekstvierkant{
/*  border: 4px inset #b58802; */
  border: 4px inset #993300;
  padding: 10px;
  display: block;
  text-align: left;
  margin-top: 55px;
  margin-left: 80px;
  width:600px;
/*  background-color: #ff6600; */
  background-image: url(../images/oranje-transparant80.png);
}

.oranjelijst {
  border: 5px ridge #ff6600;
  padding: 3px;
  display: block;
  margin-top: 3px;
  background-color: #ff9900;
}
.OranjebalkOranjetekst {
  border-color: rgb(255, 102, 0);
  background: rgb(255, 153, 0) url(../images/oranjebalk.gif) repeat scroll 0pt 50%;
  color: rgb(255, 233, 158);
  font-size: larger;
  width: 100%;
  display: block;
  visibility: visible;
}
.lijst2lijnen { 
  border: medium double rgb(255, 153, 0);
}

