.container
{
	width: 980px;
	float:left;
}
.header
{
	height:131px; 
	width:980px;
}
.logo
{   
    float:left;
	height:131px;
	width:190px;
}
.trailer
{
	float:left;
	height:131px;
	width:790px;
}
.menubox
{ 
    float:right;
	height: 22px;
	margin: 0;
	padding: 0;
	width: 980px;
}
.left_nav
{
	height: auto;
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
}

a:link { font-weight:bold; color: #0066FF; text-decoration:underline }
a:visited { font-weight:bold; color: #CCCCFF; text-decoration:underline }
a:hover { font-weight:bold; color:#C9381D; text-decoration:underline }
a:active { font-weight:bold; color:#6699FF; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }

.content_parent
{
	padding: 0;
	width: 980px;
	height: 100%;
	float: left; 
}
.content
{
	padding: 0;
	width: 790px;
	height: auto;
	float:right;
}
.mailformular
{ 
    margin: 0 auto;
}
.align-center
{
	text-align:center;
}
.align-justify
{
	text-align:justify;
}
.align-right
{
	text-align:right;
}
.align-left
{
	text-align:left;
}
.footer
{ 
    text-align:right;
    height:18px;
	clear:both ;
	border:1px solid silver;
}