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

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

#title_area {
	display: block;
	margin-top:0px;
	width: 824px;
	height: 110px;
	background : url(../imgs/bg_logo.jpg);
}

#logo {
	display: block;
}

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


/* Haupt-Menü */

#menu {
	width: 824px;
	height: 2em;
	float: none;
	background-color: #DBEBFB;
	color: #496D91;
	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;
	border-right: 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: Red;
	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: #006699;
}


/* Inhaltsbereich */

#content_area {
	margin-top:5px;
	margin-left: 150px;
	background-color: #f5fffa;
}


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

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



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

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

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