/*stylesheet for Matrjoschka #2 - inter-navigational level (between pages), static, 
z-index manual: from 1 to 9 are surfaces 
 * 				between 10-19 are static non-clickable content areas 
 * 				between 20-29 are buttons and forms (buttons are usually on 25)
 * 				pop-up windows between 50 and 59
 * 				alerts, errors: 100 and higher
 */

div.userstatus { /*div box on top of screen to tell the status of user*/
	position:relative;
	z-index:11;
	left:11%;
	width:75%;
	margin-top: 12px;
	padding:1px;
	color:#0F0133;
	font: 14pt Verdana, sans-serif;
	border:none;
}
#greetTable {
	table-layout:fixed;
	width: 100%;
}
#greetLeft {
	width:60%;}
#greetRight{
	width:40%;}
#formUser {
	display:inline;
	}
/***************************login&logout*/
.lgButtPos {
	background-color:transparent;
	width:100%;
	height:100%;
}
#logoutButt {
	background-color:#A9F;
	}
#logoutButt:hover {
	background-color:#41428F;
	color:white;
}
.lgButt {

	font:bold 13pt 'Trebuchet MS',Helvetica,sans-serif;
	width:100%;
	height:100%;
	border:none;
	padding: 0px 60px 0px 60px;
	border-radius:8px;
	background-color: #FFE084;	

}
.lgButt:hover {
	background-color:#FCC316;
}
/**************************************/
.menuPanel {
	position:relative;
	z-index:25;
	margin-top:5px;
	padding: 1px 0px 1px 15px;
	left:9%;
	width:50%;
	border-top: 2px solid #9790A8;
	border-bottom:3px solid #9790A8;
	border-radius:15px;
}
.menuButton { /* four buttons which are the menu to navigate between pages of lychenlaube*/
	background-color:transparent;
	letter-spacing:1px;
	height:35px;	
	margin:.2%;
	padding-left:1.5%;
	padding-right:1.5%;
	font-size:16pt;
	font-weight:bold;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	color:#0F0133;
	border:none;
	border-radius:13px;
	cursor:pointer;
}
.menuButton:hover {
	background-image: none;
	background-color:#A9F;
	opacity:1;
}
.menuPanelDeco {
position:absolute;
z-index:20;
top:351px;
left:15%;
height:35px;
}
#mbutt1 { /*Home*/
}
#mbutt2 { /*Blog*/
}
#mbutt3 { /*Planer*/
}
#mbutt4 { /*Bilder*/
}
#mbutt5 { /*Info*/
}
/*Button with User first name on it*/
#mbutt6{
position:relative;
	margin: 0% .2% 0% .2%;
height:25px;
border-radius:8px;
font-size:15pt;
}
#mbutt7 { /*Login&Logout (theoretisch) tatsaechlich style ueber lgButt und LogoutButt*/ 
}
#mbutt8 { /*register*/
}
#mbutt9 { /*Admini*/
	position:fixed;
	z-index:25;
	top:27%;
	left:.6%;
	border-radius:15px;
	background-color:#FF0;
	box-shadow: -0.5px 0px 2px 2px black;
}
#mbutt9:hover {
background-color:#E24818;
}
#mbutt10{ /*Impressum*/
}
#ftr { /*position footer*/
	position:relative;
	z-index:25;
	margin-top:100px;
	left:5%;
	top:17%;
	width:40%;
	height:7%;
	border-style:none;
	font: 12pt Verdana, sans-serif;
}
/*link to INFO aka Kontakt aka Impressum*/
a.plainlink { 
	text-decoration:none;
	color: #311;
	font-size:15pt;
}
a.plainlink:hover {
	background-color:#311;
	border-radius:5px;
	padding:4px;
	color:white;
}
/*main frame of page*/
div.contentwdw {
	position:relative;
	overflow:show;	
	z-index:15;
	left:-2%;
	width:100%;
	height:auto;
	color: #311;
	background-color: #F9F9FF;
	border:dashed black 1px ;
	border:none; /*hide while developping 150213*/
	padding:1%;
	margin:0% 1% 1% 1%;
}
