/* Structure
---------------------------------------------- */

body {
  text-align:center;
  margin:0px;
  padding:0px;
  font-family:Verdana, Arial;
  font-style:normal;
  font-size:76%; 
  color:black;
  padding-bottom:20px;
  }

#header {
  width:100%;
  height:110px;
  background-color:white;
  border-bottom:1px dotted black;
  background-image:url("../pics/saumade.gif");
  background-repeat: no-repeat;
  background-position: top center;
  }

/* Navigation
---------------------------------------------- */
#header ul {
  position:relative;
  top:75px;
  left:0px;
  padding:0px;
  display:inline;
  }

#header ul li{
  padding: 2px 10px;
  list-style: none;
  display: inline;
  }

.NavAt {
  color:#3d80df;  
  font-size:1.3em;
  text-decoration:none;
  font-weight:600;
  }

#login {
  position:absolute;
  top:10px;
  right:10px;
}

/* Inhalt:
--------------------------------------------- */

#content {
  text-align:left;
  padding-left: 70px;
  padding-right: 70px;
  padding-top:10px;
}

.sign {
  font-weight:600;
}

#content h1 {
  padding-top:10px;	 
  font-size:1.5em;
}

/* Links
--------------------------------------------- */

#header a {
  font-size:1.3em;
  font-weight:600;
  text-decoration:none;
  }

#content a {
  font-weight:600;
  }

a:link  {color:black;}
a:visited {color:black;}
a:hover{color:#3d80df;}


/* Routenliste BJ
---------------------------------------------- */

#list {
  border: 1px solid #666666;
}

#list td {
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 8pt;
  padding: 3px 8px;
  border-left: 1px solid #D9D9D9;
}


/* Bilder
---------------------------------------------- */

img {
  border: none;  
}

img.routenbild {
  border:1px solid black;   
}
