@import url(navigation.css);
@import url(inhalte.css);
@import url(news.css);

body,html{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(pics/bg_kachel.gif);
	font-family: Tahoma;
	font-size: 13px;
}

.verlauf{
    width: 100%;
    height: 100%;
    background-image: url(pics/verlauf.png);
    background-position: center;
    position: fixed;
}

.logo_amg{
	position: absolute;
	left: 10px;
	top: 58px;
	
}

.head{
	width: 653px;
	height: 86px;
	background-image: url(pics/head.png);
	position: absolute;
	left: 231px;
}

.navi_oben{
	width: 100%;
	height: 24px;
	background-image: url(pics/navi_bg.png);
	position: absolute;
	top: 86px;
}

.navi_oben img{
	padding: 3px 50px 0px 56px;
	float: left;
}

.navi_left{
	position: absolute;
	top: 165px;
	left: 10px;
}

.titel{
	border-bottom: solid black 1px;
/*	width: 700px; */
	position: absolute;
	top: 130px;
	height: 25px;
	left: 288px; 
	right: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #4f4f4f;
}

.inhalt{
	border: solid orange 0px;
	position: absolute;
/*	overflow: auto; */
	top: 165px;
/*	bottom: 30px; */ 
	left: 288px;
	right: 0px;
}

.inhalt_grenze{
	border: solid red 0px;
	position: absolute;
	right: 40px;
	left: 0px;
/*
	overflow: auto;
	top: 165px;
	bottom: 30px;
	left: 288px;
	right: 20px;
*/
}

/*
.inhalt_unten{
	border-top: solid black 1px;
	position: absolute;
	bottom: 30px;
	left: 288px;
	right: 20px;
}
*/
.fuss{
	height: 10px;
	position: fixed;
	left: 0px;
	right: 164px;
	bottom: 6px;
	background-image: url(pics/fuss.png);
/*	background-color: red; */
}

.logo_network{
	position: fixed;
	right: 0px;
	bottom: 6px;
}