/* styles for the TulotTM page */

/*****Default******/

*
  {
  margin:0;
  padding:0
  }
strong 
  {
  font-weight: normal;
  }
em
  {
  font-style: normal;
  }
img, a img
  {
  border:none
  }
html, body 
  {
  height: 100%;
  }

/****** Main******/

body {
  background-image: url("img/background2.png");
  background-repeat: repeat-x;
  background-color: #c8e3f1;
  font: normal normal normal small/1.4em Georgia, Verdana, sans-serif;
  color: yellow;
  text-align: left;
}
a, a:link, a:visited, a:active, a:hover
  {
  color:#50708B;
  text-decoration:underline;
  }
#wrapper 
  {
  width: 900px;
  background-color: transparent;
  margin: 0 auto 2em auto;
  }
#tulot-bar
  {
  font-weight: bold;/* normal normal bold 1.5em Tahoma, sans-serif;*/
  font-size: 2em;
  text-align: left;
  margin: 1em 0;
  font-variant: small-caps;
  }
#tulot-bar sup
  {
  font-size:.5em;
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  bottom:1.1em;
  left:.2em;
  font-weight: normal;
  }
#tulot-bar a:link, 
#tulot-bar a:visited, 
#tulot-bar a:hover
  {
  text-decoration: none;
  color: white;
  }
.tulot-tm
  {
   font-variant:small-caps;
   font-size:1.2em;

  }
.tulot-tm sup
  {
  font-size:.6em;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: .9em;
  font-variant: normal;
  }

h1 span.tulot-tm,
h2 span.tulot-tm,
h3 span.tulot-tm,
h4 span.tulot-tm
{
   font-variant:small-caps;
   font-size:1em;
}
h1 span.tulot-tm sup
{
   font-variant:normal;
   font-weight:normal;
   font-size:.4em;
   bottom:1.3em;
}

h2 span.tulot-tm sup,
h3 span.tulot-tm sup,
h4 span.tulot-tm sup
{
   font-variant:normal;
   font-weight:100;
   font-size:.55em;
   bottom:1em;
}
#main
  {
  border: 1px solid #89ACB5;
  background-color: #fff;
  margin: 0;
  padding: 0;
  }
