/* start : HTML defaults */
* { margin: 0; padding: 0; border:0}



body {
 	margin : 0px;
 	padding : 0px;
 }
div {
 }


body {
	background-color : #C00505;
	background-image : url(/sites/AmsterdamFM/bg.png);
	background-repeat : repeat-x;
}

body, caption, p, a, li, td, th, dd, dt, dl, ul, legend {
  font-family : Verdana;
  font-size:11px;
  line-height: 18px;
 }

h1,h2,h3 {
	font-family: Georgia;
	color:#DD0A24;
	margin-bottom:0;margin-top:4px;
}

 h1 {
font-size:15px;
padding-bottom:0;
 }

 h2 {
font-size:13px;
}

 h3 {
font-size:12px;
 }

p {
padding-bottom:8px;
}

 a {
  color:#DD0A24;
  text-decoration:None;
}

a:hover {
  text-decoration:underline;
}
ul {
/*list-style-image:url(bullet.gif);
list-style-position:inside;
list-style-type:disc;*/}

table {
border-top:0px solid gray;
border-left:0px solid gray;
}

caption {
color: Silver;
background-color: #DD0A24;
}
th, td{ background-color: Silver;
border-right:0px solid gray;
border-bottom:0px solid gray;
padding:2px;
}

/* end   : HTML defaults */


 #container {
 	width:960px;
 	margin-left : 6px;
 	margin-right : 6px;
 }

 #border {
 	width:972px;
 }

 #header {
 	height:84px; /*113px;*/
 }

 #footer {
 	clear : both;
 	height : 85px;/*
	position:fixed;
	bottom:0px;
	left:0px;*/
 }
#mainContent
{
	width:960px;
	text-align:left;
	padding-top:8px;
}

#topad {
	display:none;
 }


/*End  : LAYOUT*/



/*Start: General*/


/* end : Columnstyles*/

#header {
	background-image : url(/sites/AmsterdamFM/AFM_HeadVisual2.jpg);
	background-repeat : no-repeat;
}

.nieuwsItem {height:150px;}

#container {
  background-color : White;
}

#mainContent #leftCol {
	width:240px;
	background-color:#CCCCCC;
	float:left;
}
#mainContent #midCol { width:720px; float:left;}
#mainContent #midLeftCol { width:360px; float:left;}
#mainContent #midRightCol { width:360px; float:left;}


.innerCol {
	padding:12px;
	background-image:url(/Sites/Files/0000000077_bg_360.gif);
	background-repeat : no-repeat;
}

 #border {
	background-color:#DD0A24;
 }

 #logo {
	background-position : top;
	float:right;
	z-index:10;
	clear:none;
	width:256px;
 }
 
#logoImg {
	float:right;
	z-index:10;
	clear:none;
}

#topad {
	margin : 6px;
}
			
#footer {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-repeat : repeat-x;
	background-image : url(/sites/AmsterdamFM/bg_footer.png);
}
.lead {font-weight:bold;}
.lead img {float:right; padding-left:6px;}
/*End  : General*/

/*Start: Menu */
#menu {
	background-color:Black;
	height:29px;}

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*********************************
Start - nodig voor submenu's
**********************************/
#menu li ul {display: none; position: absolute; left: 0;}
#menu li > ul {top: auto; left: auto;}
#menu li:hover ul, li.over ul{ display: block; }
/*********************************
level 1
**********************************/

#navigation ul{
	margin: 0px;
	padding: 0px;
	/*display:table;*/
}

#navigation li {
	float: left;
	position: relative;
	height: 29px;
}

#navigation li ul{
	margin: 0px;
	padding: 0px;
}

#navigation li a{
	color:#FFFFFF;
	text-decoration:none;

}

#navigation li a:hover {
	color:White;
	text-decoration:none;
	background-color: #DD0A24;
}

#navigation li a span {
	margin-left:10px;
	margin-right:10px;
	line-height:22px;
}
#navigation li a{
	display: block;
	height: 29px;
	font-weight: bold;
}


/*********************************
Active / selected state
**********************************/

#navigation  .active{
	background-color: #DD0A24;
}

#navigation  .active a{
color: #36243e;
}

#navigation .active a:hover {
	position: relative;
	background-position: 0px -29px;
}


/*********************************
level 2
**********************************/

#navigation li ul{/*
	border-top:1px solid #615062;*/
}

#navigation li ul li{
	clear: both;
	position: relative;
	width: 150px;
	height: 25px;/*
	border-right: 1px solid #615062;
	border-bottom: 1px solid #615062;
	border-left: 1px solid #615062;*/
	color: #DD0A24;
	
}

#navigation li ul li a{
	height: 25px;
	text-decoration: none;
	color: #DD0A24;
	font-weight: normal;	
	line-height: 22px;
	padding-left:10px;	
	background-color: White;
	font-size: 10px;
}

#navigation li ul li a:hover{
	color: #FFFFFF;
	background-color: #DD0A24;
}




