/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	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 */
	position:relative;
}

/*	Layout only	*/

#wrap_logo,#toplogo, #wrap_menu, #wrap_content{
	width: 950px; 
	margin: 0px auto;
	border: 0;
	position:relative;
}
#toplogo
{
	height:270px;
	overflow:hidden;
}
#wrap_menu{
	height:39px;
}
	#navigation
	{
		height: 35px; /* 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 */
		padding-left:10px;
	}
#wrap_content
{
	clear: both;
}
	#leftblock {
		float: left;
		display: inline; /* IE hack */
		width: 200px; 
		padding: 14px 0 5px 0;
		margin: 0x;
		border-top:#333 12px solid;
	}
	#frontpage #leftblock {
		width: 257px; 
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 327px; /* Total width should be 180px */
		padding:0 0 0 15px;
		margin: 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 750px;
		float: right;
		display: inline; /* IE6 hack */
		line-height:150%;
	}
	#frontpage #content {
		width: 693px;
	}
	#content p{
		margin:0;
		padding:0;
	}
	#frontpage #content {
		width: 693px;
	}
	
	#frontblocks{
		overflow:auto;
	}
	#teasers 
	{
		float: left;
		width: 310px; 
		padding: 0 15px 0 25px;
		margin: 20px 0 20px 0;
		overflow: hidden;
		clear: right;
		display: inline; /* IE hack */
	}
	#wrap_footer 
	{
		clear: both;
		height:40px;
	}
	#footer {
		text-align:right;
		padding:15px 15px 0 0;
	}

/*	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 */
div.search form
{
	margin: 0 3px;
	padding: 0 0 1px 0;
}

div.search input.button
{
	vertical-align: text-top;
	border: 1px solid;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* ShortCuts Menu Styling*/

div.shortcuts{
	float:right;
	right:0;
	top:0;
	position:absolute;
	padding:0 0 0 16px;
	background:url(images/shortcutsbg.png) 0 -25px no-repeat;
}

div.shortcuts ul{
	padding: 0 8px 0 0;
	margin:0;
	background:url(images/shortcutsbg.png) 0 0 repeat-x;

}

div.shortcuts ul li{
	line-height: 21px;
	display: inline;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
	border-left:#FFF 1px solid;
	
}
div.shortcuts ul li:first-child{
	border-left:none;
}
div.shortcuts ul li a{
	color: #FFF;
	text-decoration: none;
}

/* Dropdown Menu */
/* Blocks */
#frontarticle{
	min-height:192px;
	overflow:auto;
}
#leftblock h2, #frontblocks h3,#rightblock h2{
	background:url(images/dot.gif) 0 -48px no-repeat;
	font-size:127%;
	margin:5px 0 10px 0;
	padding:0 0 0 18px;
}
#rightblock h2{
	color:#FC0;
}
#leftblock h2{
	margin-left:12px;
	background:url(images/dot.gif) 0 2px no-repeat;
}
#leftblock img{
	margin-bottom:6px;
}
.aboutpic{
	width:280px;
	height:190px;
	float:right;
}
.articletxt{
	width:372px; 
	padding:10px 15px 20px 25px;
	float:left;
}
.t_readmore a{
	padding:0 0 0 18px;
	background:url(images/dot.gif) 0 -98px no-repeat;
}
#toplogo img, #topbanner img{
	border: 0;
	display: block;
}
#newsletter{
	margin-top:25px;
}
#timetable{
	float:right;
	display:inline;
	margin:10px 10px 15px 25px;
}
form.vertical input.box{
	display: block;
}

#rightblock form{
	margin:0; 
	padding:0;
}

