

@charset "utf-8";
/* CSS Document */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(http://www.robotmaster.org/grafik/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
text-decoration:underline;
}



#navlist {
    display: inline;
    list-style:none;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	
}
#navlist li {
    float: left;
    width: 100px;
    height:20px;
	margin-bottom:10px;
	text-align:center;
}
#navlist li a {
    width: 100px;
    height:20px;
    padding:2px;
    display:block;
color: #333;
    text-decoration: none;
    font-size:9pt;
    font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    line-height:20px;
    text-align:center;
	border-right: 1px solid #069 ;
    border-top: 5px solid #069;
    border-bottom: 5px solid #069;
		border-left: 1px solid #069 ;
    background:  #FFC;
}

#navlist li a:hover {
    border-top: 5px solid #FFC;
    border-bottom: 5px solid #FFC;
    background:#FFC;
    font-size:11pt;
    font-weight:bold;
}

h1 {
	font-size: 25px;font:  Arial, Helvetica, sans-serif; 
}

.animmm {
	border: 2px solid #000000;
}
