/* ====================================================================
style sheet for the screen version of the web sites of "Camino Frances" 
version: 1.0 
file:    screen.css
media:   screen
date:    23.05.2008
author:  Stefan Selle 
==================================================================== */

/* ================= 
   1. general styles 
   ============== */

/* calibration of page */
*  { padding: 0; margin: 0; }
h2, p, ul, ol, dl { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; }

/* html elements */
html { height: 101%; } /* scrollbar in firefox */
body { 
   color: white; 
   background-color: #8c8c8c;
   font-family: Helvetica, Arial, Verdana, sans-serif; 
   font-size: small; 
}

h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }

address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

pre { font-size: 120%; }

dt { font-weight: bold; }

dd { margin-left: 1em; }

/* links */
a { text-decoration: none; outline: none; } 
a:link { color: #d90000; } 
a:visited { color: #cc6666; }
a:hover, a:focus { border-bottom: 1px solid #d90000 }
a:active { color: white; background-color: #d90000; }

/* skip link */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

#logo img { border: 0; }
#logo a   { text-decoration: none; outline: none; border-bottom: none; }

#jakobsweg {
    position: absolute;
    top: 135px;
    left: 20px;
    color: #cc6666;
    font-weight: bold;
    font-size: 150%;
    z-index: 100;
}   

/* ================ 
   2. layout styles 
   ============= */

#wrapper {
   color: black; 
   background-color: white;
   width: 980px;
   margin: 10px auto;
}
   
#header {
   position: relative;  
   color: black; 
   background: #f0f0e0;
   padding: 10px 20px 0px 20px; 
}
#header p {
   position:absolute;
   top: 10px ; 
   right: 10px;  
   color: #cc6666; 
   font-weight: bold;
   font-size: 300%;
   padding: 5px 0 5px 0;
   margin-bottom: 0;
}
#header p span {
   color: #e0d0b0;
   font-size: 62%;
}

#stamps1 {
   position: absolute;
   top: 20px ; 
   left: 284px;  
   float: left;
}

#stamps2 {
   position: relative; 
   color: black; 
   background: #f0f0e0;
   padding: 10px 20px 0px 20px;
   border-top: 1px solid #8c8c8c; 
}
   
#navi { 
   text-align: right;
   color: black;
   background: #f0f0e0;
   padding: 5px 10px 4px 10px; 
   border-bottom: 1px solid #8c8c8c;
} 
#navi ul { 
   margin-bottom: 0; 
} 
#navi li { 
   display: inline; 
   list-style-type: none; 
   margin: 0; 
}
#navi a { 
   color: black; 
   background-color: #e0d0b0; 
   padding: 4px 8px 4px 8px;
   border: 1px solid #8c8c8c;
}
#navi10 a { 
   color: black; 
   background-color: #cc6666; 
   padding: 4px 8px 4px 8px;
   border: 1px solid #8c8c8c;
}
#navi a:hover,
#navi a:focus,
#home    #navi01 a, 
#pics    #navi02 a,
#book    #navi03 a,
#info    #navi04 a,
#shop    #navi05 a,
#contact #navi06 a,
#abc     #navi07 a,
#map     #navi08 a,
#forum   #navi09 a,
#wiki    #navi10 a,
#film    #navi11 a
{
   color: black; 
   background-color: white; 
   border-bottom-color: white;
}
#navi a:active { 
   color: black;
   background-color: white; 
}  

#textwrapper { }

#ads { float: left; width: 120px; margin-top: 20px; }

#adsheader { background: #f0f0e0; }

#text { padding: 20px 10px 0px 20px; margin-left: 120px; }
#text a { border-bottom: 1px dotted #cc0000; }
#text a:hover, #text a:focus { border-bottom: 1px solid #d90000; }
#text ol li { font-size: 85%; }

#footer {
   padding: 10px 20px 10px 20px;
   border-top: 1px solid #8c8c8c; 
   margin-top: 20px;
}

/* ==================================== 
   3. other styles 
   ==================================== */

#page           { text-align: center; }
#page a         { text-decoration: none; outline: none; }
#page a:link    { border: 0; }  
#page a:visited { border: 0; }
#page a:hover   { border: 0; }
#page a:focus   { border: 0; }
#page a:active  { border: 0; }
#page img       { border: 0; }

#imageContainer           { text-align: center; padding-top: 10px; }
#imageContainer a         { text-decoration: none; outline: none; }
#imageContainer a:link    { border: 0; }  
#imageContainer a:visited { border: 0; }
#imageContainer a:hover   { border: 0; }
#imageContainer a:focus   { border: 0; }
#imageContainer a:active  { border: 0; }
#imageContainer img       { border: 0; }

.title { font-weight: bold; }

#appetizer img {
   float: right;
   margin: 0px 10px;
   border: 0;
}
.clearing {
   clear: both;
}

form {
   background-color: #eeeeee;
   width: 470px; 
   padding: 20px; 
   border: 1px solid #8c8c8c;
}
label { 
   display: block; 
   cursor: pointer; 
} 
input, select, textarea { 
   width: 460px;
   border: 1px solid #8c8c8c;
}
textarea { 
   height: 16em; 
}
input:focus, select:focus, textarea:focus {
   background-color: #d9d9d9; 
}

#error {
   background-color: #cc6666;
   color: #a90000;
   width: 470px;
   padding: 20px; 
   border: 1px solid #a90000;
   font-weight: bold;
}

#pass {
   background-color: #e0d0b0;
   color: #cc6666;
   width: 470px;
   padding: 20px; 
   border: 1px solid #cc6666;
   font-weight: bold;
}

#paperback, #hardcover {
   float: left;
   margin-right: 100px;
}

#spalte1 {
    float: left;
    width: 360px;
    margin: 10px 0px;
}

#spalte2 {
    float: left;
    width: 360px;
    margin: 10px 0px;
}

#hauptseite h2 {
    background-color: #f0f0e0;
    border: 1px solid #e0d0b0;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
#hauptseite .inhalt {
    background-color: #ffffff;
    border: 1px solid #e0d0b0;
    border-top: 0px solid white;
    padding: 0.8em 0.8em 0.8em 0.8em;
}
#hauptseite .inhalt hr {
    background-color: #e0d0b0;
    color: #e0d0b0;
    height: 1px;
    margin: 0.5em 0;
    padding: 0;
}
#hauptseite .inhalt .mehr {
    clear: both;
    font-size: 95%;
    margin-top: 0.8em;
    text-align: right;
}
#hauptseite .inhalt img {
    border: 0;
}
#hauptseite table {
    background-color: transparent;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
    margin-bottom: 1em;
}
.hauptseite-links {
    margin-right: 0.5em;
    float: left;
}
.hauptseite-rechts {
    margin-left: 0.5em;
    float: right;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
    text-align: center;
}
.hauptseite-oben .inhalt .portale {
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.hauptseite-oben .inhalt .intern {
    font-size: 90%;
    text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
    text-indent: 0.8em;
}
 
/* =================================== 
   E N D   O F   S T Y L E   S H E E T 
   ================================ */