@charset "utf-8";
/* STYLESHEETS FOR THE HEIGHTS */

/* HEIGHT FOR LOGINPANEL */
.height_loginpanel{
	height: 170px;
	}

/* HEIGHT FOR FRONTPAGE PICTURES */
.height_login_contact{
	height: 35px;
	}

/* HEIGHT FOR FRONTPAGE PICTURES */
.height_frontpage_pictures{
	height: 168px;
	}
	
/* HEIGHT FOR FRONTPAGE CONTENT */
.height_frontpage_content{
	height: 185px;
	}

/* HEIGHT FOR FOOTER WHITE PART */
.height_white_content{
	height: 10px;
	}

/* HEIGHT FOR BLOG CONTENT */
.height_blog_content{
	height: auto;
	}

/* HEIGHT FOR FOOTER */
.height_footer_content{
	height: 50px;
	}
