/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: Verdana, Tahoma, arial;
    font-size: 0.8em;
   /* line-height: 14px;*/
}

.mceContentBody p {
  margin-bottom: 20px;
}
h1 {
  font-weight: bold;
}
h2 {
  font-weight: normal;
}
#website_body {
  background:#9FC2EC;
	margin: 0;
	padding: 0;
  width: 100%;
  font-size: 100%;
}

.website_content {
  background: #9FC2EC url(../gfx/Page14_1_bg.jpg) repeat-x;
	font-family: Verdana,Tahoma, arial;
	color:#000;
	text-align:center;
	line-height: normal;
	font-size: 0.7em;
}


.website_content a {
  color: #4F4A4A;
}

.website_centering {
	margin:0pt auto;
	text-align:left;
	width:790px;
}

.website_header {
  background-color:#9FC2EC;
}

.website_header_top {
  position: relative;
}

.website_vinter, .website_sommer {
  position: absolute;
  top: 0px;
}

.website_vinter {
  left: 546px;
}

.website_sommer {
  left: 662px;
}

.website_clear {
    display: block;
    clear: both;
}


.website_content_grid {
	padding: 5px;
	overflow: hidden;
	background: #FFFFFF;
}

.website_content_grid p {
    margin-bottom: 20px;
}

.website_footer {
}

.website_footer_bottom {
  height: 30px;
  background-color: #F1F1F3;
  border-top: 1px solid #BBBCBE;
}
.website_footer_menu_text {
  color: #BBBCBE;
  float: right;
  padding-top:6px;
  margin-right: 10px;
}

.website_footer_text {
  color: #727980;
  font-size: 0.9em;
  background-image:url(../gfx/Page14_1_footerbg.jpg);
  text-align: center;
}


.clear {
  clear: both;
}