#rightblock img{
	margin-bottom:8px;
}
form.horizontal label{
	width:55px;
	height:14px;
	margin-top:0px;
}
form input.box,form textarea{
	display: block;
	padding:2px;
	margin-top:5px;
	font-family:Verdana;
	background:#444;
	border:0;
	color:#CCC;
}
form textarea{
	font-size:11px;
	width:250px;
}
form input.box{height:14px;}
#frontpage form input.box{
	width:120px;
}
.note{ display:none;}
input.button{
	height:18px;
	padding:0;
	margin:0 0 8px 0;
	font-family:Verdana;
	background:#444;
	border:0;
	color:#FC0;
	font-weight:bold;
}
#newslist{ position:relative; padding-bottom:20px;}
#newslist .more{
	position:absolute;
	right:10px;
	bottom:3px;
}
#newslist .more a{ 
	background:none;
	color:#FC0;
	font-weight:bold;
}
#newslist .more a:hover{
	background:none;
	text-decoration:underline;
}
#newslist a{
	color:#CCC;
	text-decoration:none;
	padding:1px 5px 2px 15px;
	background:url(images/dot.gif) 0 -345px no-repeat;
}
#newslist p{
	padding:2px 0;
}
#newslist a:hover{
	background:#575757 url(images/dot.gif) 0 -345px no-repeat;
}
#newslist .teaser-desc{
	display:none;
}
#breadcrumbs{
	color:#FC0;
	font-weight:bold;
	background:#333;
	padding:18px 30px 8px 30px;
}
#breadcrumbs a{
	color:#FC0;
}
#article{
	background:url(images/articlebg.gif) -693px 0 no-repeat;
	padding:0 30px 20px 30px;
	text-align:left;
}
#frontpage #article{
	background:url(images/articlebg.gif) 0 0 no-repeat;
}
#content h1{
	min-height:40px;
	margin:0 0 30px 0;
	padding:0;
}
#frontpage #content h1{
	min-height:40px;
	margin:0 0 10px 0;
}

#wrap_body #wrap_innnercontent{
	background:url(images/innnercontentbg.gif) bottom no-repeat;
}
/* Side Menu */

#smenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul{
}
#smenu li { 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#smenu ul a {
	padding-left: 40px;
	line-height:35px;
	font-weight: bold;
	background:url(images/sidemenubg.gif) left no-repeat;
	font-size:109%;
	color:#666;
}
#smenu ul ul a{
	padding-left: 40px;
	line-height:22px;
	background:url(images/dot.gif) 20px -142px no-repeat;
	font-weight: normal;
	font-size:100%;
	color:#FFF;
}
#smenu ul ul a:hover,#smenu ul ul a#current-smenu{
	background:url(images/dot.gif) 20px -192px no-repeat;
	font-weight:bold;
}
#smenu ul ul ul a{
	padding-left: 55px;
	background:url(images/dot.gif) 38px -241px no-repeat;
	font-weight: normal;
}
#smenu ul ul ul a:hover,#smenu ul ul ul a#current-smenu{
	background:url(images/dot.gif) 38px -291px no-repeat;
	font-weight:bold;
}
#smenu ul ul ul ul a{
	font-style: italic;
}
#smenu ul, #smenu a{
	border-color: #666;
}
#smenu div.search{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#teasers img{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
}
#teasers h2 {
	margin: 0 5px 10px 0;
	padding: 0px 10px 0px 0px;
	background: #f3f3f3 url(images/title_bg.gif) no-repeat scroll right top;
}
#teasers h2 span {
	padding: 1px 0px 0px 21px;
	height: 17px;
	background: transparent url(images/title_bg.gif) no-repeat scroll left top;
	font-size: 1em;
	font-weight: bold;
	vertical-align: bottom;
	color: #505860/*#444a55*/; 
}
div.teaser{
	clear: both;
	position: relative;
	overflow:auto;
	width: 310px;
	min-height:175px;
	margin: 0;
	border: none;
}
div.teaser.first{
	margin-bottom:20px;
}
a.t_img{
	display: block;
	z-index: 1;
}
a.t_img img{
	width: 120px;
	height: 150px;
	margin-right:10px;
	display: block;
	float:left;
}
a.t_img p{
}
.t_readmore{
	text-align:right;
}
/* Teasers Colours */

div.teaser{
	color: #CCC;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #666;
	color: #CCC;
}
#wrap_body, #frontpage
{
	background-color: #333;
} 
#wrap_logo, #toplogo
{
	background-color: #f3f3f3;
}

#wrap_menu{
	background:url(images/topmenubg.png) 0 -46px repeat-x;
}
#navigation{
	background:url(images/topmenubg.png) 0 0 repeat-x;
}
#wrap_content {
	background:url(images/wrap_content_bg.png) -950px 0  repeat-y;
	color: #CCC;
}
#frontpage #wrap_content {
	background:url(images/wrap_content_bg.png) 0 0 repeat-y;
}
#leftblock {
	color: #666;
	background:url(images/blockbg.png) -40px 0 no-repeat;
}
#wrap_body #leftblock {
	background:url(images/blockbg.png) -97px 0 no-repeat;
}
#rightblock{
	color: #ccc;
}
#frontarticle{
	background:#333 url(images/blockbg.png) -300px bottom no-repeat;
}
#frontblocks{
	background:url(images/blockbg.png) 653px top no-repeat;	
}
#teasers{
	background:url(images/vline.gif) right repeat-y;
}
#wrap_footer {
	color:  #FFF;
	background:#71C201 url(images/topmenubg.png) 0 -80px repeat-x;
}
#wrap_footer a{ 
	font-weight:bold;
}
a.copyright {
	color:#FFF;
	text-decoration: none;
}
a.copyright:hover {
	color:#fff;
	text-decoration: underline;
}
div.submenu 
{
	border-color: #666;
}
a{
	color: #FC0;
	text-decoration:none;
	outline:none;
}
a img 
{ 
	border: none; 
}
a:hover{
	color: #FC0;
	text-decoration:underline;
}

