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

#aussenhuelle {
	display: block;
	width: 1024px;
	border: 3px solid silver;
	background-color: #d6fbd9;
}

#title_area {
	display: block;
	margin-top:0px;
	width: 1024px;
	height: 20px;
	background: #dfdfdf;
	color: Black;
}

#logo {
	display: block;
}

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


/* Haupt-Menü */

#menu {
	width: 1024px;
	height: 2em;
	float: none;
	background-color: Silver;
	color: orange;
	display: block;
	margin: 0px;
	padding: 0px;
	white-space : nowrap;
	font-family: Arial;
	font-size: 80%;
	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;
	border-right: 1px solid black;
}

#menu UL LI A, #menu UL LI  P
{
	display: block;
	width: 126px; /*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: #006633;
	background-image:url(../images/schalter_over.gif);
}

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


/* Inhaltsbereich */

#content_area {
	margin-top: 5px;
	margin-left: 156px;
	border-left: 3px Solid;
	margin-right: 156px;
	border-color: purple;
	}


#breadcrumbs {
	margin-left:50px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 70%;
	color: Blue;
	font-weight: bold;
}

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

#content li {
	padding-top : 1em;
}
/* Rechter Rand */
#right_display {
		display: block;
	   width: 125px;
	   height: 100%;
	   padding: 0px;
		float: right;
		margin-top: 30px;
		margin-right: 25px;
		font-family: Arial;
		font-size: 90%;
		}




/* Kontext-Menü */
#context_menu {
		display: block;
	   width: 83px;
	   height: 100%;
	   padding: 0px;
		float: left;
		margin-top: 30px;
		margin-left: 5px;
		font-family: Arial;
		font-size: 90%;
		}

#context_menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	clear: left;
	list-style-type: none;
	vertical-align: top;	
}

#context_menu ul li {
	width: 120px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

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

#context_menu UL LI P 			{
	cursor:default;
}

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

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



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

#doc_status a {
	color: #A9A9A9;
}