/**
 * CSS file
 *
 * color codes:
 * background   (light)    #ffc09a
 * upper border (dark)     #ff9351
 * menu border             #7b8e58
 */
*
{
   font-family: Century Gothic;
}
 
body
 {
   font-size: 14px;
   background: #ffde92 url( background.png ) repeat-x;
   margin: 0px auto;
}

img.container
{
   width: 900px;
   height: 131px;
   box-shadow: 10px 10px 10px gray;
   -webkit-box-shadow: 10px 10px 10px gray;
   -moz-box-shadow: 10px 10px 10px gray;
}

h1, h2, h3, h4 
{
   color: brown;
}

h1
{
   color: brown;
   text-align: right;
}

h2
{
   color: black;
}

h3
{
   color: black;
   margin: 2em;
}

#container 
{
   width: 900px;
   margin: 0px auto;
   position: static;
}

#header 
{
   padding: 0px;
   height: 40px;
}

#header h1 
{
   color: #lightbrown;
   padding-left: 30px;
   font-size: 36px;
}

#navigation 
{
   margin-left: 10px;
   width: 100%;
   height: 30px;
}

#navigation ul 
{
   margin: 0px;
   padding: 6px 0px 0px 0px;
   position: relative;
}

#navigation li 
{
   float: left;
   margin-right: 2px;
   list-style-type: none;
   background-color: #171C0E;
}

#navigation li a 
{
   padding: 8px;
   display: block;
   font-weight: bold;
   font-size: 11px;
   color: white;
   width: 70px;
   background-color: maroon;
   text-decoration: none;
   text-transform: capitalize;
}

#navigation li a:hover 
{
   background-color: brown;
   color: white;
   font-weight: bold;
}

#navigation li #active_menu 
{
   background-color: light-brown;
   color: white;
}

#navigation li a.active:hover 
{
   background-color: #7b8e58;
   color: #ffffff;
}


.content 
{
   padding: 20px 10px 20px 10px;
}

p, ul  
{
}

.content li 
{
   padding-left: 5px;
   font-size: 12px;
   margin-bottom: 5px;
   list-style-type: square;
}

#footer 
{
   font-size: 10px;
   width: 100%;
   text-align: center;
   height: 40px;
   margin: 0px auto 0px auto;
   padding: 20px 0px 10px 0px;
   color: brown;
   border-top: 2px dotted brown;
}

table 
{
   color: black;
   width: 100%;
   border-width: 0px;
}

table a
{
   text-decoration: none;
}

tr th
{
   background-color: brown;
   color: white;
} 

tr.even
{
   background-color: #ffb604;
}

tr.odd
{
   background-color: #ffd774;
}

th , td 
{
   padding-top: 1px;
   padding-right: 10px;
   padding-left: 10px;
   padding-bottom: 1px;
   text-align: center;
} 

th
{
   text-transform: uppercase;
   font-size: 0.7em;
   border: 1px solid lightbrown;
}

td.date
{
   font-size: 0.8em;
}

td.bike
{
   font-size: 0.8em;
}

td.route
{
   font-size: 0.8em;
}

td.all
{
   color: white;
   background-color: #c0d030;
   font-weight: bold;
}

tr:hover
{
   background-color: yellow;
} 

/**
 * CSS  styles for the "eintrag.html"
 */

fieldset
{
   width: 500px;
   border: 1px solid brown;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   padding: 20px;
   text-align: right;
}

legend
{
   background-color: brown;
   border: 1px solid brown;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   padding: 10px 20px;
   text-align: left;
   color: white;
   text-transformation: uppercase;
}

div.entry
{
   border-bottom: 1px solid brown;
   margin: 10px;
   padding-bottom: 10px;
   width: 450px;
}

input
{
   font-size: 110%;
}

select
{
   font-size: 110%;
   border: 1px solid #dcdcdc;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding-left: 10px;
   padding-right: 10px;
}

textarea 
{
   font-size: 110%;
   resize: none;
}

.title
{
   float: left;
   width: 100px;
   text-align: right;
   padding-right: 10px;
   font-size: 100%;
   color: brown;
}

.submit
{
   text-align: right;
}

/**
 * Entries for guestbook
 */

td.text
{
   text-align: left;
   margin-top: 1em;
   margin-bottom: 1em;
}

hr
{
   margin-top: 4em;
   margin-bottom: 2em;
   border-top: 2px dotted orange;
}

p.small
{
   font-size: 0.6em;
   color: brown;
}


/**
 * Entries for service
 */

td.service
{
   text-align: left;
   margin-top: 1em;
   margin-bottom: 1em;
   font-size: 0.8em;
}

p.service
{
   margin: 0px;
   margin-left: 3em;
   font-size: 0.8em;
}

div.pics 
{
   text-align: center;
} 

img.pic
{
   display: inline-block;
   height: 300px;
   vertical-align: middle;
   horizontal-align: middle;
   box-shadow: 10px 10px 5px #888888;
}

img.dir
{
   width: 2em;
} 

input.pic
{
   border-width: 0px;
   text-align: center;
}
