body {
	background-color:#cccccc;
	background-image:url(../img/bgr_aussen.png);
	background-repeat:repeat-x;
	min-height:1978px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	padding:0;
	margin:0;
}
div#page {
	width:770px;	
	margin:0 auto 0 auto;
	text-align:left;	
	font-size:13px;			
}

	div#language {
		margin-left:650px;
		margin-right:20px;
		margin-top:25px;
		width:100px;
		height:25px;	
	}

	div#logo {
		width:770px;
		height:225px;
		margin:0;
		padding:0;
	}
	
	div#menu {
		width:770px;
		height:38px;
		background-image:url(../img/bgr_menu.png);
		background-repeat:repeat-y;
	}

	div#inner_page {
		background-color:white;
		background-image:url(../img/bgr_innen.png);
		background-repeat:repeat-y;		
		padding:20px 0 60px 0;
	}


	div#inner_foot{
		width:770px;
		height:50px;
		margin:0;
		padding:0;
		background-image:url(../img/fuss_innen.png);
		background-repeat:no-repeat;		
	}

	div#outer_foot{
		width:770px;
		height:50px;
		margin-bottom:70px;
		background-image:url(../img/fuss_aussen.png);
		background-repeat:no-repeat;				
	}