#inner
  {
  border-left: 1px solid #89ACB5;
  border-right: 1px solid #89ACB5;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  }

#header
  {
  margin: 0 0 1em 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  clear: both;
  }
#navigation
  {
  margin-right: 300px;
  background-color: #fff;
  }
#navigation ul
  {
  margin:0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  list-style: none;
  }
#navigation  li
  {
  font-size: 1.3em;
  float: left;
  text-align: left;
  display: inline;
  margin: 0;
  border-right: 1px solid #89ACB5;
  border-bottom: 1px solid #89ACB5;
  background-color: #EDF5FA; /*daeefa;/*#DCECF6;*/
  line-height: 1.6em;
  }
#navigation li a:link,  #navigation li a:visited
  {
  text-decoration: none;
  color: #000;
  padding: 0 .9em;
  font-size: .9em;
  font-weight: bold;

  }
#navigation li.active
  {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  }
#navigation ul a:hover
  {
  1text-decoration: underline;
  color: #4d8ec6;
  }

#info
  {
  float: right;
  padding:0;
  margin: 0;
  color: red;
  }
#info ul 
  {
  list-style: none;
  overflow: hidden;
  }
#info li
  {
  display: inline;
  line-height: 3em;
  }
#info ul a:link,
#info ul a:visited
  {
  text-decoration: underline;
  color: #275b96;
  padding: 1em .5em 0 1em;
  font-size: .9em;
  }
#info ul a:hover
  {
  text-decoration: underline;
  }

#content
  {
  background-color: #fff;
  color: #000;
  height: 100%;
  margin-bottom: 4px;
  }

#main-section
  {
  float: left;
  width: 620px;
  margin-bottom: 5px;
  border-top: 1px solid #89ACB5;
  border-right: 1px solid #89ACB5;
  border-bottom: 1px solid #89ACB5;
  min-height: 600px;
  }
#main-section p
  {
  padding: 1em 3em 1em 3em;
  margin: 0;
  line-height: 1.5em;
  }

#main-section p.intro
  {
   padding-bottom: 0;
   padding-top: 0;
   margin-bottom: 0;
   padding-left:2em;
   line-height: 1.2em;
   font-size: 1.2em;
  }
#main-section p.first
  {
   margin: .5em 0;
   font-weight: bold;
   font-size: 1.3em;
   padding: 0 2em;
  }
#main-section h1.intro
  {
   margin-left:.5em;
   margin-bottom:1em;
   margin-top:1em;
  }
#main-section ul
  {
  margin: .6em 5em;
  line-height: 1.3em;
  list-style: bullet;
  }
#main-section li
  {
  margin: 0 2em 0.5em 2em;
  }
#main-section p.upcase
  {
  font-variant: small-caps;
  font-size: 1.2em;
  padding-left: 0;
  margin-left: 1.5em;
  }

#main-section p.weiter
  {
   margin: 0 2em 0 0;
   padding: 0;
   text-align: right;
  }
#side-section p.weiter
  {
   margin: 0 .5em .5em 0;
   padding: 0;
   text-align: right;
  }

#content .weiter a:link, #content .weiter a:visited
  {
   background-image: url("img/arrows.png");
   background-repeat: no-repeat;
   background-position: center left;
   padding-left: 20px;
   padding-right: 10px;
   color: #275b96;
  }
#content .weiter a:hover
  {
  color: #646d2f;
  }
#main-section h1
  {
   font-size: 2em;
   margin-left:.5em;
   margin-bottom:1em;
   margin-top:1em;
   padding: .5em 1em .5em .8em;
   line-height:.5em;
   font-variant: small-caps;
   border: 1px solid #89ACB5;
   border-right: none;
  }
#main-section h2
  {
   font-size:1.4em;
   padding: .2em 2em;
   font-weight: normal;
  }
#main-section h3
  {
   font-size:1.3em;
   margin: 1em 2em;
   padding: 0 0 0 1em;
   margin-right: 0;
   font-weight: bold;
   border: 1px solid #89ACB5;
   border-right: none;
   line-height: 2em;
  }
#main-section ul
  {
   list-style: bullet;
   padding: 0 2em;
   margin-left: 1em;
  }

.img-left-border
  {
   float: left;
   border: 1px solid  #89ACB5;
   margin: .4em .6em .4em 0;
   clear: left;
  }
.img-right-border
  {
   float: right;
   border: 1px solid  #89ACB5;
   margin: .5em;
   clear: right;
  }
.img-left-no-border
  {
   float: left;
   margin: .4em .6em .4em 0;
   clear: left;
  }
.img-right-no-border
  {
   float: right;
   margin: .5em .2em;
   clear: right;
  }
.img-right-no-margin
{
 float: right;
 clear: right;
}
.img-go
  {
   display: inline;
  }
.img-train-border
  {
   display: inline;
   float:left;
   margin-right:5px;
   margin-bottom: 1.5em;
   border: 1px solid #89acb5;
  }
.trainer
{
 border-right:none;
 margin: 0 0 1em 1.5em;
 text-align:left;
 padding:0em 1em;
}
.trainer div
{
 max-width: 170px;
 text-align:center;
 margin-bottom: 1em;
}
.trainer div img
{
 margin:0;
 border: 1px solid #89acb5;
 overflow:hidden;
}

#thumbs
  {
  margin: 1em 1em 1em  1em;
  padding: 0;
  height: 300px;
  position: relative;
  height: 470px;
  }
#thumbs div
 {
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #89acb5;
  border-bottom: 1px solid #89acb5;
 }
#thumbs a span
  {
   background: url("img/sharp1.gif") 0 0 no-repeat;
   width: 10px;
   height: 10px;
   position: absolute;
   display: block;
   left: 3px;
   top: 3px;
   visibility: hidden;

  }
#thumbs a:hover span
  {
   visibility: visible;
  }
#thumbs a:hover
  {
  background-position: 0 0;
  }

#thumbs img
  {
  padding: 0;
  margin: 0;
  border: 1px solid #89acb5;
  }

#side-section
  {
  margin-left: 628px;

  }
#side-section div
  {
  border-top: 1px solid #89ACB5;
  border-left: 1px solid #89ACB5;
  border-bottom: 1px solid #89ACB5;
  margin-bottom: 10px;
  min-height: 200px;
  text-align: right;
  }

#side-section h2
  {
  font-size: 1.2em;
  padding: .2em .5em;
  background-color: #EDF5FA ;/*#C8E0E9;*/
  border-bottom: 1px solid #89ACB5;
  font-variant: small-caps;
  text-align: left;
  }
#side-section p
  {
  padding: .7em;
  font-size: 0.9em;
  text-align: left;
  }
#google-ads
  {
  height: 283px;
  }
#google-ads h2
  {
  font-size: 1em;
  padding: .2em .5em;
  background-color: #EDF5FA ;
  border-bottom: 1px solid #89ACB5;
  font-variant: normal;
  text-align: left;
  }
#footer
  {
  width: 100%;
  border-top: 1px solid #89ACB5;
  background-color: #fff;
  text-align: center;
  display: block;
  clear: both;
  }
#footer p
  {
  color: #000;
  line-height: 1.5em;
  font-size: .8em;
  }
#footer span.tulot-tm sup
{
   font-variant:normal;
   font-weight:100;
   font-size:.6em;
   bottom:.6em;
}
#thumb01
 {
  position:absolute;
  left:1em;
  top:1.5em;
 }
 #thumb02
 {
  position:absolute;
  left:12em;
  top:6em;
 }
 #thumb03
 {
  position:absolute;
  right:1em;
  top:1em;
 }
 #thumb04
 {
  position:absolute;
  left:3em;
  top:18em;
 }
 #thumb05
 {
  position:absolute;
  left:20em;
  top:19em;
 }
 #thumb06
 {
  position:absolute;
  right:2em;
  top:13.5em;
 }


#thumbs img.noborder
  {
   border: none;
  }

#main-section form
  {
  margin: 1em 3em 2em 3em;
  padding:0;
  }
#main-section form p
{
  margin:0;
  padding:0;
}
input, textarea
{
  border: 1px solid #89ACB5;
  padding:0;
  margin:0;
  color: #425357;
}
.form-par
{
  margin:0;
  padding:0;
}
.form-par-input
{
  margin:0;
  padding:0;
}

.submit
  {
   width: 150px;
   float: left;
   margin: 1em 6em 2em 0;
   border:  1px solid #89ACB5;
   background-color: #EDF5FA;
   padding: .2em 1em;
  }

.img-title
{
 font-size:.85em;
 background-color:none;
 padding:0 1em 0 1em;
 margin:0;
 height:4%;
}