/* -- FARBEN -- */
/* Hintergrund dunkel #1A354E */
/* Hintergrund hell   #6699CC */

/* -- Allgemeines -- */
body {
  background:  #1A354E; 
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 640px; 
  font-size: 100.01%; 
  font-family: verdana, arial, sans-serif ;
}
a { color: #336699; text-decoration: none; } 
a:visited { color: #336699; } 
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
a:hover { text-decoration:underline; }

h1 { 
  font-size: 2.5em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 0;
  margin: 0;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #1A354E;
  font-family: Georgia, "Times New Roman", Times, serif;
}
img { 
  border: solid 0px #aaa;
  padding: 0px;
  max-width: 95%; 
}
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}
.fright {
  float: right;
  margin: 0 0 20px 20px;
  padding: 1px;
}
.imglink {
  vertical-align:text-bottom;
  border: 0px;
  width: 13px;
  height: 14px;
}
hr
{
color: #6699CC;
height:1px;
margin-bottom: 2px ;
margin-top: 0px ;
}


/* -- Layoutspezifisches -- */
#container { 
  font-size: 0.9em; 
max-width: 70em; 

  margin: auto; 
  border: 0px solid #aaa; 
  border-top: 0; 
  background: white;
}
#footer {
  padding: 0 0;
  font-size: 0.6em; 
  background: #1A354E;
  text-color: #99CCFF;
  text-align:right;
}

#footer p {
  text-color: #99CCFF;
  text-align:right;
}

#logo a {
  color: white; 
  text-decoration: underline;
}



/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/logo_schlitz_v2.gif) 0 0 no-repeat #1A354E; 
  height: 80px; 
  padding: 0 0px;
  text-align: right;
  line-height: 48px;
  font-size: 48px; 
  overflow: hidden; 
  letter-spacing: 3px; 
  margin: 0; 
  font-family: Georgia, "Times New Roman", Times, serif;
}
#logo a {
  color: white; 
  text-decoration: none;
}


#logo a span { 
  color: black;
  background: white;
  padding-right: 0.1em; 
  font-weight: bold;
}


/* - Menü - */
#menu {
  background: #6699CC;
  padding: 5px 5%; 
  margin: 0;
  text-align: right;
  color: #000040; 
}
#menu li {
  line-height: 14px;
  font-size: 14px;
  display: inline; 
  list-style-type: none; 
  border-left: 1px solid #1A354E; 
  padding: 0 10px 0 15px;
  font-weight: bold;
  letter-spacing: 0px;
}
#menu li a {
  color: #ffffff; 
  text-decoration: none;
}
#menu li a:hover { color:yellow; text-decoration:none; }


/* - Menü - */
#eop {
  background: #1A354E;
  margin: 0;
  text-align: right;
  color: #000040; 
  line-height: 0px;
  font-size: 0px;
  height:45px;
}


/* - Der Hauptinhaltsteil - */
#main {
  background: white; 
  padding: 0 20px 0 20px; 
  line-height: 1.5em; 
}