﻿a.menu { display:block; margin-bottom:3px; text-align:center; width:18ex;
         border-style:ridge; border-width:2px; padding:2px; text-decoration:none; }

a.menu:link    { color:#00f; background-color:transparent; }
a.menu:visited { color:#00f; background-color:transparent; }
a.menu:hover   { color:#ff0; background-color:#00f; }
a.menu:active  { color:#ff0; background-color:#a03; }
body {
background-color: #FFC978;
}
h2 {
	color: #FF0000;
	/*  text-align: center;  */
	
	/*text-shadow: 5px 2px 3px blue; */
}
/*.background-style {
 background-image: url('Bilder/hintergrund1.jpg');
}*/
.auto-style1{
	color: green;
}
.auto-style2 {
  color: #f5c800;
}
.auto-style5 {
	font-style: italic;
	text-align: left;
	color: #FF0000;
}
.auto-style3 {
	font-size: medium;
	text-decoration: underline;
}
#box1 {                                                                                 
        /*  background-color:green; */
        box-shadow: 10px 20px 30px grey;
        width:500px;
        height:350px;
        padding: 20px;
        margin: 60px;
        border:3px green solid;
        border-radius: 20px;
}
#box2 {
        /*  background-color:green; */
        box-shadow: 10px 10px 10px grey;
        float:left;
        width:320px;
        height:230px;
        padding: 10px;
        margin: 10px;
        border:1px green solid;
        /*border-radius: 20px;*/
}
#box3 {
        /*box-shadow: 10px 20px 30px grey; */
        position: absolute;
        /*-moz-transform: rotate(5deg); */
        float:right;
        width:225px;
        height:150px;
        padding: 1px;
        margin: 20px;
        top: 100px;
        left: 600px;
        /*border:3px yellow solid;*/
        /*border-radius: 20px;*/
}
/* Box für Zähler */
#box4 {
        background-color:#0000FF;
        float:left;
        color: #FFFF00;
        box-shadow: 10px 10px 10px #292823;
        width:120px;
        height:50px;
        padding: 6px;
        margin: 4px;
        /*border:2px green solid; */
        border-radius: 5px;
}
#wbox {
        /*box-shadow: 10px 20px 30px grey; */
        position: absolute; 
        /*-moz-transform: rotate(5deg); */
        float:left; 
        width:200px;
        height:125px;
        padding: 1px;
        margin: 20px;
        top: 100px;
        left: 600px;
        /*border:3px yellow solid;*/
        /*border-radius: 20px;*/
}