/* WPS Standard Template A */
body
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/
#toplogo, #navigation, #wrap_content, #footer {
	width: 970px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#navigation
{
	height: 20px; /* not necessary, ruins Opera height */
	z-index: 10;
	overflow: visible; /* in case there are too much menus */
}
#wrap_content {
	z-index: 5;
	clear: both;
}
	#leftblock {
		float: left;
		display: inline; /* IE hack */
		width: 170px; 
		padding: 5px;
		margin: 0;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		padding: 0;
		width: 270px; 
		margin: 0;
		margin-top: 9px;
	}

	#leftblock, #rightblock, #content {
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content {
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 765px;
		padding: 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0;
	}
	#frontpage #content {
		width: 490px;
		margin: 0 5px 0 0;
	}
	#wrap_footer {
		clear: both;
		margin: 0;
		position: relative;
	}
		#footer {
			height:30px;
			line-height:30px;
		}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
#navigation div.search
{
	margin-top: 7px;
}
div.search form
{
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 0px;
} } /* True values for Opera */


div.search input.button
{
	vertical-align: text-top;
	border-width: 0;
	background-color: transparent;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 2px;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* ShortCuts Menu Styling*/

div.shortcuts
{
}

div.shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 0 0 0 16px;
}

div.shortcuts ul li
{
	line-height: 33px;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	display: inline;
}


div.shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}


/* Top menu */
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	float:left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 100%;
}
#topmenu ul ul ul
{
	left: 100%;
	top: 0;
}

#topmenu li
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative; /* for submenu positioning */
	height: 33px;	
}
#topmenu a {
	float: left;
	line-height: 33px;
	height: 33px;
/*	display: table; /* fox for Opera's no-width nested floats hover bug */

	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	
	padding: 0 10px;
	margin: 0;
}
#topmenu ul ul li a {
	line-height: 20px;
	padding: 0 4px;
}
#topmenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #topmenu ul ul li a {
	display: inline-block;
}
/* dropdown effect */
#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul,
#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul
{
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,
#topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}


#topmenu a, #topmenu ul ul a {
	color: #000;
	background-color: transparent;
}
#topmenu ul ul 
{
	border-color: #e6e6e6;
}
#topmenu a.current,
#topmenu a:hover, #topmenu ul ul a:hover {
	color: #fff;
	font-weight: bold;
	/* background-color: #5f5f5f;*/
}




/* Blocks */

#leftblock
{
	margin-top: 9px;
	margin-bottom: 9px;
}


#leftblock img, #leftblock object, #leftblock embed
{
	margin-top: 10px;
}

#toplogo img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
#topbanner img, #topbanner object, #topbanner embed
{
	border: 0;
	float: left;
	display: inline;
	margin-left: 15px;
}

span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 270px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 270px;
}
form.vertical input.box
{
	display: block;
}



/* Side Menu */


#smenu {
}

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul
{
	border-width: 0;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
}
#smenu a {
	text-decoration: none;
	display: block;
	color: #515151;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a {
	padding-left: 0px;
	font-weight: normal;
}
#smenu ul ul a {
	padding-left: 8px;
	font-weight: normal;
}
#smenu ul ul ul a {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul ul a {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#current-smenu.current {
	font-weight: bold;
}
#smenu a:hover 
{
	color: #000;
	/* background-color: #ccc; */
}


#smenu div.search
{
	display: none; /* hide unwanted search box */
}


/* Teasers */

div.teaser
{
	float: left;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 240px;
/*	height: 150px;*/
	margin: 0px -10px 0px 19px;
}
div.teaser.first
{
	margin-left: 0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
a.t_img img
{
	width: 240px;
	height: 100px;
	display: block;
	border: 0;
}
div.t_text
{
	position: static;
	margin-top: 100px;
/* note: you MUST NOT set height/width, coz IE sucks */
	padding: 1px 0 2px 0;
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1em/*2px*/;
	margin: 0;
}
div.t_text p
{
	margin: 0;
	padding-right: 17px;
}
div.t_readmore
{
	position: absolute;
	bottom: 2px;
	right: 3px;
	z-index: 2;
}
div.teaser a
{
	text-decoration: none;
}
div.t_readmore img
{
	display: block;
	border: 0;
}
/* Teasers Colours */

div.teaser
{
	color: #020202;
	background-color: #fff;
}
#teasers div.t_text h3 a
{
	color: #930028;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
} 
#wrap_menu, #navigation
{
	background-color: #bbccc9;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	height: 33px;
}
#wrap_content 
{
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
#leftblock, #wrap_footer {
	background-color: #BBCCC9;
	color:  #000;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}
	

/* Text styling (fonts) */

a.teaser-head 
{
	color: #930028;
	text-decoration: none;
	font-weight: bold;
}
#leftblock h2, #rightblock h2
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
}
