/*CSS-Layout-Definitionen fuer helmut-rolle.de*/

.logo_container_1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
}

.logo_container_2 {
	position:absolute;
	top:0px;
	left:114px;
	width:632px;
	height:100px;
}

.content_container {
	position:absolute;
	top:114px;
	left:114px;
	width:592px;
	min-height:350px;
	height:auto;
	padding:20px;
}

.navigation_container {
	position:absolute;
	top:114px;
	left:0px;
	width:100px;
	height:390px;
}

.nav_link {
	left:0px;
	width:100px;
}

.copyright_container {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100px;
}

/* TEST */

.test_container {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
}

/* ENDE TEST */

/*Dateiende*/