a.noStyle :link,
a.noStyle :visited,
a.noStyle :active,
a.noStyle :hover
{
background-color:transparent;
border-width:0px;
}

body {
  font-size:                 11pt; 
  line-height:               16pt;
  font-family:               Arial,Sans-Serif,Verdana;
  scrollbar-highlight-color: #767586;
  scrollbar-base-color:      #808080;
  scrollbar-arrow-color:     #000000;
  font-weight:               500;
  margin:                    0px;
  background-image:          url(http://img.sylbach.de/background.jpg);
  background-repeat:         no-repeat;
  background-position:       100px center; 
  background-attachment:     fixed;
  cursor: default;
  }
  
.VertikalVerlauf {
  background-color:    #767586;
  background-image:    url('http://img.sylbach.de/menue/background.gif');
  background-repeat:   repeat-x;
  font-size:           10pt; 
  line-height:         16pt;
  font-family:         Arial,Sans-Serif,Verdana;
  font-weight:         700;
  color:               #FFFFFF;  
  }

.HorizontalVerlauf {
  background-color:    #767586;
  background-image:    url('http://img.sylbach.de/menue/background2.gif');
  background-repeat:   repeat-y;
  font-size:           10pt; 
  line-height:         16pt;
  font-family:         Arial,Sans-Serif,Verdana;
  font-weight:         700;
  }

.Content, li {
  font-size:                 11pt; 
  line-height:               16pt;
  font-family:               Arial,Sans-Serif,Verdana;
  font-weight:               500;
  }

.Box {
  border-width:1px;
  border-style:solid; 
  border-color:#0090E0;
  font-weight:         700;
  font-size:           10pt;
  font-family:         Arial,Sans-Serif,Verdana;
  }

hr {
  color: #0090E0;
  }

h1 {
  font-size:           18pt; 
  font-weight:         700; 
  color:               #0090E0;
  font-family:         Arial,Sans-Serif,Verdana;
  }

h2 {
  font-size:           16pt; 
  font-weight:         700; 
  color:               #0090E0;
  font-family:         Arial,Sans-Serif,Verdana;
  }

h3 {
  font-size:           13pt; 
  font-weight:         700; 
  color:               #0090E0;
  font-family:         Arial,Sans-Serif,Verdana;
  }

h4 {
  font-size:           10pt; 
  font-weight:         700; 
  color:               #0090E0;
  font-family:         Arial,Sans-Serif,Verdana;
  }

A:link, A:visited, A:active, .myLink {
  cursor:              pointer;
  border:              0px;
  margin:              2px;
  font-weight:         600;
  font-size:           10pt;
  font-family:         Arial,Sans-Serif,Verdana;
  text-decoration:     none;
  color:               #575667;
  }

A:hover, .myLinkHover {
  margin:              0px;
  border-width:        2px;
  border-right-color:  #DDDDDD;
  border-bottom-color: #DDDDDD;
  border-left-color:   #444444;
  border-top-color:    #444444;
  border-style:        solid;
  cursor:              pointer;
  font-weight:         600;
  font-size:           10pt;
  font-family:         Arial,Sans-Serif,Verdana;
  text-decoration:     none;
  background-color:    #6A697A;
  color:               #FFFFFF;
  }

A.Menu:link, A.Menu:visited, A.Menu:active {
  margin:              1px;
  border-width:        0px;
  cursor:              pointer;
  font-size:           10pt; 
  line-height:         16pt;
  font-family:         Arial,Sans-Serif,Verdana;
  font-weight:         700;
  text-decoration:     none;
  color:               #FFFFFF;
  }

A.Menu:hover {
  margin:              0px;
  border-width:        1px;
  border-right-color:  #444444;
  border-bottom-color: #444444;
  border-top-color:    #DDDDDD;
  border-left-color:   #DDDDDD;
  border-style:        solid;
  cursor:              pointer;
  font-weight:         700;
  font-size:           10pt;
  font-family:         Arial,Sans-Serif,Verdana;
  text-decoration:     none;
  background-color:    #6A697A;
  color:               #FFFFFF;
  }  
  
.BoxNormal {
  filter:       Alpha(opacity=80 finishopacity=80, style=3);
  margin:       auto; 
  width:        600px;
  opacity:      0.8;
  moz-opacity:  0.8;
  }
  
.BoxTransparent {
  cursor:       pointer;
  filter:       Alpha(opacity=50 finishopacity=50, style=3);
  margin:       auto; 
  width:        600px;
  opacity:      0.50;
  moz-opacity:  0.50;
  }
  
.BoxHover {
  cursor:       pointer;
  filter:       Alpha(opacity=100 finishopacity=100, style=3);
  margin:       auto; 
  width:        600px;
  opacity:      1.0;
  moz-opacity:  1.0;
  }

