/*
css-Definitionen fuer die Reiseliste.
Bitte die Farben an Ihr Layout anpassen.
*/
body, html{
  font-family: Verdana;
  font-size: 12px;
}


h1{
  font-family: Verdana;
  font-size:13px;
}


.hl_journeys,
.hl_jouerneys {
  font-family: verdana;
  font-size:12px;
  border-collapse:collapse;
  border-bottom:1px solid #006594;
}

.hl_headcol1,.hl_headcol2,.hl_headcol3,.hl_headcol4,.hl_headcol5,.hl_headcol6,.hl_headcol7,.hl_headcol8,.hl_headcol9,.hl_headcol10 {
  border:1px solid #E75100;
  background-color: #E75100;
  color:#ffffff;
  text-align:left;
  /*padding-left:5px;*/
  padding:2px 0 2px 5px;
}

.hl_col1,.hl_col2,.hl_col3,.hl_col4,.hl_col5,.hl_col6,.hl_col7,.hl_col8,.hl_col9,.hl_col10 {
  border:1px solid #006594;
  border-left:1px solid #006594;
  border-bottom:none;
  border-top:none;
  background-color: C6D3EF;
  color:#111565;
  text-align:left;
  padding: 5px 5px 5px 5px;
  /*padding-left:5px;*/
  font-size:11px;
  /* padding-bottom:3px; */
}


.hl_col1
{
  width:200px;
}

hl_col9,.hl_col10
{
  width:120px;
}

.hl_col2
{
  width:110px;
}

.hl_col3
{
  width:100px;
}

.hl_col4
{
  width:25px;
  text-align:right;
  padding-right:10px;
}

.hl_col5
{
  width:25px;
  text-align:right;
  padding-right:10px;
}

.hl_col6
{
  width:90px;
}

.hl_col7
{
  width:100px;
}

.hl_col8
{
  width:70px;
  text-align:right;
  padding-right:10px;

}

.hl_col1 a,.hl_col9 a,.hl_col10 a {

 text-decoration:underline;
 font-weight:bold;
 background-color:C6D3EF;
 color:#E75100;

}
.hl_col10
{
  width:50px;
  text-align:center;
}
#header{
  width: 780px;
}
#header_bild{
  float: left;
  padding-right: 10px;
}
#header_text{
  float: left;
  padding: 10px 0 10px 0;
}
#langtext{
  width: 780px;
  padding: 10px 0 10px 0;
}
#nav{
  width: 190px;
  max-width: 190px;
  background-color: #9BCDFF;
}
#nav ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.8em;
}
#nav li{
  height: 25px;
  padding: 5px;
  border-bottom: 1px solid #00366C 2px;
  border-bottom: 1px solid #00366C; !important;
}
#nav a{
  text-decoration:none;
  color: #00366C;
  font-weight:bold;
}

/* Form */
#kontakt{
  margin:0;
  padding:.5em;
  max-width: 700px;
  float:left;
}
form{
  width: 450px;
  float:left;
}

label {
 padding: 0 0 0.3em 1em;
 text-align: left;
 display: block;
 float: left;
 width: 100px; /* Breite.*/
 font-weight: bold;
 font-size: 12px;
}
#label_v {
 padding-left: 1em;
 text-align: center;
 display: block;
 float: left;
 width: 130px; /* Breite.*/
 font-weight: bold;
}
#fspace{
 padding-bottom: 5px;
 display: block;
}