/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Verdana, Tahoma;
width:624px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 9px;
margin-right: 3px;
border: 2px solid #000000;
color: #FFFFFF;
background-color:#000000;
/*background: white url(http://www.westerwoldeactueel.nl/programmering/ajaxtabs/shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(http://www.westerwoldeactueel.nl/programmering/ajaxtabs/shadeactive.gif);*/
border: 2px solid #7A746B;
border-bottom-color:#7A746B;
background-color:#7A746B;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

body, html{
margin:0px;
padding:0px;
border:0px;
}

#rg{
	font:normal 12px Arial, Verdana, Tahoma;
	color:#FFFFFF;
}

#rg .item{
display:block;
}

#rg .onair{
color: red;
font-size:11px;
font-weight:bold;
background-color: #FFFFFF;
display:block;
float:left;
padding:4px;
margin-bottom:5px;
}

#rg .tijd{
color: #FFFFFF;
font-size:11px;
font-weight:bold;
background-color: red;
display:block;
float:left;
padding:4px;
margin-bottom:5px;
}
#rg .tite{
font:bold 14px Tahoma, Arial, Verdana;
display:block;
color:#000000;
clear:both;
}
#rg .besc{
display:block;
line-height:18px;
margin-top:9px;
}

#rg .links{
float:left;
width: 131px;
margin-right:10px;
}
#rg .rechts{
float:left;
width: 457px;
}

#rg .clear{
clear:both;
height:10px;
width:598px;
font-size:1px;
border-bottom: 1px dotted #FFFFFF;
margin-bottom:10px;
}

#rg .clearOnder{
clear:both;
height:1px;
width:598px;
font-size:1px;
margin-bottom:10px;
}

.foto{
width:125px;
height:90px;
border:3px solid #FFFFFF;
display:block;
}



