
/* ---------------------------------------------------------------------------*/
/* -- Basic Setup -- */
* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

html {
  background: #e9edf2;
  color: #0a2245;
  float: left;
  width: 100%;
}

body {
  text-align: center;
  padding: 30px 0px 30px 0px;
  font-size: 62.5%; 
}

img {
  border: none;
}

a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------*/
/* -- Page -- */


#pagebg {
  margin: 0 auto;
  padding: 0;
  width: 100%
  text-align: left;
}

#pagebgh {
  width: 100%;
  margin: 0;
  padding: 0;
}

#pagebgf {
  width: 100%;
  margin: 0;
  padding: 0;
}

#page {
  color: #000000;
  width: 100%
  margin: 0;
  padding: 0;
  text-align: left;
}

/* ---------------------------------------------------------------------------*/
/* -- Header -- */

#header
{
  width:100%;
  height: 179px;
  position: relative;
  background: #ffffff url("bilder/so.gif") no-repeat bottom left;
  overflow: hidden;
}

#logo {
  display:none;
}

#logoprint {
  display: block;
  text-align: left;
}

#logo a {
  font-size: 0.7em;
  font-size: 12pt;
  line-height: 20pt;
}

#logo a strong {
  font-size: 2.3em;
}

/* ---------------------------------------------------------------------------*/
/* -- Navigation -- */

#nav {
  display:none;
  width: 100%;
  text-align: center;
  padding: 6px 0 6px 0;
}

#nav ul li {
  display: inline;
  font-size: 1.25em; 
  padding: 0 8px 0 8px;
  border-width: 0 0 0 0;
}

#nav ul li a{
  padding: 0 0 0 0;
}

#nav ul li a {
  color: #888888;
}

#nav ul li a:hover {
  text-decoration: none;
  color: #000000;
}

#nav ul li.active a,
#nav ul li.current-cat a,
#nav ul li.current_page_item a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#nav ul li.active a:hover,
#nav ul li.current_page_item a:hover,
#nav ul li.current-cat a:hover {
  text-decoration: none;
}


/* ---------------------------------------------------------------------------*/
/* -- Content -- */

#contentt {
  background: transparent url("bilder/su.gif") no-repeat top left ;
  color: #000000;
}

#contentb {
  background: transparent url("bilder/so.gif") no-repeat bottom left ;
  color: #000000;
}

#content {
  min-height:400px;
  padding: 0 0 0 0;
  font-size: 1.3em;
  line-height: 2.2em;
}

#latestclients,
#latestnews {
  margin-top: 12px;
  background-color: transparent;
  width: 49%;
  float:left;
}

.element1 {
  background: transparent url("bilder/f1.gif") no-repeat bottom left ;
}
.element2 {
  background: transparent url("bilder/f2.gif") no-repeat bottom left ;
}
.element3 {
  background: transparent url("bilder/f3.gif") no-repeat bottom left ;
}
.element4 {
  background: transparent url("bilder/f4.gif") no-repeat bottom left ;
}
.element5 {
  background: transparent url("bilder/f5.gif") no-repeat bottom left ;
}
.element6 {
  background: transparent url("bilder/f6.gif") no-repeat bottom left ;
}
.element7 {
  background: transparent url("bilder/f7.gif") no-repeat bottom left ;
}
.element8 {
  background: transparent url("bilder/f8.gif") no-repeat bottom left ;
}

h1 {
  font-size: 1.5em;
  line-height: 2.2em;
}
h2 {
  font-size: 1.3em;
  line-height: 2.2em;
}
h3 {
  font-size: 1.14em;
  line-height: 2.2em;
}
h4,
h5,
h6 {
  line-height: 2.2em;
  font-size: 1.0em;
}

.date {
  color: #aaaaaa;
}

.seminartext {
  margin-top: 15px;
}

.seminarattachment {
  display:none
}

.seminarattachment a{
  background: transparent url("bilder/bur.gif") no-repeat top right ;
  display: block;
  padding: 3px 14px 5px 0px; 
}

.alignleft {
  text-align: left;
  width: 300px;
  float: left;
}

.alignright {
  text-align: right;
  width: 300px;
  float: right;
}

p.mailer {
  line-height: 1.2em;
}
textarea.mailer,
input.mailer {
  width: 400px;
  border: 1px solid #7f9db9;
  margin-bottom: 10px;
}
input.mailernobottom{
  border-top:    1px solid #7f9db9;
  border-right:  1px solid #7f9db9;
  border-bottom: 0   solid #7f9db9;
  border-left:   1px solid #7f9db9;
  margin-bottom: 0px;
}
input.mailercode {
  Xwidth: 105px;
  border: 1px solid #7f9db9;
  margin-bottom: 20px;
}

.seminarnummer {
  vertical-align:middle;
  margin-bottom: 5px;
  }

/* ---------------------------------------------------------------------------*/
/* -- Styling Classes -- */

#skip {
  position: absolute;
  visibility: hidden;
}

.foto {
  display: block;
  position: relative;
  left: 35px;
  top: 0px;
  align: right;
  float: right;
}
.fotoframe {
  width:313px;
  float: right;
}

.clear {
  clear: both;
}
.clearr {
  clear: right;
}
.clearl {
  clear: left;
}

.noprint {
  display:none
}

/* ---------------------------------------------------------------------------*/
/* -- Special Setup & Hacks -- */
a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/
.iehack1 { border: 0px solid green; display: block; float: right; width: 1px; height: 390px; font-size: 1px; overflow:hidden; }