/*
Homepage der Einwohergemeinde Schwanden
(c) A. Meier, www.Musikmeier.ch
*/

/*  GRUNDEINSTELLUNGEN DER SEITE  */

body {
background-color: transparent;
font-family: Verdana, Arial, sans-serif;
font-style: normal;
color: black;
text-align:center;
margin:0px;
padding:0px;
/*
background-image: url(../images/bottom.jpg);
background-position: bottom;
background-repeat: no-repeat;
margin-bottom: 155px;
*/
}

html {
    padding: 0;
    margin: 0px;
    }


/*  EINGENSCHAFTEN DER UMSCHLIESSENDEN BOX  */

#box {
width:1024px;
margin: 0px auto;
padding:0px;
text-align:left;
}

/*  EIGENSCHAFTEN KOPF MIT HINTERGRUNDBILDERN (WAPPEN IM HTML-TEMPLATE)  */

#kopf {
background-color:transparent;

/*
background-image: url(../images/kopfbild_1.jpg);
*/


background-image: url(../images/kopfbild_2.jpg);


/*
background-image: url(../images/kopfbild_3.jpg);
*/

/*
background-image: url(../images/kopfbild_4.jpg);
*/

background-position: right;
background-repeat: no-repeat;
}

/*  SEITENTRENNER KOPF UND FOTER

#separator {
width: 1024px;
border-top: thin solid #EAEAEA;
margin-bottom: 5px;
}
 */

/*  FORMATIEREN TEXTFELD  */

#inhalt {
width:590px;
float:left;
background-color:#FFFFFF;
/*overflow: auto;*/
overflow: hidden;
margin-left: 10px;
}

    #inhalt p {
    font-size: 15px;
/*    margin: 10px 10px 10px 15px; */
    margin-left: 10px;
    margin-right: 10px;
    }

    .bodytext {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    }
    
    #inhalt li,ol,ul {
    font-size: 14px;
    margin-left: 30px;
    margin-right: 20px;
    line-height: normal;
    }

    #inhalt h1 {
    font-size: 22px;
    margin: 0px 10px 20px 10px;
    color: #000000;
    border-bottom: 1px solid silver;
    font-style: italic;
    font-variant: small-caps;
    }

    #inhalt h2 {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    }


    #inhalt h3 {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    }

    .gfpb_landscape {
    font-size: 11px;
    vertical-align: baseline;
    }
    .gfpb_portret {
    font-size: 11px;
    vertical-align: baseline;
    }


/*  EIGENSCHAFTEN MENUSPALTE (BILD IM HTML-TEMPLATE)  */

#links {
width:200px;
float:left;
padding-top: 0px;
}

    .button {
    width: 57px;
    background-color: #FFFFFF;
    text-align: right;
    }


/*  FORMATIEREN DER DYNAMISCHEN RECHTEN SPALTE (NEWS ETC.)  */

#rechts {
width:200px;
float:right;
padding-bottom: 10px;
/* background-color: #eee;
border-bottom: solid;
border-bottom-color: #CBCBCB; */
}

    #rechts p {
    font-size: 11px;
    line-height: 12px;
    }
    #rechts li,ol,ul {
    font-size: 12px;
    line-height: 14px;
    }
    #rechts h1 {
    font-size: 13px;
    }
    #rechts h2 {
    font-size: 13px;
    }
    #rechts h3 {
    font-size: 13px;
    line-height: 0px;
    }
    #rechts h4 {
    font-size: 12px;
    line-height: 12px;
    }

    .news-catmenu-NO {
    font-size: 11px;
    line-height: 12px;
    }

/*  FORMATIEREN DER INFOBOX STATISCH  */
/*
#infobox {
width:200px;
float:right;
background-color: #eee;
padding: 10px 5px 10px 5px;
}

    #infobox p {
    font-size: 12px;
    }

    #infobox h1 {
    font-size: 15px;
    }
*/

/*  FORMATIEREN FOOTER STATISCH

#footer {
  width: 1024px;
  text-align: left;
  border-top: thin solid #EAEAEA;
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  color: #cccccc
}
 */

/*  FORMATIEREN DER HYPERLINKS  */

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}


