/*
* @autor: Petschko [peter-91@hotmail.de]
* @notice: thanks also to: http://stackoverflow.com/users/240324/tamas-pap for solving the footer problem =)
* @date: 26.02.2014
* @file:
* contains the main structure please don't add colours and other formats here!
*
*/
@import "formats.css";


html, body
{
	/* Do style-changes here */
	margin: 0px;
	padding: 0px;
	height: 100%;
}


form
{
    display: inline;
}


#container
{
	min-height: 100%;
	position: relative;
	z-index: 2; /* Do not touch this! */
	
	/* Do style-changes here */
}


#header
{
	/* Do style-changes here */
	padding: 0px;
	/*background-color: rgba(255, 0, 0, 0.20);*/
}


#body
{
	/* Do style-changes here */
	padding: 30px;
	/* End */
	padding-bottom: 30px; /* sum=#footer( height + padding-top + padding-bottom ) */
}


#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	
	/* Do height changes here */
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: 30px; /* sum=#footer( height + padding-top + padding-bottom ) */
	
	/* Do style-changes here */
	text-align: center;
}


.hidden
{
	visibility: hidden;
}


img#background
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1; /* Do not touch this! */
	
	/* Do style-changes here */
}


div#account
{
	text-align: right;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}


div#language_area
{
	float: left;
	max-width: 50%;
	max-height: 20px;
	/*background-color: rgba(0, 255, 255, 0.20);*/
}


div#logo
{
	text-align: center;
	/*background-color: rgba(0, 255, 0, 0.20);*/
}


div#title
{
	text-align: center;
	/*background-color: rgba(255, 0, 255, 0.20);*/
}


div#first_view
{
	padding: 5px;
	/*height: 20px;*/
}


.top_msg
{
	float: left;
	padding: 3px;
	padding-right: 10px;
}