/* CSS für die Startseite */
body {
  background-image:url('../../images/welcome_page/body_bg.png');
  background-repeat:repeat-x;
  background-color:#fff;
  text-align:center;
  padding:0;
  margin:0;
  font-family:Verdana, Arial, Sans-Serif;
  font-size:100.1%;
  position:relative;
}

div#content_wrapper {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  padding-top:90px;
  text-align:left;
  font-size:0.9em;
  position:relative;
}

div#logo {
  text-align:center;
  margin-top:20px;
}

div#flags {
  margin-top:0px;
  position:relative;
}

div.flag {
  display:inline;
  width:200px;
  float:left;
  text-align:center;
}

div.flag_de {
  position:absolute;
  left:0;
  top:0;
}
div.flag_ch {
  position:absolute;
  left:200px;
  top:0;
}
div.flag_en {
  position:absolute;
  left:400px;
  top:0;
}


div.flag img {
  border:none;
}

a, a:link, a:focus, a:visited, a:active, a:hover {
  text-decoration:none;
  color:#000;
  font-weight:0.9em;
  cursor:pointer;
}

div.int {
  position:absolute;
  left:402px;
  top:110px;
  z-index:10;
  width:200px;
  height:50px;
  text-align:center;
}

div.ch {
  position:absolute;
  left:204px;
  top:110px;
  z-index:10;
  width:200px;
  height:50px;
  text-align:center;
}

div.de {
  position:absolute;
  left:0px;
  top:110px;
  z-index:10;
  width:200px;
  height:50px;
  text-align:center;
}

div#text1 {
  font-size:1.6em;
  font-weight:bold;
  text-align:center;
  position:absolute;
  width:100%;
  top:50px;
  z-index:100;
  color:#fff;
  
}

div#text2 {
  font-size:1em;
  text-align:center;
  position:absolute;
  width:100%;
  top:80px;
  z-index:100;
  color:#fff;
}
