/*********************************************************************************
 * (c) Marianne Schmutz & Ruedi Hofer, Talweg 6a, 3063 Ittigen
 * $Id: style.css,v 1.12 2016/11/12 16:38:03 hofer Exp $
 ********************************************************************************/

a:link{    color : black;}
a:visited{ color : black;}
a:focus{ color : black;}
a:hover { color : black;}
a:active{ color : black;}

.FullHeight {
  height: 100%;
}

BODY, TD, DIV, FONT, PRE, p, small, big  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}

#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}
#contents {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	position: absolute;
}
.LowerLeftBorderBg {
	padding:  0px 0px 10px 0px;
	background-color: #dddddd;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
    width: 110px;
    height: 50px;
}
.UpperLeftBorderBg {
	padding: 10px 00px 0px 00px;
	background-color: #dddddd;
	border-left: 1px solid #000000;
	width: 110px;
	height: 100%;
}
.LowerRightBorderBg {
	background-color: #ffffff;
	border-right: 1px solid #000000;
  border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
  height: 100%;
}
.menuLowerBg {
  padding-right:10px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
	background-color: #dddddd;
	height: 20px;
}
TD.menuUpperRightBg {
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#top-menu {
  position: relative;
	height: 24px;
	margin: 0px;
  border-top: 0px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
  position: absolute;
}

#top-menu ul a, #top-menu ul .cur {
  position: relative;
		float: left;
	display: block;
	line-height: 23px;
  height: 24px;
	text-decoration: none;
	background-color: #666666;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 0 10px;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
}


#top-menu ul a:hover {
	font-weight: bold;
	background-color: #aaaaaa;
}

#top-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#eol li a {
	float: left;
	width: 100%;
	margin: 10px;
	padding: 0;
}




#sub-menu ul {
	margin: 0;
	padding: 0;
	width: 100px;
	overflow: hidden;
	border-top: 1px solid #000000;
	list-style-type: none;
}

#sub-menu ul a {
	text-decoration: none;
	display: block;
}

#sub-menu ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000000;
	background: #dddddd;
}

#sub-menu li.noact a {
	line-height: 24px;
	height: auto;
	text-decoration:none;
  display: block;
	padding: 0px 10px;
	background: #666666;
	color: #ffffff;
	font-weight: bold;
}

#sub-menu li.noact a:hover, #sub-menu li.act a:hover  {
	line-height: 24px;
	height: auto;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	background: #aaaaaa;
	font-weight: bold;
}

#sub-menu li.act a {
	line-height: 24px;
	height: auto;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	background: #dddddd;
	color: #000000;
	font-weight: bold;
}

#sub-menu ul .subMenuTitle {
	color: #000000;
	font-weight: bold;
	background-color: #aaaaaa;
	line-height: 24px;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0 10px;
}

#sub-menu ul .subMenuTitleSpacer {
	color: #000000;
	font-weight: bold;
	background-color: #dddddd;
	line-height: 10px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding: 0 10px;
}

.OuterTableBorder
{
  height:100%;
  width:100%; 
}
.OuterTableField
{
	height: 2%;
  background-color:transparent;
	
}
*html .OuterTableField
{
  height: 2%;
  background-color:pink;
  filter: chroma(color=pink);
}
.InnerTableBorder
{
  height:100%;
  border: white 10px solid;
}


a.menu:link{    color : #222222; text-decoration : none;  }
a.menu:visited{ color : #222222; text-decoration : none; }
a.menu:focus{ color : #000000; text-decoration : none;}
a.menu:hover { color : #000000; text-decoration : underline;}
a.menu:active{ color : #000000; text-decoration : none;}

a.menulink:link{  color : #222222; text-decoration : none;  }
a.menulink:visited{ color : #222222; text-decoration : none; }
a.menulink:focus{ color : #000000; text-decoration :  underline; }
a.menulink:hover { color : #000000; text-decoration :  underline; }
a.menulink:active{ color : #000000; text-decoration :  underline; }

a.mylink:link{  color : #222222; text-decoration : underline;  }
a.mylink:visited{ color : #222222; text-decoration : underline; }
a.mylink:focus{ color : #000000; text-decoration :  underline; }
a.mylink:hover { color : #000000; text-decoration :  underline; }
a.mylink:active{ color : #000000; text-decoration :  underline; }

a.badminton:link{   color : #222222; text-decoration : underline;  }
a.badminton:visited{color : #222222; text-decoration : underline;  }
a.badminton:active{ color : #000000; text-decoration :  underline; }
a.badminton:focus{  color : #000000; text-decoration :  underline; }
a.badminton:hover { color : #000000; text-decoration :  underline; background:#cbcbcb;}
a.badminton:active{ color : #000000; text-decoration :  underline; }

/*********************************************************************************
 * jquery stuff
 ********************************************************************************/

.menuspacer{
  display: block;
  margin: 0 20px 0 0;
  line-height: 24px;
  height: 23px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li div{
  display: block;
  margin: 0 20px 0 0;
  line-height: 24px;
  height: 23px;
}

.jqueryslidemenu{
  font-size: 12px;
  font-weight: bold;
  background: #666;
}

.jqueryslidemenu ul{
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  border-right: 1px solid #000;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
border-left: 1px solid #000;
  border-top: 1px solid #000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #666; /*background of tabs (default state)*/
color: white;
  line-height: 24px;
  height: 23px;
padding: 0 10px;
color: #fff;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
margin: -2px 0 0 0;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
}

.jqueryslidemenu ul li a:hover{
  background-color: #aaaaaa; /*tab link background during hover state*/
color: white;
}
  
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
margin: -1px 0 0 0;
  display: list-item;
  float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-size: 12px;
font-weight: bold;
width: 140px; /*width of sub menus*/
padding: 0 5px;
margin: 0 -2px 0 0;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #ddd;
color: black;
}

.jqueryslidemenu ul .act a {
  background-color: #dddddd;
  color: #000;
}

.jqueryslidemenu ul .deact a{
  background-color: #666;
  color: #fff;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### Thumbnail images , slideshow ######### */

#thumb a { width: 95px; height: 95px; padding: 3px; margin-right: 5px; margin-bottom: 5px; border: 1px solid #333; float: left; background-color: #ddd;}
#thumb a:focus { outline: none; }
#thumb a:hover { background: #aaa }
#thumb a.activeSlide { background: #999 }
#thumb img { border: none; display: block; margin: auto; max-width:95px; max-height:95px; width: expression(this.width > 95px ? 95px : true);height: expression(this.height > 95px ? 95px : true);}
#thumb div { position:absolute; height: 95px; width:95px;}

.abs-center {margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.caption { text-align: center;}
.slideshow {text-align: center; margin: auto;}
.slide { height: 640px; width: 640px; }
.slide img { padding: 20px; border: 1px solid #333; background-color: #fff; margin: auto; display: block; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
  


