/* Start of CMSMS style sheet 'poulsen' */
body {
  background-color: #111111;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 75.01%;
  color: #eeeeee;  
  background-image: url(uploads/images/brick-wall.jpg);
  overflow: -moz-scrollbars-vertical;
}

a {
  text-decoration:none;
}
a {
  color:cyan;
}

.blockclassmain {
  border: 4px solid yellow;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size:100%;
  margin: 20px;
  padding: 8px;
  color: #111111;
  background-color: white;
  opacity:0.90;
  filter:alpha(opacity=90);
  cursor-type: text;
  text-align: justify;
}

.blockclass1,
.blockclass2, 
.blockclass3 {
  margin: 8px;
  padding: 8px;
  border: 1px solid #cccccc;
  float: right;
  background-color: #aaa;
  color:black;
  opacity:0.70;
  filter:alpha(opacity=70);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size:70%;
}

.clickable {
cursor:pointer;cursor:hand
}

.headline {
  font-size:140%;
  font-weight:bold;
}
.mainheadline {
  font-size:120%;
  font-weight:bold;
}

.blockclass1 {
  background-color:red;
  color:white;
}

.blockclass2 {
  background-color:blue;
  color:white;
/*  position:absolute; bottom:0px;left:0px;*/
}

.blockclass3 {
  background-color:green;
  color:white;
/*  position:absolute; bottom:0px;right:0px;*/
}



/* End of 'poulsen' */

