@charset "iso-8859-1";
/* author: kevinuphus@3oktoberradio.nl */
/* Creation date: 21-7-2009 */

/* Algemene stylesheet */

A:link {
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
}
A:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
}
A:active {
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
}
A:hover {
  text-decoration: none;
  color: yellow;
  font-family: Arial;
  font-size: 18px;
}


A.nieuws:link {
  text-decoration: none;
  color: #d41818;
  font-family: Arial;
  font-size: 12px;
}
A.nieuws:visited {
  text-decoration: none;
  color: #d41818;
  font-family: Arial;
  font-size: 12px;
}
A.nieuws:active {
  text-decoration: none;
  color: #d41818;
  font-family: Arial;
  font-size: 12px;
}
A.nieuws:hover {
  text-decoration: none;
  color: black;
  font-family: Arial;
  font-size: 12px;
}

font {
  font-family: Arial;
  font-size: 12px;

}

font.text {
  color: #d41818;
}

font.doneer {
  color: white;
  font-size: 10px;
}

html {
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  height: 100%;
}

#wrapper {
  background: #d41818;
  margin: 0 auto;
  width: 980px;
  height: auto;
  padding: 0px;
  text-align: center;
}

#onair {
  background: #d41818;
  float: left;
  width: 100%;
  height: 200px;
  margin: 0px;
  padding: 0px;
}

#oaimage {
  float: left;
  width: 294px;
  height: 220px;
  margin: 0px;
  padding: 0px;
}

#midden {
  float: left;
}

#text {
  height: 100px;
  color: white;
  font-size: 18px;
}

#oastream {
  background: white;
  width: 350px;
  height: 100px;
  color: #d41818;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#nieuws {
  text-align: left;
  float: left;
  margin-top: 20px;
  margin-left: 18px;
  background: white;
  width: 300px;
  height: 160px;
}

#middlewrapper {
  background: #d41818;
  width: 30%;
  height: 100%;
  clear: left;
  float: left;
}

#left {
  float: left;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#inhoud {
  background: white;
  float: left;
  width: 70%;
  height: 100%;
  min-height: 340px;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#footer {
  clear: left;
  width: 100%;
  height: 20px;
  background: #d41818;
  margin: 0px;

}

#paypal {
        text-align: center;
	margin-left: 60px;
	width: 160px;
	height: 17px;
}

#doneertext {
        text-align: center;
}

#cr {
	color: #FFFFFF;
        float: right;
	margin-right: 10px;
	margin-top: 1px;
	height: 19px;
}


/* nieuws */
table.nieuws {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  color: black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  BORDER-RIGHT: #d41818 1px solid;
  BORDER-LEFT: #d41818 1px solid;
  BORDER-TOP: #d41818 1px solid;
  BORDER-BOTTOM: #d41818 1px solid;
}
