body {
font-weight:bolder; font-size:250%;
FONT-FAMILY: Times New Roman; /*Textart*/
COLOR: black; /*Text farbe*/
background: -moz-linear-gradient(-45deg, #474d27 0%, #a4b357 50%, #474d27 100%);/*Farbverlauf*/
background: -webkit-gradient(left top, right bottom, color-stop(0%, #474d27), color-stop(50%, #a4b357), color-stop(100%, #474d27));/*Farbverlauf*/
background: -webkit-linear-gradient(-45deg, #474d27 0%, #a4b357 50%, #474d27 100%);/*Farbverlauf*/
background: -o-linear-gradient(-45deg, #474d27 0%, #a4b357 50%, #474d27 100%);/*Farbverlauf*/
background: -ms-linear-gradient(-45deg, #474d27 0%, #a4b357 50%, #474d27 100%);/*Farbverlauf*/
background: linear-gradient(135deg, #474d27 0%, #a4b357 50%, #474d27 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474d27', endColorstr='#474d27', GradientType=1 );/*Farbverlauf*/
border: 1px #655911 solid; /*Umrandung*/
-webkit-border-radius: 5px;
border-radius: 5px;
-opera-border-radius: 20px border-radius: 5px; /*Rundecken*/
height: 100%; /*Höhe*/
width: 100%; /*Breite*/
}



td {
height : 40px;
padding : 10px 40px;
border-bottom : 1px solid black;
}
table {
border : #ddd solid 1px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 2);
}
p {
border-bottom : 1px solid black;
}
div a{
vertical-align :middle;
display : table-cell;
text-decoration : none;
list-style : none;
display : block;
float : left;
min-width : 1em;
min-height:1em;
float : left;
padding : 1em;
margin : 0.2em;
border : #ddd solid 1px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 2);
border: 1px #655911 solid; /*Umrandung*/
-webkit-border-radius: 5px;
border-radius: 5px;
-opera-border-radius: 20px border-radius: 5px; /*Rundecken*/
}
#ergebnis {
font-size:30px;
padding : 1em;
margin : 2em;
border : #ddd solid 1px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 2);
border: 1px #655911 solid; /*Umrandung*/
-webkit-border-radius: 5px;
border-radius: 5px;
-opera-border-radius: 20px border-radius: 5px; /*Rundecken*/
}
#suche {
font-size:30px;
padding : 1em;
margin : 2em;
border : #ddd solid 1px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 2);
border: 1px #655911 solid; /*Umrandung*/
-webkit-border-radius: 5px;
border-radius: 5px;
-opera-border-radius: 20px border-radius: 5px; /*Rundecken*/
}

a {
COLOR: silver; /*Text farbe*/
}


