body {
	background-color: #DDDDDD;
	text-align: center;
	margin: 0px;
	font-family: verdana;
	color: #000000;
}


/*------------------------------------------------------- LAYOUT-RASTER --------------*/

.all {
	width: 100%;
	height: 100%
	margin: 0px;
	background-image:url(/images_aa2/bg_grau.gif);
	background-repeat: repeat-x;
	background-position: 0px 96px;
}
* HTML .all {background-position: 0px 111px;}

.seite {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
.kopf {
	position: relative;
	display: block;
	height: 65px;
	border-bottom: #FF3304 solid 5px;
	font-size: 11px;
	text-align: left;
	padding-left: 190px;
	padding-top: 25px;
	background-image:url(/images_aa2/Logo.gif);
	background-repeat: no-repeat;
	background-position: 50px 11px;	
}
* HTML .kopf {height: 65px;}

.bild {
	position: relative;
	display: block;
	height: 125px;
	border-top: #FFFFFF solid 1px;	
}
.unten {
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
	width: 100%;
}
.fuss {
	position: relative;
	display: block;
	background-color: #BBBBBB;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	height: 19px;
	padding-top: 5px;	
}
* HTML .fuss {height: 19px;}

/*------------------------------------------------------- NAVIGATION --------------*/

.navi {
	position: relative;
	display: inline;
	float: left;
	left: 0px;
	width: 160px;
	text-align: right;	
}

.navi_werbung {
	margin-top:30px;
}
.navi div {
	padding-top: 1px;
}
.menu1, .menu1:hover, .menu1_aktiv {
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #BBBBBB;
	padding-right: 5px;
	text-decoration: none;
	color: #000000;
	line-height: 24px;	
}
.menu1:hover, .menu1_aktiv {
	color: #FF3304;
}
.menu1_aktiv {
	color: #FF3304;
	font-weight: bold;
	border-bottom: 1px solid #FF3304;
}

/*------------------------------------------------------- INHALT --------------*/

.inhalt {
	position: relative;
	display: inline;
	float: left;
	text-align: left;
	padding-left: 30px;
	font-size: 0.7em;
	line-height: 1.6em;
	width: 530px;
	
}
* HTML .inhalt {width: 530px;}

.inhalt *{
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: -10px;
}
* HTML h1 {margin-top: 3px;}

.inhalt a {
	text-decoration: none;
	color: #FF3304;
	font-weight: bold;
}
.inhalt a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------- FUSS --------------*/

.fuss a {
	text-decoration: none;
	color: #FFFFFF;
}
.fuss a:hover {
	text-decoration: underline;
}