body {
	margin: 0px;
	padding: 0px;
}

#aussenhuelle {
	display: block;
	width: 1024px;
	border: 1px solid black;
	background :xxxurl(../imgs/bg_main.gif) repeat-y;
}

#title_area {
	display: block;
	margin-top:3px;
	width: 1024px;
	height: 92px;
	background-color: Orange;
}

#logo {
	display: block;
}

#key_image{
	display:block;
	float: left;
	margin-left: 10px;
}


/* Haupt-Menü */

#menu {
	width: 1024px;
	height: 2em;
	float: none;
	background-color: Silver;
	color: Gray;
	display: block;
	margin: 0px;
	padding: 0px;
	white-space : nowrap;
	font-family: Arial;
	font-size: 90%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	clear: left;
	list-style-type: none;
	text-align: center;
	vertical-align: top;	
}

#menu ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid black;
	
}

#menu UL LI A, #menu UL LI  P
{
	display: block;
	width: 143px; /*finger weg! */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000; /*#496D91;*/
	line-height: 2em;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	border-right-style : none;
	vertical-align: top;
	font-weight: bold;
}

#menu UL LI P 			{
	cursor:default;
}

#menu UL LI A:hover 		{
	font-weight: bold;
	color: White;
	background-color: Orange;
	background-image:url(../images/schalter_over.gif);
}

#menu UL LI .selected 	{
	font-weight: bold;
	color: white;
   background-color: Blue;
	background-image:url(../images/schalter_an.gif);
	}


/* Inhaltsbereich */

#content_area {
	margin-top:5px;
	margin-left: 50px;
  border-left: 5px Solid;
  margin-right: 50px;
  border-right: 5px Solid;
	border-color: Silver;
}

#content {
	margin:50px;
	margin-right: 70px;
	font-family: Arial;
	font-size: 100%;
	
}

#content li {
	padding-top : 1em;
}



#doc_status {
	margin: 20px;
	margin-top: 20px;
	border-top: 1px solid #A9A9A9;
	font-family: Verdana;
	font-size: 70%;
	color: #A9A9A9;
}

#doc_status a {
	color: #A9A9A9;
}