/* layout and positioning */


#wrapper {
	width: 709px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header
{
	width			: 709px;
	height			: 110px;
}

#logo
{
	background		: url(../images/schriftzug.gif) no-repeat;
	width			: 709px;
	height			: 80px;
	position		: relative;
	top				: 10px;
}

#topmenu
{
	width			: 709px;
	height			: 40px;
}

#menubox
{
	background-color: #BBBFA7;
	height			: 39px;
	width			: 697px;
	float			: left;
	padding-left	: 0px;
}

#rightmenubox
{
	height			: 39px;
	width			: 219px;
	float			: right;
	border			: 1px solid #CCCCCC;
}


#content
{
	border			: #cccccc;
	width			: 515px;
	margin-left		: 0px;
	margin-bottom	: 0px;
	margin-top		: 2px;
	padding-top		: 2px;
}

#rightnav
{
	width			: 188px;
	background-color: #DADCCD;
	margin-top		: 2px;
	float			: right;
}

#copyright
{
	width			: 709px;
	margin-top		: 20px;
	margin-bottom	: 10px;
	text-align		: center;
	background-color: #F7F7F7;
	height			: 18px;
	padding-top		: 2px;
	border			: 1px solid #EBEBEB;
	float			: left;
}

#content-footer
{
	width			: 709px;
	height			: 20px;
	background-color: gray;
}

#contentbottom
{
	width				: 100%;
	margin-top			: 10px;
}

#user1
{
	border				: 1px solid #EBEBEB;
	background-color	: #F7F7F7;
	float				: right;
	width				: 239px;
}

#user2
{
	border				: 1px solid #EBEBEB;
	background-color	: #F7F7F7;
	width				: 237px;
}

#myfooter
{
	text-align			: center;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}




/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
