/* WPS Standard Template A */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_logo, #wrap_menu, #wrap_content{
	width: 910px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo{
	min-height: 50px;
}
#toplogo img{
	display:block;
}
#wrap_menu{
	z-index:100;
	border:1px solid;
	border-width:1px 0;
}
	#navigation{
		height: 18px; /* 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 */
	}
#separator {
	display: none;
}
#wrap_content{
	clear: both;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 175px; 
		padding: 10px 0 25px 0;
		margin: 0 0 0 10px;
	}	
	#content{
		
		padding:10px 10px 0;
		margin: 0;
		display:block;
	}

	#teasers{
		clear:both;
		overflow:auto;
		padding-bottom:9px;
	}
	#teasers div.block{
		width:140px;
		height:209px;
		float:left;
		display:inline;
		margin:9px 0 0 8px;
		border:1px solid #f19315;
	}
	#teasers img{
    display:block;
	}
	* html #content{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#wrap_footer {
		clear: both;
		position: relative;
		text-align:center;
	}
	#footer {
		padding: 2px;
	}

/*	Shortcuts or Search - Positioning and Layout */ 

#navigation div.search{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	width:200px;
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form
{
	margin:-2px 0 0 0;
	padding: 0 0 0 40px;
	position:relative;
} /* 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 */

.searchwords{
	line-height: 14px;
	height: 14px;
	border:0;
	width:138px;
	margin-top:0;
	border:1px solid #000;
}
div.search input.button{
	vertical-align: text-top;
/*	margin-top: 1px;*/
	line-height: 14px;
	height: 16px;
	padding: 0;
	margin-top:-2px;
	background:none;
	color:#FFF;
	border:none;
	font-family:Verdana;
	position:absolute;
	left:0;
	top:0;
}
span.searchbuttonbox > input.button{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords{
	height: 16px;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* Top nav */
#topmenu{
	float:left;
	display:inline;
	width:700px;
}
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul{
	list-style-type: none;
	margin: 0;
	padding:1px 0 1px 10px;
}
#topmenu ul ul{
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 0;
	padding:0;
	border:1px solid #4e4e4e;
	border-top:0;
}
#topmenu ul ul ul{
	left: 100%;
	top: -1px;
}
#topmenu li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height: 16px;
	height: 16px;
	display: table;
	/* fix for Opera's no-width nested floats hover bug */
	text-align:center;
	font-weight:700;
	text-decoration: none;
	color: #FFF;
	background:#000;
	padding: 0 10px;
}
#topmenu ul ul li {
	display: block;
	float: none;
	font-size:95%;
	width: 14em;	
	border-top:1px solid #4e4e4e;
}
#topmenu ul ul ul li:first-child{
	margin-top:1px;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	text-align:left;
	line-height: 16px;
	width: 90%;
	padding: 0 5%;
	font-size:95%;
}
#topmenu ul ul li a {
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 14em;
	display: inline-block;
}
#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.current, #topmenu li:hover a, #topmenu li.sfhover a {
	color:#000;
	background-color: #FFF;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a,#topmenu li.sfhover li a, #topmenu li.sfhover li.sfhover a  {
	color: #fff;
	background-color: #3e3e3e; /* reset for submenus */
}
#topmenu li:hover li a:hover,#topmenu li.sfhover li a:hover  {
	background-color: #f19315;

}


/* Side Menu */
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border-bottom: 1px solid;
}
#smenu a{
	text-decoration: none;
	display: block;
	color: #eee;
	background-color: #222;
	padding-top: 3px;
	padding-bottom: 3px;
}
#smenu ul a{
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul ul a{
	padding-left: 10px;
	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;
}
#smenu a:hover,#current-smenu.current
{
	color: #222;
	background-color: #f19315;
}
#smenu ul, #smenu a
{
	border-color: #3e3e3e;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

body{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage{
	background-color: #666;
} 
#toplogo{
	background-color: #000;
}
#wrap_menu{
	background-color: #000;
	border-color:#fff;
}

#wrap_content {
	background: #000;
	color: #fff;
}
#wrap_footer {
	background-color: #000;
	color:  #FFF;
}
#wrap_footer a{ color:#FFF; text-decoration: none; font-weight: bold; }
#wrap_footer a:hover { color:#fff; text-decoration: underline;}
a, #content a:link{
	color: #f19315;
}
#content a:visited, #righblock a:visited{
	color: #00A651;
}
#toplogo div.shortcuts span{
	color: #000;
}
object {
	outline: none; /* remove FF outline player */
}


