body{
/*	background: #4d87c7 url(../images.page/bg_blue.gif) repeat-x; */
}
.container{
	background:url(../images.page/faux.jpg);
}
#header{
	background:url(../images.page/head.jpg);
	height:110px;
	position:relative;
}
#leftcolumn{
	background:url(../images.page/lef.jpg) bottom left no-repeat;
	min-height:380px;
	position:relative;
	}
	#leftcolumn_pic{
		background:url(../images.page/left_pic.jpg) bottom left no-repeat;
		min-height:312px;
	}
	#leftcolumn #search{
		background:#E2E2E2;
		height:28px;
		line-height:28px;
		font-weight:bold;
		width:172px;
		padding-right:12px;
		text-align:right;
		}
		#searchInput{
			width:105px;
			height:14px;
			font-size:12px;
		}
		#searchSubmit{
			height:22px;
			font-size:12px;
			border:none;
			font-weight:bold;
			color:#000;
			background:transparent;
			margin-bottom:0px;
		}
#rightcolumn{
	/*background:url(../images.page/right.jpg) 26px 0px no-repeat;*/
	min-height:480px;
}
#content{
	padding-top:20px;
    
    /* --- erweiterung MR --- */
    width:780px;
    float:left;
    margin-right: 0px;
    height:100%;
    background:#FFFFFF;
    /* ---------------------- */
}

#footer{
	background:url(../images.page/footer.jpg);
	height:47px;
	}
	#pappert_footerlinks, #pappert_footerlinks p{
		margin:0;
	}

/*_____ Navigation _____*/
#navcontainer { width: 200px; }
/* - - - ADxMenu: BASIC styles - - - */
.menu {
	width: 200px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}
.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
/* - - - ADxMenu: DESIGN styles - - - */
.menu, .menu ul li {
	color: #eee;
}
.menu {
	width: 200px;
}
.menu ul {
	width: auto;
}
.menu a, .menu a:visited{
	display: block;
	padding: 3px;
	padding-right: 20px;
	width: 158px;
	background: url(../images.page/menuBg.jpg) no-repeat;
	border-bottom: 0px solid #eee;
	text-align:right;
	color: #000;
	text-decoration: none;
}
.menu ul a, .menu ul a:visited{
	display: block;
	padding: 3px;
	padding-right: 20px;
	/*width: auto;*/
	min-width:90px;
	background: #fff;
	border: 1px solid #eee;
	text-align:left;
	color: #000;
	text-decoration: none;
	background:#F3F3F3;
	opacity:0.9;
}


.menu a:visited{
	color:#3B3B3B;
}
.menu a:hover, .menu li:hover>a, .menu .active {
	/*color: #fc3;*/
	border-right: 3px solid gold;
}
.menu ul a:hover, .menu ul li:hover>a, .menu ul .active {
	/*color: #fc3;*/
	/*font-weight:bold;*/
	/*border: 1px solid #eee;*/
	border-right: 2px solid gold;
}
.menu li {	/* create borders around each item */
	border: 0px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 0px;
	left: 93%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
}

/* *** login ************************************************************************************ */
#loginBox	{ padding:10px; background:#E2E2E2; margin-right:16px; border-top:1px dotted #C0C0C0; border-bottom:1px dotted #C0C0C0; }
#loginBox a	{ font-weight:bold; }
#loginBox h3	{ margin:0; border-bottom:1px solid #808080;}
#loginBox .error	{ color:FF0000; }

/* *** icons 23x 26y +4 ************************************************************************************ */
.icon	{ display:block; background:url("../images.page/icons.png"); width:16px; height:16px; opacity:0.7; cursor:pointer; float:left;}
.icon:hover { opacity:1; }
.igear	{ background-position: -27px -108px; }
.istar	{ background-position: -50px -85px; width:12px;}
.iedit  { background-position: -257px -212px; }
.ilook	{ background-position: -395px -108px; }
.istat	{ background-position: -27px -212px; }
.idel	{ background-position: -4px -266px; }
.icalc	{ background-position: -27px -134px; } 
.inew	{ background-position: -441px -238px; } 
.itop	{ background-position: -349px -264px; } 
.iclip	{ background-position: -395px -188px; }
.istopp	{ background-position: -4px -346px; }
.igo	{ background-position: -27px -346px; }
.iwarn	{ background-position: -441px -109px; }
.ileft	{ background-position: -234px -266px; } 
.iright	{ background-position: -188px -266px; } 
.ilock	{ background-position: -119px -160px; float:left;}

