body
{

}

#page
{
	background-image: none;
}

/* Navigation */
#container_navigation
{
	height: 53px;
	background: url(../bg-navigation.png) repeat-x 0 0;
}

#navigation
{
	width: 100%;
}

#navigation_title
{
	display: inline;
}

div.navigationLinksContainer
{
	display: none;
}

.nav_bar
{
	background: #CC0000;
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 99;
}

#container_header
{
	display: none;
}

#container_content
{
	width: 100%;
}

#content
{
	width: 100%;
	min-height: 200px;
}

.form_headline {
    background-color: #EEE;
	font: bold 16px Helvetica, Verdana;
    color: #000;
	text-align: center;
	height: 34px;
	line-height: 34px;
}

.formEditUserLeft
{
	padding-right: 0px;
	width: 100%;
}

.formEditUserRight
{
	padding-left: 0px;
	width: 100%;
}

/* Footer */
#container_footer
{
	width: 100%;
}

#footer
{
	width: 100%;
}

#footer_1
{
	display: block;
}

/* Logos */
#container_logo
{
	width: 100%;
}

/* Powered */
#container_powered
{
	width: 100%;
}

.formStyleMinHeight
{
    min-height: 300px;
}