/*******************/
/* HOMEPAGE STYLES */
/*******************/

#wrapper {
  background-color: #76B4F9;
}

#header {
  height: 258px;
  background: url(../images/header.jpg) scroll no-repeat top left;
  position: relative;
}

#header .kim {
  position: absolute;
  top: 15px;
  left: 15px;
}



/***************************/
/* HOMEPAGE CONTENT STYLES */
/***************************/

div.content {
  padding: 10px 0 20px 0;
  font-size: 1em;
}

div.content p {
  margin-bottom: 25px;
}

div.content a,
div.content a:link,
div.content a:visited {
  color: #000;
  text-decoration: none;
}

div.content a:hover,
div.content a:active {
  text-decoration: underline;
}


div.content h1 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

div.content h2 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}

div.contentbox {
  position: relative;
  background: #76B4F9 url(../images/contentbox-middle.gif) scroll repeat-y top left;
  min-height: 100px;
}

div.contentbox div.top {
  position: absolute;
  top: 0;
  left: 0;
  background: #76B4F9 url(../images/contentbox-top.gif) scroll no-repeat top left;
  width: 100%;
  height: 46px;
}

div.contentbox div.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #76B4F9 url(../images/contentbox-bottom.gif) scroll no-repeat top left;
  width: 100%;
  height: 48px;
}

div.contentbox div.inner {
  padding: 46px 82px 48px 40px;
}

div.contentbox-welcome {
  font-size: 1.25em;
  font-weight: bold;
} 

div.contentbox-welcome div.regions-menu {
  margin: -15px 0 10px -40px;
  background: url(../images/skifahrer1.jpg) scroll no-repeat top left;
  padding: 25px 0 0 110px;
}

div.contentbox-welcome div.regions-menu ul {
  margin-top: 40px;
}

div.contentbox-welcome div.regions-menu ul li a,
div.contentbox-welcome div.regions-menu ul li a:link,
div.contentbox-welcome div.regions-menu ul li a:visited,
div.contentbox-welcome div.regions-menu ul li a:hover,
div.contentbox-welcome div.regions-menu ul li a:active {
  font-size: 1.5em;
  text-decoration: none;
  line-height: 1.5em;
}

div.contentbox-welcome div.regions-menu ul li.bludenz a {color: #CF1478;}
div.contentbox-welcome div.regions-menu ul li.arlberg a {color: #1C9CD4;}
div.contentbox-welcome div.regions-menu ul li.bodensee a {color: #776495;}
div.contentbox-welcome div.regions-menu ul li.bregenzerwald a {color: #8F468F;}
div.contentbox-welcome div.regions-menu ul li.kleinwalsertal a {color: #1C7E2A;}
div.contentbox-welcome div.regions-menu ul li.montafon a {color: #E48811;}

div.contentbox-text-image div.text {
  float: left;
  width: 540px;
}

div.contentbox-text-image div.image {
  float: right;
  width: 137px;
}