body{
	padding: 0;
	margin: 0;
	font-family: Frutiger, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #EEEEEE;
	text-align: center;
}
h1 {
	font-family: Frutiger, Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin-top: 22px;
	padding: 0 0 .3em 0;
}

h2 {
	font-family: Frutiger, Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 .3em 0;
	border-bottom:1px dotted #cc3333;	
}

a, a:visited{
	font-family: Georgia;
	color: #cc3333;
	text-decoration: none;
}

a:hover, a:focus, a:active{
	text-decoration: underline;
}

a img {
    border: 0;
}

input, textarea {
	border: 1px solid #ccc;
}

#positioning_div
{
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
}

#background_image
{
	height: 360px;
	width: 100%;
}

#main_container_wrapper {
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
    border: 0;
}

#main_container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding-top: 15px;
	padding-bottom: 40px;
	border: 0;
}

#header_container{
	width: 770px;
	height: 180px;
	background: url(/images/layout/header.png);
}

#header_container.kardemumma {
    background: url(/images/layout/kardemumma_header_guldkaja.png);
}

#header_logo{
	width: 197px;
	height: 180px;
	float: left;
}

#header_picture{
	width: 573px;
	height: 180px;
	float: right;
}

#center_container{
	width: 770px;
	height: auto;
}

#center_left_container{
	width: 197px;
	float: left;
}

#center_right_cointainer_top{
	width: 100%;
	height: 6px;
	background: url(/images/layout/content_bg_top.png);
	background-repeat: no-repeat;
}

#center_right_cointainer{
	width: 573px;
	min-height: 430px;
	float: right;
	margin-top: 20px;
	padding-bottom: 10px;
	background: url(/images/layout/content_bg.png);
	background-repeat: repeat-y;
}

#center_right_bottom{
	height: 6px;
	width: 573px;
	float: right;
	margin-bottom: 15px;
	background: url(/images/layout/content_bottom.png);
	background-repeat: no-repeat;
}

#bottom_container{
	clear: both;
	margin: auto;
	width: 770px;
	height: 55px;
	background: url(/images/layout/page_bottom_bg.png);
	vertical-align: baseline;
}

#bottom_container.kardemumma {
    background: url(/images/layout/kardeumma_page_bottom_bg.png);
}

#bottom_container p{
	padding-top: 10px;	
	text-align: center;
	color: white;
	font-family: Georgia;
	font-size: 11px;
}

#bottom_container a{
	background: none;
	color: white;
	text-decoration: underline;
}
#bottom_container a:hover{
	text-decoration: none;
}

#link_box{
	height: 200px;
	margin-top: 20px;
	padding-left: 25px;
}

#link_box ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#link_box li{
	width: 135px;
	height: 30px;
	padding: 0px;	
	margin: 0px;
}

#main_info_container{
	margin-left: 30px;
}

#margin_box{
	margin-left: 26px;
	margin-right: 30px;
}

#main_info_wrapper{
	position: relative;
	min-height: 250px;
}

#main_picture_container{
	margin: 5px 0px 10px 15px;
	float: right;
}

#admin_menu_box{
	float: right;
}

#admin_menu_item_container{
	width: 100%;
	height: auto;
}

table{
	font-size: 11px;
	width: 510px;
	margin: 0px;
	border: 0px;
	padding: 0px;	
	border-collapse: collapse;
}

.pricetable{
	margin-left: 5px;
}

td{
	padding-left: 5px;
}

.separator{
	border-bottom: 1px dotted #cccccc;
}

.table_top_section{
	width: 512px;
	height: 22px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(/images/layout/table_top_section.png);	
}

.table_top_section p{
	margin: 0px;
	padding-top: 3px;
	padding-left: 5px;
}

.table_middle_section{
	width: 512px;
	background: url(/images/layout/table_middle_section.jpg);
}

.table_bottom_section{
	width: 512px;
	height: 16px;
	background: url(/images/layout/table_bottom_section.jpg);	
}

.frame_top_section{
	width: 218px;
	height: 22px;
	font-size: 11px;
	background: url(/images/layout/frame_top_section.jpg);
}

.frame_top_section p{
	margin: 0px;
	padding-top: 3px;
	padding-left: 5px;
}

.frame_middle_section{
	width: 218px;
	background: url(/images/layout/frame_middle_section.jpg);	
	background-repeat: repeat-y;
}

.frame_bottom_section{
	width: 218px;
	height: 17px;
	background: url(/images/layout/frame_bottom_section.jpg);			
}

.gallery_image_container{
	width: auto;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

.green_text{
	color: green;
}

.red_text{
	color: red;
}

.left_box{
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
	text-align: center;
}

.right_box{
	margin-bottom: 20px;
	float: right;
	margin-right: 20px;
	text-align: center;
}

.center {
	text-align: center;
	margin-bottom: 20px;
}

#new_post{
	padding: 10px;
	margin: 0;
}

#banner {
  float: right;
  margin-top: 15px;
  height: 180px;
  width: 140px;
}

#banner .kardemumma_link {
  margin-bottom: 5px;
}

#partners {
  float: right;
  text-align: center;
}

#partners h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 10px;
}

#partners a {
    font-size: 11px;
    line-height: 1.2;
}

#partners p {
    margin: 10px 0 10px 0;
}

.sidebox {
  width: 140px;
}

.sidebox_top, .sidebox_bottom {
  height: 6px;
}

.sidebox_top {
  background: url(/images/layout/banner_bg_top.png) 0 0 no-repeat;
}

.sidebox_bottom {
  background: url(/images/layout/banner_bg_bottom.png) 0 0 no-repeat;
}

.sidebox_content {
  padding: 5px 0 5px 0;
  background: url(/images/layout/banner_bg.png) 0 0 repeat-y;
}

#not_a_subscriber {
  font-size: 11px;
}

#startpage_subscribe_link {
  margin-left: 5px;
}

#facebook {
  margin-top: 10px;
  padding: 10px 10px 10px 40px;
  text-align: left;
  background: #edf3ff url(/images/fb.gif) 14px 17px no-repeat;
  border: 1px solid #ccc;
}

#facebook a {
  font-size: 12px;
  color: #3B5998;
  text-decoration: none;
}

#facebook a:hover {
  text-decoration: underline;
}
