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

#aussenhuelle {
	display: block;
	width: 816px;
	border: 2px solid orange;
	background : #EBEBEB;
	 xxurl(../imgs/bg_main.gif) repeat-y
}

#title_area {
	display: block;
	margin-top:0px;
	width: 816px;
	height: 2px;
	background: orange;
	color: #FDF56E;
}

#logo {
	display: block;
}

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


/* Haupt-Menü */

#menu {
	width: 816px;
	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: 134px; /*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-image:url(../images/schalter_an.gif);
	background-color: Blue;
}


/* Inhaltsbereich */

#content_area {
	margin-top:5px;
	margin-left: 25px;
  border-left: 2px Solid;
  margin-right: 15px;
  
	border-color: blue;
}


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

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

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



/* Kontext-Menü */
#context_menu {
		display: block;
	   width: 83px;
	   height: 100%;
	   padding: 0px;
		float: left;
		margin-top: 20px;
		margin-left: 10px;
		font-family: Arial;
		font-size: 90%;
		border-right: 3px Solid #999999;
}

#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: 100px;
	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: Orange;
	background-image:url(../images/schalter_over.gif);
}

#context_menu UL LI .selected 	{
	font-weight: bold;
	color: Blue;
	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;
}
