

.main {
    -khtml-border-radius : 25px;
    -moz-border-radius : 25px;
    background-color : #6e73c7;
    border-bottom-style : inset;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
    bottom : 0px;
    font-size : 11pt;
    left : 12%;
    overflow : auto;
    position : absolute;
    right : 0px;
    top : 28%;
    padding-bottom : 15px;
    padding-left : 10px;
    padding-right : 15px;
  }

.label {
		float:left;
		width: 8.5em;
		text-align: right;
		margin-right: 1em;
	}

.c1 {
    background-color: red;
  }


.c2 {
    background-color: yellow;
  }


.c3 {
    background-color: green;
  }


.zitate {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    font-style : italic;
    padding-left : 10%;
    padding-right : 10%;
    text-align : center;
  }


#anzeige {
    bottom : 5px;
    left : 5px;
    top : 5px;
    right : 5px;
    position : absolute;
  }


#titel {
    background-color : #6e73c7;
    height : 26%;
    left : 0px;
    position : absolute;
    right : 0px;
    border-bottom-style : inset;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
    -khtml-border-radius : 25px;
    -moz-border-radius : 25px;
  }


#buttons {
    -khtml-border-radius : 25px;
    -moz-border-radius : 25px;
    background-color : #b9c4c4;
    background-image: url('kachel.jpeg');
    background-repeat: repeat;
    border-bottom-style : inset;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
    bottom : 0px;
    position : absolute;
    text-align : center;
    top : 28%;
    left : 0px;
    width : 11%;
  }


a:visited {
    color: blue;
  }


a:link {
    color: blue;
  }


h1 {
    color : #0e0e92;
    text-decoration : underline;
    align : center;
  }


h2 {
    color : #0e0e92;
  }


h3 {
    color : #0e0e92;
  }


.error{
		font-size: 18px;
		color: red; 
}

.button_Frame{
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #b0c4de;
    background-image : url('buttons/buttonNormal.png');
    background-repeat : no-repeat;
    font-size : 100%;
    font-style : font-family:'Times New Roman',Times,serif;
    font-weight : bold;
    width : 100%;
    height : 30px;
  }
.button_content{
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #b0c4de;
    background-image : url('buttons/buttonNormal.png');
    background-repeat : no-repeat;
    font-size : 100%;
    font-style : font-family:'Times New Roman',Times,serif;
    font-weight : bold;
    width : 150px;
    height : 30px;
  }


.button_Frame:hover {
    border-color: #b0c4de;
    background-image : url('buttons/buttonAktiv.png');
    border-bottom-style : outset;
    border-bottom-width : 4px;
    border-left-style : outset;
    border-left-width : 4px;
    border-right-style : outset;
    border-right-width : 4px;
    border-top-style : outset;
    border-top-width : 4px;
  }

.button_content:hover {
    border-color: #b0c4de;
    background-image : url('buttons/buttonAktiv.png');
    border-bottom-style : outset;
    border-bottom-width : 4px;
    border-left-style : outset;
    border-left-width : 4px;
    border-right-style : outset;
    border-right-width : 4px;
    border-top-style : outset;
    border-top-width : 4px;
  }

