/*
grün: 91C135
*/
body, html{
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color:#36373F;
	background-color: #E0DDDD;
	overflow: hidden;
	background-image: url(../images/bg_anjoba.png);
	line-height: 15px;
}
.navi_box{
	background-image: url(../images/navibar.png);
	background-repeat:repeat-x;
	background-position: left top;
	border: #E0DDDD 1px dashed;
	width: 118px;
	height: 215px;
	position: absolute;
	padding: 5px;
	color: #91c135;
	font-weight: bold;
	z-index:10;
	font-size: 11px;
	vertical-align: bottom;
	/*background-color: #ffffff;
	/*filter:alpha(opacity=10); /* IE */
/*-moz-opacity:0.1; /* Gecko-Browser */
/*opacity:0.1; /* Opera 9+ */
}
.navi_box a{
	color: #91c135;
	display: block;
	text-align: right;
	padding-right: 3px;
}
.navi_box a:hover{
	text-decoration: underline;
}
#wrap{
	background-color: #ffffff;
	background-image: url(../images/bg_anjoba_inhalt.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	position:relative;
	width:960px;
	margin: 0 auto;
	z-index: 4;
	overflow:visible;
	height: 100%;
}
.navi_box_buttom{
	bottom:24px;
	right:0px;
}
.trans_ico{
	display: none;
	position:absolute;
	right:0px;
	width:22px;
	height: 22px;
	top: 0px;
}
.trans_blend{
	display: none;
	position:absolute;
	right:0px;
	width:118px;
	height: 22px;
	top: 0px;
	z-index: 2;
}
#logowe{
		background-image: url(../images/anjoba.png);
		position: absolute;
		width: 239px;
		height:81px;
		left: 721px;
		top: 20px;
		z-index: 2;
}
#move_info_box{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: absolute;
	width: 150px;
	height:150px;
	background-color: #ffffff;
	border: #91c135 2px dashed;
	top: -170px;
	left: 115px;
	display: none;
	color: #91c135;
	padding: 8px;
	font-weight:normal;
}
#hg{
	border-bottom: #91c135 2px solid;
	width: 100%;
	height: 93px;
	z-index: 1;
	position: absolute;
}
footera{
	color:#ffffff;
}
#content_text{
	height:100%;
	overflow: auto;
}
#content_text_inner{
	height: 100px;
}


#navi_box_blend{
	background-color: #ffffff;
	filter:alpha(opacity=75); /* IE */
	-moz-opacity:0.75; /* Gecko-Browser */
	opacity:0.75; /* Opera 9+ */
}

#boxed{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */
	z-index: 10;
	display: none;
}
#schnellnavi_box{
	text-align: center;
	background-color: #ffffff;
	border: #91c135 2px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 20px;
	position:absolute;
	left:50%;
	width:0px;
	margin-left:-180px;
	top: 30%;
	z-index: 11;
	overflow:hidden;
	height: 0px;
	display: none;
}

.inputlog{
	width: 100px;
	font-size: 10px;
}

.showspalte{
	vertical-align:top;
}
.showzeile{
	
}
.showzeile:hover{
	background-color: #91c135;
	color: #ffffff;
	cursor: pointer;
}
.admina{
	color: #91C135;
	font-size: 14px;
	font-weight: bold;
}
.admina:hover{
	text-decoration: none;
}
#Objekte{
	width:200px;
	height:160px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 350px;
	height:150px;
	border: #91c135 1px solid;
	overflow: auto;
	position: relative;
}

.ObjektButton{
	position:absolute; 
	right:0px; 
	width:180px; 
	background-color:#91C135; 
	cursor:pointer; 
	text-align:center;
}
#LSuche{
	border-left: 0px;
	border-top: 0px;
	border-color: #91C135;
	background-color: #E9EFDD;
	position: relative;
	top: -3px;
	width: 250px;
	height: 20px;
}