[type="text"] {
    left : 100px;
    position : absolute;
  }

p {
    color : #000000;
    font-size : 12px;
  }

.p {
    color : #000000;
    position: relative;
    font-size : 12px;
    left : 30%;
  }


.c1 {
    color : #000000;
    font-size : 14px;
    background-color: red;
  }


.c2 {
    color : #000000;
    font-size : 14px;
    background-color: yellow;
  }


.c3 {
    color : #000000;
    font-size : 14px;
    background-color: green;
  }


th {
    color : #000000;
    font-size : 14px;
  }


.body {
    background-color: #274e5b;
  }


h2 {
    color : #000000;
    position: relative;
    font-size : 15px;
    left : 30%;
  }


h1 {
    color : #000000;
    font-size : 15px;
  }


#buttons {
    -khtml-border-radius : 35px;
    -moz-border-radius : 35px;
    background-image :url('kachel.png');
    bottom : 10px;
    left : 10px;
    position : absolute;
    text-align : center;
    top : 160px;
    width : 150px;
    bottom:10px;
  }


#titel {
    -khtml-border-radius : 35px;
    -moz-border-radius : 35px;2
    height : 150px;
    left : 180px;
    position : absolute;
    right : 10px;
    text-align : center;
  }


#inhalt {
    -khtml-border-radius : 35px;
    -moz-border-radius : 35px;
    left : 180px;
    right: 10px;
    position : absolute;
    top : 160px;
    bottom: 10px;
    background-image : url('bg.png');
    background-repeat:repeat-y;
    background-color: #194557;
  }


.map {
    background-image : url('bg.png');
    background-repeat:repeat-y;
    background-color: #194557;
  }

