﻿body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
form{
	font-size: 22pt;
}
/* Abs�tze, DIVs, Tabellen, Listen, Formulare in 10 Punkt */
p, div, table, li, form, option, select, input{
  font-size: 18pt;
}
img {
  width: 30%; 
  height: auto;
}
fieldset{

  border-color:#ffffff;
	border-style:double; 
  padding:5px; 
  background-color:#ffffff;
}
select {
	 width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}
.auswahl {
  	width: 250px;
	  height: 65px;
    font-size: 16pt;
    border-radius: 35px 35px 35px 35px;
    position: relative;
   margin-bottom: 10px;
}
.auswahl.gelb {
  background-color: #FFFF00;
}
.auswahl.blau {
  background-color: #6aa9d5;
}
.auswahl.grau {
  background-color: #BDBDBD;
}
.auswahl.bio {
  background-color: #8d6a56;
}
.auswahl.finne {
  background-color: #ffffff;
  color: #000000;
}

.auswahl:hover {
  background-color: #000000;
  color: white;
}
.auswahl:hover,
.auswahl:focus {
	box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

/* �berschrift 2 und 3 gelb f�rben */
h1, h2, h3 {
  color: #6E6E6E;
  position: relative;
  text-align: center;
}

/* fette Passagen rot einf�rben */
b {
  color: red;
}

/* kursive Passagen gelb f�rben */
i {
  color:  #000099;
}

/* Link-Stile f�r Hover-Links  */
a:link {
  color: #000099;
}

a:visited {
  color: gray;
}

a:hover {
  text-decoration: none;
  color: red;
}

a:active {
  color: black;
}
#button5 {
  position: relative;

}
#button6 {
  position: relative;
  font-size: 24pt;
}
