body {
  margin: 25px auto;
  padding: 2em;
  min-width: 50em;
  font-size: 75.01%; /* 12px [1] */
  line-height: 1.5em; /* 18px [2] */
	background: url(bg.jpg) repeat-x #65B1FF fixed;
  color: black;
  font-family: "Arial", "Helvetica", sans-serif;  /* "Trebuchet MS", "Luxi Sans", */
}
h1 {
  font-size: 1.5em; /* 18px */
  line-height: 1.33em; /* 24px */
  margin: 0; /*   16px 0 */
  font-weight:normal;
  color:#333;
}
h2 {
  font-size: 1.25em; /* 15px */
  line-height: 1.4em; /* 21px  */
  margin: 1.07em 0; /* 16px 0 */
  color:#444;
}
h3 {
  font-size: 1em; /* 12px */
  /* font-style: italic; */
  font-weight:100;
  margin:0; /* 16px 0 */
}
h4 {
  font-size: .9em; /* 9px */
  font-weight:bold;
  line-height: 1.56em; /* 18px */
  margin: .94em 0; /* 14px 0 */

}
h5 {
  font-size: .9em; /* 9px */
  font-weight:200;
  margin: 0 0; /* 14px 0 */
}
h6 {
  font-size: .8em; /* 9px */
  font-weight:400;
  color:#630;
  margin:0 0 -2em 0;
 /* font-style: italic; */
}

.boxheader{font-size:12pt;font-weight:600;color:#FFF;line-height:120%;font-family:tahoma, sans-serif;padding-top:2px;padding-bottom:2px;}
.boxteaser{font-size:9pt;font-weight:100;color:#EEE;line-height:120%;font-family:tahoma, sans-serif;margin-top:3px;margin-bottom:4px; margin-left:3px;display:block;}
.boxtitle{font-size:9pt;font-weight:100;line-height:120%;font-family:tahoma, sans-serif;padding-top:2px;padding-bottom:2px;}


.block {
text-align:justify;
}
address {}

/* section 12.2:  the a element */
a:link {
color: #B81883;
text-decoration:none;
font-weight:bold;
}
a:visited {
color: #B81883;
text-decoration:none;
font-weight:bold;
}
a:link:hover {
color: #FF33CC;
text-decoration:none;
font-weight:bold;
} /* [4] */
a:visited:hover {
color: #FF33CC;
text-decoration:none;
font-weight:bold;
}
a:active {}
a:focus {}
a:focus:hover {}

/* section 9: text */
/* 9.2: structured text */
em {}
strong {}
dfn {}
code {
  font-family: "bitstream vera sans mono", "courier new", monaco, courier, monospace;  /* [3] */
}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* end of 9.2 */
p {}
pre {
  font-family: "bitstream vera sans mono", "courier new", monaco, courier, monospace;  /* [3] */
}
ins {}
del {}
/* navigation */
.menue {
 float:left; 
 width:99.8%;  
 left:0px;
 right:0px:
 text-align:center;
 border-left:1px solid #999;
 border-right:1px solid #999;
 background: url(bg_menue.jpg) repeat-x #eee bottom;
 }

    #tabs {
      float:left; 
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
      margin:0;
      padding:10px 10px 5px 145px;  
      list-style:none;
      } 
    #tabs li {
      float:left;
      background:url("left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #000;
      }
    #tabs a {
      display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#FFF;
      }
    #tabs a:hover {
      color:#DDD;
      }
    #tabs #current {
      background-image:url("left_on.gif");
      border-bottom:1px solid #eee;
      }
    #tabs #current a {
      background-image:url("right_on.gif");
      color:#000;
      padding-bottom:5px;
      }


.bullet {
 list-style-image:url(bullet.gif)
}
.bullet li {
  margin: 0 0 0.4em 0;
  padding:0;
}

/* section 10: lists */
ul {
  margin: 0 0 0 0.5em;
  padding: 1em 0 0 1em;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  margin: 0 0 0.4em 0;
  padding:0;
}
dl {}
dt {}
dd {}

/* section 11: tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}



/* section 13: objects, images, and applets */
img {}
object {}
applet {}

tt {}
i {}
b {}
big {}
small {}
hr{
background-color:#69c;
color:#69c;
border: #69c;
height: 1px;
padding:0;
margin:0;
}

/* section 16: frames */
iframe {}

/* section 17: forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

/*
  [1] all calculations are based on the assumption that 1em is 12px.
  [2] if you specify a font-size, also consider to specify a line-height property.
  [3] if you don't specify something other than monospace, mozilla will calculate
      its own font-size based on the user preferences.
  [4] "... prevents hover styles from being applied to non-hyperlink anchors."
      <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/>
*/

