/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: 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, #topbanner, #wrap_content {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
	border: 1px solid;
}
#topbanner, #navigation
{
	border-bottom: none;
}
#navigation
{
	height: 20px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
}
#wrap_content
{
	clear: both;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 180px; /* Total width should be 190px */
	padding: 5px;
	margin: 0 0px 10px 0;
	overflow: auto;
}
#content {
	overflow: auto;
	width: 550px;
	padding: 0px 0px;
	float: right;
	margin: 0 10px 10px 0;
}
#frontpage #content {
	width: 385px;
	margin-right: 5px;
}
#teasers 
{
	float: right;
	width: 550px; 
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	overflow: hidden;
	display: inline; /* IE hack */
}
#wrap_footer 
{
	border-top: 1px solid;
	clear: both;
	margin: 0;
	position: relative;
}
#footer {
	padding: 1px 6px;
}

/*	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 4px 0 0;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form 
{
	margin: -1px 0 0 0;
	padding: 0;
}
div.search > form
{
	margin-top: 0px;
}
div.search input.button
{
	vertical-align: text-top;
	border: 1px solid;
	margin-top: 1px;
	line-height: 13px;
	height: 18px;
	padding: 0;
}
span.searchbuttonbox > input.button
{
	padding: 0 2px;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 1px;
	width: 100px;
}



/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline;
	padding: 0;
	height: 16px;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
}
.mainmenu {
	line-height: 16px;
	padding: 0;
}
.submenu {
	line-height: 16px;
	padding-left: 3px;
	padding-right: 9px;
}
td.mainmenu {
	padding: 0px 4px;
}
td.submenu {
	padding: 1px 4px;
}
#menu0
{
	padding: 2px 0 !important; /* match with div.submenu margin */
	margin: 0; /* Firefox does not stretch container div */
}
div.submenu 
{
	border: 1px solid;
	margin-top: -2px; /* match with #menu0 padding */
}


/* Blocks */

#leftblock h2, #rightblock h2
{
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.03em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
}
#leftblock h2 span, #rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 50%;
	padding: 0 0 0 18px;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}

#rightblock div.vertical label
{
	width: 55px;
	float: left;
}

div.block 
{
	margin-bottom: 1em;
}
span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 178px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 178px;
}
/*#rightblock form input.box
{
	display: block;
}*/




/*	Teasers */

#teasers img
{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
}
div.teaser
{
	position: relative;
	width: auto; /*188px; flexible */
	min-height: 83px;
	margin: 7px 0px 0px 0;
	padding: 4px;
	border: 1px solid #808284;
}
* html div.teaser
{
	height: 83px;
}
div.teaser.first
{
	margin-top: 0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	clip: rect(0px 122px 83px 0px);
	border: 1px solid;
}
a.t_img img
{
	width: 120px;
	height: 81px;
	display: block;
}
a.t_frame
{
	display: block;
	position: absolute;
	line-height: 0;
	width: 4px;
	height: 4px;
	background-image: url(images/t_frame.gif);
	background-repeat: no-repeat;
	z-index: 2;
	font-size: 1px;
}
a.t_frame.c1
{
	top: -1px;
	right: -1px;
	background-position: right top;
}
a.t_frame.c2
{
	bottom: -1px;
	left: -1px;
	background-position: 0px -12px;
}
* html a.t_frame.c2
{
	background-position: 0px -2px;
	margin-bottom: -1px;	/* IE wrongly puts bottom 1px higher // font size dependent! */
}
div.t_text
{
	position: static;
	margin-left: 130px;
/* note: you MUST NOT set height/width, coz IE sucks */
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1.31em/*2px*/;
	padding: 0 1px 1px 3px;
	margin: 0;
}
div.t_text p
{
	margin: 0;
	padding: 0 1px 0 3px;
	text-align: justify;
}
div.t_readmore
{
	position: absolute;
	bottom: 2px;
	right: 3px;
	z-index: 2;
}
div.teaser.w_text div.t_readmore
{
	padding: 0px 0px 1px 11px; /* 1px for correct vertical align of arrow */
	background-image: url("images/arrow_next.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
	bottom: 0; /* to compensate for padding */
}
div.t_readmore a
{
	text-decoration: none;
}
div.t_readmore img
{
	display: block;
	border: 0;
}


/*	Teasers Colours */

#teasers h2
{
	background: #bab0b9; 
	color: #000;
}
div.teaser
{
	color: #000;
	background-color: #bab0b9;
}
a.t_img
{
	border-color: #fdfa45;
}
div.t_text h3, div.t_text h3 a
{
	color: #fdfa45;
	background-color: transparent;
	text-decoration: none;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #fff;
} 
#toplogo, #navigation, #topbanner, #wrap_content, #wrap_footer
{
	border-color: #3780e1;
}
#wrap_content 
{
	/*background: #fff url("images/faux.gif") repeat-y scroll 4px 0px;*/
	color: #000;
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock 
{
	color: #000;
	background-color: #bab0b9;
}
#navigation
{
	background-color: #bab0b9;
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	background-color: #bab0b9;
	color:  #000;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #3780e1;
}
ul.dropdownreplacement li a
{
	color: #000;
}
ul.dropdownreplacement li
{
	border-color: #3780e1;
}
.mainmenu, .submenu {
	color: #000;
	background-color: #bab0b9;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #000;
	background-color: #fdfa45;
}
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) */

