/*
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;*/
	width: 158px;
	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:absolute;
	left:50%;
	width:960px;
	margin-left:-480px;
	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{
}
#content_text a{
	color: #91C135;
}
#content_text a:hover{
	text-decoration: none;
}


#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: 10px;
	position:absolute;
	left:20px;
	width:0px;
	top: 20px;
	z-index: 11;
	overflow:hidden;
	height: 0px;
	display: none;
}

.inputlog{
	width: 100px;
	font-size: 10px;
}
#AdminNavi{
	width:100%;
}
#AdminNavi a{
	color: #91c135;
}
#AdminNavi a:hover{
	text-decoration: none;
}

/* Versuch 1*/
.Settingblock{
	position: relative;
	text-align: left;
	float: left;
	margin-top: 15px;
}
.inputOuter{position:relative; width:160px; height:18px; text-align:left; float: left;}
.inputfield{position:absolute; top:1px; height:16px; width:100%; line-height:16px; margin:0px; padding:0px; font-family:arial; font-size:12px; border:0px; background-color:#ffffff;}

.buttonOuter{position:relative; top:0px; height:18px; text-align:center; cursor:pointer;}
.buttonMiddleBorder{position:relative; top:0px; left:0px; height:18px; line-height:18px; margin:0px 2px 0px 2px; padding:0px; font-weight:bold; background-image:url(../images/button-c.png); background-repeat:repeat-x;}
.buttonMiddleBorder:hover{background-image:url(../images/button-c-hover.png); background-repeat:repeat-x; color:#444444;}

.inputLeftBorder{position:absolute; top:0px; left:0px; width:2px; height:18px; background-image:url(../images/button-l.png); background-repeat:no-repeat;}
.inputMiddleBorder{position:relative; top:0px; left:0px; height:18px; line-height:16px; margin:0px 2px 0px 2px; padding:0px; font-weight:bold; background-image:url(../images/button-c.png); background-repeat:repeat-x;}
.inputRightBorder{position:absolute; top:0px; right:0px; width:2px; height:18px; background-image:url(../images/button-r.png); background-repeat:no-repeat;}
