* {
  border: 0;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #f8f6f1;
  background-image: url(../bilder/main-bg.gif);
  background-repeat: repeat-x;
  background-position: 0 125px;
  color: #343434;
  font-size: 12px;
  font-family: Georgia, 'Times New Roman', serif;
}

a, a:hover {
  color: #404041;
  text-decoration: underline;
}

.clear {
  clear: both;
}

#main {
  width: 419px;
  margin: 0 auto 0 auto;
}

	#header {
	  width: 419px;
	  height: 360px;
	  background-image: url(../bilder/bottom-bg.gif);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	}

		#logo {
		  width: 364px;
		  height: 76px;
		  padding: 49px 0 0 55px;
		}

		#head {
		  width: 419px;
		  height: 136px;
		  background-image: url(../bilder/header-bg.png);
		  background-repeat: no-repeat;
		  position: relative;
		}

            #head img {
              position: absolute;
              top: 3px;
              left: 3px;
              z-index: 8;
            }

            #head img.active {
              z-index: 10;
            }

            #head img.last-active {
              z-index: 9;
            }

		#navigation {
		  width: 419px;
		  height: 99px;
		}

			#navigation ul {
			  list-style: none;
			  white-space: nowrap;
			  margin-left: 15px;
			}

		        #navigation li {
                  display: inline;
                  float: left;
                  background-image: none;
                  padding: 0;
                  padding: 40px 22px 0 22px;
                }

                    #navigation li a {
                      display: block;
                      width: auto;
                      height: 18px;
                      padding: 2px 0 0 0;
                      background-color: transparent;
                      color: #404041;
                      text-decoration: none;
                      white-space: nowrap;
                      text-transform: uppercase;
                      font-family: 'Times New Roman', serif;
                    }

                        * html #navigation li a {
                          width: 0px;
                        }
                        
                        #navigation li a:hover, #navigation li a.active {
                          border-bottom: 2px solid #ccb995;
                        }
    #content {
	  width: 403px;
	  padding: 30px 8px 30px 8px;
	  background-image: url(../bilder/bottom-bg.gif);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  line-height: 19px;
	  letter-spacing: 0.3px;
	}
	
			#content ul {
				padding: 0 0 0 20px;
				margin-bottom: 20px;
			}
			
			#content li {
				padding: 3px;
				list-style: square;
			}

	
		.foto {
			width: 120px;
			float: left;
			margin-top: 10px;
		}

		.box {
			background-color: #f3ede0;
			margin: 10px 0 0 125px;
			width: 255px;
			padding: 10px;
			border-top: 5px solid #ccb995;
		}
		
			.box ul {
				padding: 0 0 0 20px;
			}
			
			.box li {
				padding: 3px;
				list-style: square;
			}

    #footer {
      width: 419px;
      height: 29px;
      margin-top: 9px;
    }

        #footer .left {
          width: 201px;
          height: 29px;
          float: left;
          padding-left: 8px;
        }

        #footer .right {
          width: 202px;
          height: 29px;
          float: left;
          text-align: right;
          padding-right: 8px;
        }

        #footer a {
          text-decoration: none;
        }