/* Start of CMSMS style sheet 'sn-it-global' */
* {
   font-family: "Courier New", Courier, mono;	
   font-size: 14px;	
   border: 0 ; 
   padding: 0 ; 
}

body {
}

#page-wrapper {
   width: 666px ; 
   margin: auto ; 
   background: url(images/ui/mammut.jpg) no-repeat white ; 
   padding-top: 300px  ;
   padding-bottom: 20px ;  
}

#menu-main {
    background: red ; 
}

#menu-main ul {
    list-style-type: none ; 
}

#menu-main li {
   float: left ;  
   margin-right: 20px ; 
}

#menu-main a, #menu-mein a:visited {
   font-size: 16px ; 
   font-weight: bold ; 
}

#menu-main a.currentpage {
   color: #666666 ; 
}

a, a:visited {
   color: #551A8B ; 
   text-decoration: underline ; 
}

a:hover {
   color: #555555 ; 
   text-decoration: none ; 
}

#content-wrapper {
   clear: both ; 
   padding-top: 1px ; 
}


h2 {
   font-size: 30px ; 
   font-weight: bold ; 
   text-decoration: underline ; 
   color: #666666 ; 
}

h3 {
   font-size: 18px ; 
   text-decoration: underline ; 
   color: #666666 ; 
}

h4 {
   padding-bottom: 0px ; 
   margin-bottom: 0px ; 
   color: #666666 ; 
}

strong, b {
   color: #666666 ; 
}


/* End of 'sn-it-global' */

