

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;
    background-color: white;
    margin-left:14%;
    margin-right: 14%;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 7%;
    -moz-border-radius: 25px;
}

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

#menu {
    background-color: #E5E5E5;
    width: 7em;
    position: fixed;
    top: 5%;
    left: 1%;
    padding: 0.5%;
}


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

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



#menu2 {
    background-color: #E5E5E5;
    width: 10em;
    position: fixed;
    /* top: 30%; */
    top: 230px;
    left: 1%;
    padding: 0.5%;
    font-size: 0.7em;
}

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

#menu2 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;
}



