/* Start of CMSMS style sheet 'Home' */
*{
 border: 0;
 margin: 0;
 padding: 0;
}

body{
 background-color: #596565;
}

H1 {
  font-size: 14px;
}

#centercontainer{
 width:1000px; 
 height:600px; 
 position:absolute; 
 left:50%; 
 margin:50px auto auto -497px; 
}

#top{
 width: 990px;
 height: 65px;
 background-color: #4c5252;
 margin-left: 5px;
 margin-bottom: 5px;
 text-align: center;
}

#content{
 width: 825px;
 height: 400px;
 float: left;
 background-color: #545454;
 margin-left: 5px;
 font-family: verdana;
 font-size: 12px;
 color: #FFF;
 text-decoration: none;
}

#logo{
 width: 160px;
 height:240px;
 background-color: #404040;
 float: left;
 margin-left: 5px;
}

#mainmenu{
 width: 160px;
 height: 155px;
 background-color: #404040;
 float: left;
 margin-left: 5px;
 margin-top: 5px;
 font-family: verdana;
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
}

#mainmenu a{
 font-family: verdana;
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
}

#footer{
 width: 990px;
 height: 50px;
 background-color: #4c5252;
 float: left;
 margin-left: 5px;
 margin-top: 5px;
 font-size: 10px;
 letter-spacing:0.2em;
 text-align: center;
 line-height: 5em;
 font-family: verdana;
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
}

#footer a{
  color: yellow;
  text-decoration: none;
}

.logo{
 margin-left: 29px;
 margin-top: 10px;
}

.logotop{
 margin-top: 10px;
}

#menu{
  margin-top: 10px;
}

#menu li{
 margin-bottom: 5px;
}

#menu ul{
 list-style-type: none;
 text-align:left;
 margin-left: 27px;
}

#tekst{
  width: 780px;
  height: 360px;
  overflow: auto;
  margin-left: 25px;
  margin-top: 25px;
}

.currentpage h3{
 font-weight: normal;
 color: yellow;
 font-family: verdana;
 font-size: 11px;
}

#facebook {
  float: right;
 padding-right: 6px;
 padding-top: 6px;
}

#pinterest {
  float: right;
  margin-right: 5px;
  padding-top: 6px;
}
/* End of 'Home' */

