@import "../../_css_/jux_reset.css";
@import "../../_css_/jux_common.css";
@import "../../_css_/jux_forms.css";
@import "../../_css_/jux_paginator.css";
@import "../../_css_/jux_news.css";
@import "../../_css_/jux_gallery.css";
@import "../../_css_/jux_shop.css";
@import "../../_css_/jux_styles.css";
@import "../../_css_/jux_rss.css";
@import "../../_css_/jux_rating.css";

.leftbox {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftbox a,
.leftbox li {
	text-align:left;
  margin: 0;
	padding: 0px;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #036;
}
.leftbox a:hover {
	color: #630;
  text-decoration: underline;
}

.sub_nav_list li h3,
.leftbox li h3{
	color: #036;
	background: url(images/subnav1.gif) no-repeat;
	text-align: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	width: 160px;
	padding: 0 0 0 20px;
	display: block;
  margin: 15px 0 10px 0px;
  font-size: 14px;
  font-weight: bold;
}

.sub_nav_list li h3{
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0px 0px;
}
.leftbox li div div{
	/*padding: 0 0 0 20px;*/
}

.leftbox3 span,
.leftbox4 span,
.leftbox5 span,
.leftbox1 div,
.leftbox2 div{
  display:block;
	padding: 0 0 0 10px;
}

#footer_text,
#footer_text a
{
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  line-height:20px;
  font-weight: normal;
  text-decoration: none;
  color: #036;
}


.rss_box  {margin: 0px 0 4px 0;padding: 6px 0 6px 10px;width: 140px;color: #505050;background-color: transparent; border:none;line-height: 1.3em; }


/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 730px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 20px 20px 20px 5px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
	position: relative;
	float: right;
	margin: 25px 0px 20px 0;	
	padding: 0;
	width: 505px;
}

#content_container {
	clear: both;
	overflow: hidden;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 500px;
	/*color: #FFFFFF;*/
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 730px;
	height: 220px;
	top: 0;
	left: 0;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	z-index: 1;
	position: absolute;
	top: 29px;
	left: 5px;
	width: 722px;
	height: 126px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	z-index: 2;
	width: 215px;
	height: 40px;
	position: relative;
	top: 35px;
	left: 5px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: relative;
	z-index: 2;
	top: -10px;
	left: 235px;
	width: 490px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	top: 0;
	left: 4px;
	float: left;
	width: 721px;
	padding: 0;
	margin: 25px 0 0 0;
	overflow: hidden;
}

#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 3;
	list-style-type: none;
}

#main_nav_list li {
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	background: transparent;
	margin: 0;
	padding: 2px 19px 0 24px;
	display: block;
	float: left;
	height: 28px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body #main_nav_list a {
	height: 26px;
}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	clear: both;
	margin: 0;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	text-align: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	width: 160px;
	padding: 0 0 0 20px;
	display: block;
}

/*--- content --------------------------------------------------------------*/

#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 730px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	line-height: 1.3;
}

/*--- forms ----------------------------------------------------------------*/


input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

/*--------------------------------------------------------------------------*/













/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/headerbg.gif);
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/navbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #900;
	/*background: url(images/hbg.gif) no-repeat;*/
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	color: #9cf;
	background: url(images/n1.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
	color: #fff;
	background: url(images/n1hover.gif) no-repeat;
	background-position: top left;
}


#main_nav_list a.main_nav_active_item {
	color: #630;
	background: url(images/n1activeitem.gif) no-repeat;
	background-position: top left;
}


/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	color: #036;
	background: url(images/subnav1.gif) no-repeat;
}

.sub_nav_list a:hover {
	background: url(images/subnav1hover.gif) no-repeat;
	color: #630;
}

.sub_nav_list a.sub_nav_active_item {
	color: #fff;
	background: url(images/subnav1active.gif) no-repeat;
}



/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #036;
}





/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #036;
	background : #999 url(images/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #036;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #369;
}

#content_container h2 {
	color: #369;
}

#content_container h3 {
	color: #369;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #630;
}

#content_container a:visited {
	color: #630;
}

#content_container a:hover {
	color: #630;
}

#content_container a:active {
	color: #630;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #369;
}

#content_container th {
	color: #fff;
	background-color:#369;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #369;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #369;
	background-color:#def;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #036;
}

legend {
	color: #036;
}

label {
	color: #036;
}

input {
	border-color: #036;
}

textarea {
	border-color: #036;
}

/*--- lists ----------------------------------------------------------------*/

li { 
	color: #036;
}

/*--------------------------------------------------------------------------*/


.logo { text-align:right; 
}

p{
text-align:justify; 
/*text-indent: 15px;*/
}
	
div#logo a {
  display: block;
  width: 250px;
  height: 100%;
  color: #356490;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align:right;
  text-decoration: none;
}
    
#logo {
   background: url(images/wsb_logo.jpg) no-repeat;
}
#key_visual {
   background: url(images/fondo.jpg) no-repeat;
  font-family: Georgia,Times;
  font-size: 32px;
  font-weight: bold;
  color:#fff;
  padding: 90px 0 0 111px;
}

#text_caption {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#main_nav_list a.main_nav_active_item {
  background: url(images/n1activeitem.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #630;
  background-position: top left;
}
#main_nav_list a.main_nav_item {
  background: url(images/n1.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #9CF;
  background-position: top left;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/n1hover.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/subnav1active.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
.sub_nav_list a {
  background: url(images/subnav1.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #036;
}
.sub_nav_list a:hover {
  background: url(images/subnav1hover.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #630;
}
#content_container h1 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  color: #369;
}
#content_container h2 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #369;
}
#content_container h3 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #369;
}
#content_container, #content_container p {
  font-family: Trebuchet MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #036;
}
#content_container a:link {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #036;
}
#content_container a:visited {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #036;
}
#content_container a:hover {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #336699;
}
#content_container a:active {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #036;
}
#footer_text {
  font-family: Trebuchet MS,sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #036;
}


.layerChat{}
#layerChat{ padding-left:2px; background: url(images/contentbg.gif);}

