@charset "utf-8";
/* CSS Document */


#head-container 
{
	background: #FFF;
	position: relative;
	height: auto;
	float: left;
}

#teaser-container 
{
	background: #76a12d url(../images/shadow-teaser.png) repeat-x;
	height: 350px;
	float: left;
}
#headline-container {
	background: #76a12d url(../images/shadow-teaser.png) repeat-x;
	height: 50px;
	float: left;
}


#subnavigation-container 
{
	background: url(../images/subnav-bg.jpg) repeat-x;
	float: left;
	height: 100px;
}

#maincontent-container 
{
	background: #FFF;
	position: relative;
	float: left;
}

#adfooter-container 
{
	background: #FFF;
	height: 150px;
	float: left;
}

#footer-container 
{
	background: #76a12d url(../images/shadow-footer.png) repeat-x left top;
	height: 200px;
	clear: both;
	float: left;
}
#button-info {
	background: #F00;
	height: 10px;
	width: 10px;
	float: left;
}



.maincontainer
{
	width: 100% !important;	
}

.std-button {
	position: relative;
	float: left;
	padding: 25px 10px 10px 0px;
}
