#banner {
 width: 80%;
 margin: 0 auto;
}
#logoholder {
 width: 20%;
 float: left;
}
#activelink {
 display: block;
 width: 15%;
 float: left;
 margin-top: 75px;
 background-color: gray;
 color: white;
 padding: 2px 0;
 font-size: 12px;
 text-align: center;
}
#advertisement {
 display: block;
 width: 45%;
 float: left;
 text-align: center;
 background-color: #fff;
 color: #000;
 border-radius:3em;
}
#advertisement img {
 width: auto;
 height: 90px;
}
div.slide {
 width: 90%;
 padding: 2px;
 text-align: center;
}
#languageswitch {
 width: 10%;
 float: left;
 text-align: left;
}
#loginlink {
 width: 10%;
 float: left;
 text-align: right;
}
#loginlink a{
 text-decoration:none;
 background-color:#009100;
 margin-left:5px;
 padding:4px;
 color:white;
 border-radius:2px;
}
#logoholder img {
 width: 100%;
 display: block;
 border-radius: 5px 0;
}
#menubarholder {
 clear: both;
 width: 100%;
 margin: 0 auto;
 background-color: #00c100;
 border-top-left-radius:3em;
 border-bottom-right-radius:3em;
}
#menubar {
 width: 80%;
 margin: 0 auto;
 background-color: #009100;
 color: #fff;
 border-radius: 5px;
 padding: 10px 4px;
}
#content{
 width: 80%;
 margin: 0 auto;
 background-color: #fcfcfc;
}
#leftside {
 width: 80%;
 float: left;
}
#topictext div h3 {
 padding: 3px;
 margin: 3px;
 font-size: 16px;
 font-weight: 400;
 width: 60%;
 color: black;
 background-color: #f3f3f3;
 border-radius: 5px;
 text-align: center;
}
#topictitle {
 width: 100%;
 margin: 4px 0;
}
#topicpicture div {
 width: 60%;
 margin: 4px 0;
}
#topictext {
 width: 70%;
 margin: 4px 0;
}
li {
 margin-left: 15px;
}
#column1,#column2 { 
 width: 50%;
 float: left; 
}
#rightside {
 width: 20%;
 float: left;
 background-color: #efefef;
 border-radius: 5px;
}
#visitors {
 width:20%;
 font-size: 16px;
}