/* =====================================================
Stylesheet für joosmathis.ch
Datum: 18.11.07
Datei: screen.css
Autor: Jürg Mathis - grischuni.COM

Aufbau:
1. Kalibrierung und allgemeine Styles
2. Styles für Layoutbereiche
3. Navigation
4. Sonstige Styles

===================================================== */

/* ==================================================
   1. Kalibrierung und allgemeine Styles
   ================================================== */

* {
    padding: 0;
    margin: 0;
}

html {
   height: 101%; 
}

body {
    margin: 0 auto;
    padding: 0;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    background: #f4f4f4 url(../img/bg.gif) top center repeat-y;
}

h1, h2, h3, p, ul {
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}


a {
    text-decoration: none;
    color: #286ea0;
}

a:hover {
    text-decoration: underline;
    color: #286ea0;
}

a img {
    border: 0;
}

/* ==================================================
   2. Styles für Layoutbereiche
   ================================================== */

#wrap {
    background: #ffffff;
    color: #303030;
    margin: 0 auto;
    width: 760px;
}

#header {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    height: 45px;
}

#header h1 {
    width: 250px;
    margin: 0 0 10px 0;
    float: left;
}

#header p {
    width: 500px;
    float: right;
    text-align: center;
    color: #a0a0a0;
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}

#headfoto {
    margin: 0 0 10px 0;
    border: 0;
}

#content {
    margin: 0 110px 20px 160px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    text-align: left;
}


#content img {
    padding: 1px;
    display:inline;
    background: #cccccc;
    border: 4px solid #f0f0f0;
}

#content li {
    margin-left: 1em;
}

#extras {
    float: right;
    width: 100px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

#extras p {
    margin: 0 0 1.5em 0;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 1px solid #f0f0f0;
    width: 760px;
    text-align: center;
    color: #808080;
    font-size: 0.9em;
}

#footer a {
    color: #808080;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* ==================================================
   3. Navigation
   ================================================== */

#menu {
    clear: left;
    float: left;
    width: 150px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
}

#menu ul {	
    list-style: none;
    width: 150px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1em;
}

#menu ul ul {	
    list-style: none;
    width: 150px;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 1.1em;
}

#menu li, #menu li li {
    margin-bottom: 4px;
}

#menu li li {
    margin-bottom: 0;
}

#menu li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 6px 0 0 10px;
    background: #f4f4f4;
    border-left: 4px solid #cccccc;
}

#menu li li a {
    font-weight: normal;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 3px 0 0 20px;
    background: #f4f4f4;
    border-left: 4px solid #cccccc;
}	
	
#menu li a:hover {
    background: #eaeaea;
    color: #286ea0;
    border-left: 4px solid #286ea0;
}

#menu li .navi-aktiv {
    background: #eaeaea;
    color: #286ea0;
    border-left: 4px solid #286ea0;
}

#menu li li .navi-aktiv {
    background: #eaeaea;
    color: #286ea0;
    border-left: 4px solid #cccccc;
}

/* ==================================================
   2. Styles für Layoutbereiche
   ================================================== */
   
.anzeige {
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 130px;
    color: #505050;
    background-color: #f4f4f4;
    line-height: 1.3em;
}

.newsBox {
    padding: 10px 0 20px 0;
    border-top: 1px solid #f0f0f0;
   /* width: 99%; */
}

.left {
    margin: 0 5px 3px 0;
    float: left;
}

.right {
    margin: 0 0 5px 10px;
    float: right;
}

.textright {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

/* Kontakt Formular */
#feedback label {
    display: block;
    cursor: pointer;
}

#feedback input, textarea {
    width: 300px;
    border: 1px solid #8c8c8c;
    margin-bottom: 1em;
}

#feedback textarea {
    height: 7em;
}

#feedback textarea:focus, #feedback input:focus {
    background-color: #f4f4f4;
    border: 1px solid #286ea0;
}

/* Gästebuch */
#gast label {
    display: block;
    cursor: pointer;
}

#gast input, textarea {
    width: 300px;
    border: 1px solid #8c8c8c;
    margin-bottom: 1em;
}

#gast textarea {
    height: 7em;
}

#gast textarea:focus, #gast input:focus {
    background-color: #f4f4f4;
    border: 1px solid #286ea0;
}

.gb {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #286ea0;
    margin-bottom: 1em;
}

.gbnum {
    font-size: 0.5em;
}

.gbcomm {
    padding: 3px;
    background-color: #fff;
    border-top: 1px solid #286ea0;
}