/*
 * General
 */
body
{
	background-color: #FFFFFF;
	min-width: 840px;
	text-align: center;
	margin: 0px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #000000;
}

img
{
	border: 0;
}

a
{
	color: #000000;
	outline: none;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

em
{
	font-style: normal;
	font-weight: bold;
}

#wrapper
{
 	width: 840px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/*
 * Logo
 */
#row_logo
{
	width: 100%;
	height: 100px;
	background-color: #752437;
	background-image: url('../images/logo.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}

/*
 * Top navigation bar
 */
#row_topNav
{
	width: 100%;
	height: 20px;
	background-color: #5A95BF;
}

#row_topNav > div
{
	position: relative;
	top: 3px;
}

#row_topNav ul
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#row_topNav ul li
{
	position: relative;
	float: left;
}


#row_topNav ul li a
{
	color: #FFFFFF;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

/*
 * Path bar
 */
#path a
{
	text-decoration: none;
	font-weight: bold;
}

#path a:hover
{
	text-decoration: underline;
}

/*
 * Hover menu system
 */
div.menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.menu ul li
{
	position: relative;
	float: left;
}

div.menu ul li a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

div.menu ul li.active a
{
	display: none;
}

div.menu ul li a span.hidden
{
	display: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 280px;
	height: 246px;
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	cursor: pointer;
	background-image: url('../images/trans_dark.png');
}

div.menu ul li a span.hover
{
	position: relative;
	top: 20%;
}

div.menu ul li a span.hidden span
{
	display: block;
	color: #FFFFFF;
	margin: 0 10px;
	position: relative;
	top: 40%;
}

div.menu ul li a:hover span.hidden
{
	display: block;
}

div.menu ul li a:hover
{
	background-image: url('../images/trans_light.png');
}

/*
 * Row of programmes
 */
#row_programmes
{
	height: 22px;
}

#row_programmes ul
{
	font-size: 14px;
}

#row_programmes ul li, #row_programmes ul li a
{
	width: 280px;
	height: 22px;
}

#row_programmes ul li a
{
	font-weight: normal;
}

#row_programmes ul li a span.hidden
{
	left: 0px;
	bottom: 22px;
}

/*
 * Main banner image
 */
#row_banner
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	height: 246px;
	background-image: url('../images/banner.jpg');
}

/*
 * Row of 3 larger boxes
 */
#row_big3
{
	height: 30px;
}

#row_big3 ul
{
	font-size: 17px;
}

#row_big3 ul li a
{
	height: 30px;
	width: 280px;
	font-weight: bold;
}

#row_big3 ul li a span.hidden
{
	left: 0px;
	top: 30px;
}

/*
 * Large section title bar and spiel
 */
#row_title
{
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	text-align: right;
	font-size: 45px;
}

#row_title > span
{
	margin: 5px;
}

#row_content
{
	border-top: 10px solid #752437;
	font-size: 12pt;
}

#row_content > div
{
	margin: 5px;
}

#row_content .box
{
	border: 1px dashed #000000;
	margin: 5px 0;
}

#row_content .box h3
{
	position: relative;
	top: 5px;
	margin: 0 5px 5px;
	font-size: 17px;
}

#row_content .box p
{
	margin-left: 5px;
	margin-right: 5px;
}

#row_content a.btt
{
	display: block;
	background-color: #EFEFEF;
	font-size: 10px;
	text-align: center;
	margin: 3px 5px 5px;
	text-decoration: none;
}

#row_content a.btt:hover
{
	background-color: #DDDDDD;
	text-decoration: none;
}

/*
 * Remaining homepage links
 */
#row_homeLinks
{
	padding: 5px;
	border-top: 10px solid #752437;
}

#row_homeLinks table
{
	margin: 0 auto;
	border-collapse: collapse;
	width: 824px;
}

#row_homeLinks td
{
	border: 0px solid #000000;
	padding: 0;
	width: 50%;
}

#row_homeLinks td > a
{
	display: block;
	font-weight: normal;
	min-height: 110px;
	text-decoration: none;
}

#row_homeLinks td > a:hover
{
	cursor: pointer;
	text-decoration: none;
	background-color: #E0F3FF;
}

#row_homeLinks img
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px;
}

#row_homeLinks td a > span
{
	display: block;
}

#row_homeLinks span.header
{
	display: block;
	position: relative;
	top: 5px;
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: bold;
}

#row_homeLinks td > a.active
{
	background-color: #E0F3FF;
}

#row_homeLinks.nopics td a
{
	min-height: 0px;
}

#row_homeLinks.nopics img
{
	display: none;
}

#row_homeLinks.nopics h1
{
	top: 0px;
}

/*
 * Bottom navigation bar & copyright
 */
#row_bottomNav
{
	width: 100%;
	border-top: 5px solid #752437;
}

#row_bottomNav > div
{
	position: relative;
	top: 2px;
}

#row_bottomNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#row_bottomNav ul li
{
	position: relative;
	float: left;
}


#row_bottomNav ul li a
{
	padding: 0px 5px;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

#row_sponsors
{
	position: relative;
	top: 5px;
	clear: both;
	text-align: center;
}

#row_sponsors > table
{
	width: 100%;
}

/*
 * General Classes
 */
.boxL
{
	background-color: #3B3565;
}

.boxM
{
	background-color: #67207A;
}

.boxR
{
	background-color: #2B5D6F;
}

.barB
{
	border-right: 1px solid #000000;
}

.barW
{
	border-right: 1px solid #FFFFFF;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.radio
{
	background-color: #339966;
}

.tmt
{
	background-color: #F69240;
}

.ltm
{
	background-color: #000000;
}

.ss
{
	background-color: #5A95BF;
}

.buses
{
	background-color: #A22B38;
}

.nmtText
{
	color: #752437;
}