
body {
    background-color: silver;
    background-image: url(szitlogo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
}

h1 {
    text-align: center;
}
h1, h2, h3, h4 {
    font-family: arial, freesans, sans-serif;

}


#content {
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
    background-color: white;
    /*margin-left:14%;*/
    margin-left: 10em;
    margin-right: 14%;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 7%;
    border-radius: 25px;
    box-shadow: 15px 15px 15px #444444;
}

.copy {
    margin-top: 5%;
    font-size: 0.6em;
    text-align: center;
}

#menu {
    background-color: #E5E5E5;
    width: 120px;
    position: fixed;
    top: 5%;
    left: 10px;
    padding: 6px;
    box-shadow: 15px 15px 15px #444444;
}


#menu a {
    text-decoration: none;
    background-color: white;
    /*color: #A77D7D;*/
    color: #5555cc;
    display: block;
    padding-left: 4px;
}

#menu a:hover {
    background-color: yellow;
    color: navy;
}



#menu2 {
    background-color: #E5E5E5;
    /*width: 10em;*/
    width: 120px;
    position: fixed;
    /* top: 30%; */
    top: 250px;
    /*left: 1%;*/
    /*padding: 0.5%;*/
    left: 10px;
    padding: 6px;
    font-size: 0.7em;
    border-radius: 5px;
    box-shadow: 15px 15px 15px #444444;
}

#menu2 a {
    text-decoration: none;
    background-color: white;
    color: #A77D7D;
    display: block;
    padding-left: 4px;
}

#menu2 a:hover {
    background-color: yellow;
    color: navy;
}



#menu3 {
    background-color: #E5E5E5;
    /*width: 10em;*/
    width: 120px;
    position: fixed;
    /* top: 30%; */
    top: 350px;
    /*left: 1%;*/
    left: 10px;
    /*padding: 0.5%;*/
    padding: 6px;
    font-size: 0.7em;
    border-radius: 5px;
    box-shadow: 15px 15px 15px #444444;
}

#menu3 a {
    text-decoration: none;
    background-color: white;
    color: #A77D7D;
    display: block;
    padding-left: 4px;
}

#menu3 a:hover {
    background-color: yellow;
    color: navy;
}




.menucim {
	text-align: center;
	color: #7F7F7F; 

}


pre {
	overflow: auto;
	background-color: #E6E6E6;
	border-style: solid;
	border-width: 1px;
	padding: 5px 10px;
}

#almenu {
	background-color:  #E5E5E5;
	padding: 1%;
}

#almenu a {
	background-color: green;
	text-decoration: none;
   background-color: white;
   color: #A77D7D;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   padding-right: 2px;
   display: inline;
}

#almenu a:hover {
	background-color: blue;
   background-color: yellow;
   color: navy;	
}

.cim {
 	background-color: #E5E5E5;
 	color: green;
 	padding: 2px;
}