/* Text styling (fonts) */

/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
}
#topmenu ul div
{
	border-top: 1px solid;
}
#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: 35px;
	height: 35px;
	display: table; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	color: #FFF;
	font-weight:700;
	padding: 0 30px 0 20px;
	margin: 0;
}
#topmenu ul ul{	margin-top:-13px;}
#topmenu ul ul li {
	display: block;
	float: none;
	height: 21px;
	line-height: 21px;
	width: 140px;
	border-bottom:#000 1px solid;
	margin-top:-43px;
	position:relative;
	overflow:hidden;
}
#topmenu ul ul li:first-child{border-bottom:0;}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: 21px;
	font-weight:normal;
	line-height: 21px;
	width: 90%;
	padding: 0 5%;
}
#topmenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 140px;
	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;
}

/* arrow for 4 levels! do not touch! */
#topmenu li li.arrow a, #topmenu li.arrow li.arrow li.arrow a {
	background-image: url(images/arrow_next_inv.gif);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#topmenu li li.arrow a:hover, #topmenu li li.arrow li.arrow a:hover {
	background-image: url(images/arrow_next.gif);
}
#topmenu li.arrow li.arrow li a, #topmenu li.arrow li.arrow li.arrow li a {
	background-image: none;
}


#topmenu a.current, #topmenu li:hover a , #topmenu  li.sfhover a  {
	background:url(images/topmenubg.png) right -40px no-repeat;
}
#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: #CCC;
	background:url(images/alpha70bg.png); /* reset for submenus */
}
#topmenu li:hover li a:hover, #topmenu li.sfhover li a:hover{
	color: #FFF;
	background: #71C201;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
	color: #FFF;
	background: url(images/alpha70bg.png); /* reset for submenus */
}
#topmenu ul ul, #topmenu ul ul li, #topmenu ul div
{
	border-color: #000;
}

#content h4
{
	color:#FC0;
	margin:5px 0;
}

.timtable
{	text-align:center;
	font-size:93%;
	color:#ccc;
	background:#707070;
	border-bottom:#444 2px solid;
	border-right:#444 2px solid;
		font-family:Arial;
	}
.timtable td{	
	height:20px;
	border-left:#777 1px solid;
	border-top:#777 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;

	}
.timtable th
{
	font-size:11px;
	text-align:center;
	background:#71c201;
	color:#fff;
	border-left:#7DDA01 1px solid;
	border-top:#7DDA01 1px solid;
	border-right:#579601 1px solid;
	border-bottom:#579601 1px solid;
	
}
.timtable thead th
{
	text-align:center;
}
.timtable th,#timtable td
{
	
}
.timtable .mark
{
	background:#777;
	border-left:#888 1px solid;
	border-top:#888 1px solid;
	border-right:#555 1px solid;
	border-bottom:#555 1px solid;
}
.timtable .mark:hover
{
	background:#999;
	border-left:#aaa 1px solid;
	border-top:#aaa 1px solid;
}
strong
{
	font-weight:bold;
}

/*---------------------webshop-------------*/
.webshop{
	width:690px;
	overflow:auto;
	background:url(images/dotted_line.gif) bottom repeat-x;
	padding:10px 0;
	clear:both;
}
.webshop .pro_image{
	width:250px;
	float:left;
	display:block;
	text-align:center;
	margin:0 10px;
	min-height:100px;
}
.webshop .pro_image img{
	width:240px;
}
.webshop .pro_info{
	width:370px;
	float:left;
	display:inline;
	background:#444 url(images/pro_info_bg.gif) bottom right no-repeat;
	padding:20px;
}
.webshop .pro_info h2{
	font-size:200%; 
	color:#FC0; 
	font-family:"Times New Roman", Times; 
	border-bottom:#333 1px solid; 
	margin:0 0 10px 0;
	padding:0 0 10px 0; 
	font-weight:normal;
}
.webshop .pro_info p{
	padding:0; 
	margin:10px 0;
}