/*
Theme Name: Captain Hook - Erlebnisrestaurant am Olbersdorfer See
Theme URI: http://www.captain-hook.cz
Version: 12.04.2009
Author: DG
*/

/* Basis Typography & Colors */
* {
   margin:0;
   padding:0;
   font-size: 100%;
}
body {
   font-family: 'Trebuchet MS', Arial, Sans-Serif;
   font-size: 62.5%; /* Reset to 10px */
   color: #222;
   background: #FFF;
}
#wrap {
   width: 650px;
}
#kopf {
   text-align: center;
   padding: 10px 0 5px 0;
   margin: 0 10px;
   border-bottom:  1px solid #990000;
}
h1, h2, h3 {
   font-family: 'Georgia', 'Times New Roman', Times, serif;
}
h1 {
   font-size: 180%;
   font-weight: bold;
   color: #990000;
}
h2 {
   font-size: 160%;
   font-weight: bold;
   color: #990000;
}
h3 {
   font-size: 160%;
   font-weight: normal;
   color: #990000;
}
img {
   border: none;
}
a:link {
   font-size: 110%;
   color: #003877;
   text-decoration: underline;
}
a:visited { color: #003877; }
a:hover { color: #6F33A4; }

small {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 10px;
   line-height: 120%;
}
#content {
text-align: center;
}
#contentInner {
   padding: 5px 0;
   font-size: 130%;
}
#footer {
   font-size: 130%;
   text-align: left;
   padding:5px;
   margin: 0 10px;
   border-top: 1px solid #BBB;
}
.pfeil {
   border: none;
   vertical-align: middle;
}

