#modul_admin{

	position:absolute;

	right:0px;

	width:20px;

	cursor:pointer;

	height:100px;

	z-index:99999;

}

#editor{

	position:absolute;

	top:50px;

	left:50%;

	width:850px;

	min-height:500px;

	margin-left:-425px;

	background:#FFFFFF;

	border:2px solid #840607;

	z-index:999999;

	visibility:hidden;

	

}

#editor_news{

	position:absolute;

	top:20px;

	left:50%;

	width:700px;

	min-height:520px;

	margin-left:-250px;

	background:#FFFFFF;

	border:2px solid #840607;

	z-index:999999;
	
	padding:10px;

	visibility:hidden;
}

#editor_news .tytul{

	font-size:13px;
	color:#ff7501;
	font-weight:bold;
}

#mapa{

	position:absolute;

	top:50px;

	height:500px;

	left:50%;

	width:720px;

	margin-left:-350px;

	background:#FFFFFF;

	border:2px solid #840607;

	z-index:999998;

	visibility:visible;

	overflow:scroll;

	

}

#panel a:link {

	color: #cb0000;

	text-decoration:none;

	font-size:11px;

	font-weight:bold;

}

#panel a:visited {

	color: #cb0000;

	text-decoration:none;

	font-size:11px;

	font-weight:bold;

}

#panel a:hover {

	color: #FFFFFF;

	text-decoration:underline;

	font-size:11px;

	font-weight:bold;

}

#panel a:active {

	color: #cb0000;

	text-decoration:none;

	font-size:11px;

	font-weight:bold;

}

#panel td {

	text-align:center;

	border-left:1px #FFFFFF solid;

	padding:0 5px 0 5px;

}

#login_box{

	margin: 0; 

	color:#000000;

	margin-left: 30%; /* This gets it relatively center on the screen */

	margin-right: 30%; /* This gets it relatively center on the screen */

	margin-top: 50px; /* Makes it a little off the top of the screen */

	padding-top: 10px; /*  Make the text not touching the top on the login box */

	width: 40%; /* For centering it on the screen */

	height: auto;/* The height of the login box */

	position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */

	background: #FFFFFF; /* Login Box background color. Change this if desired. */

	border:2px solid #840607; /* Makes a black border around the login box */

	z-index: 9; /* Makes it on top of everything else */

	visibility: visible; /* Makes it hidden at first. Very Important.*/

	font-size:11px;

	font-weight:bold;

	text-align:center;

}

#login_box .logout{

	color:#840607;

	font-size:14px;

	font-weight:bold;

	text-align:center;

}

#login_box .user{

	color:#840607;

	font-size:12px;

	font-weight:bold;

	text-align:left;

}



#login_box td{

	color:#000000;

}

#errory{

	position:absolute;

	top:50px;

	left:330px;

	width:620px;

	visibility:visible;

	font-size:13px;

	font-weight:bold;

	color: #938680;

}

#reszta_konta{

	visibility:hidden;

	height:1px;

}

#nazwa_konta_administrator{

	visibility:hidden;

	height:1px;

}

#nazwa_konta_rodzic{

	visibility:hidden;

	height:1px;

}

#nazwa_konta_nauczyciel{

	visibility:hidden;

	height:1px;

}



.przycisk{

	height:20px;

	width:50px;

	background:#FFFFFF;

	border:1px solid #000000;

	margin:1px 10px 0 0;

	font-size:11px;

	padding-bottom: 3px;

}

.input_text{

	height:22px;

	border-color:#838283;

	border-style:solid;

	border-width:1px;

	margin-top:2px;

	margin-bottom:2px;

	background-color:#FFFFFF;

}

.mapa_top{

	height:26px;

	width:700px;

	background:#FFFFFF;

	border-bottom:3px dotted #000000;

	font-size:16px;

	padding:3px 0 3px 0;

	font-weight:bold;

	color:#cb0000;

}

.mapa_main{

	height:20px;

	width:680px;

	background:#FFFFFF;

	border-bottom:1px dashed #000000;

	font-size:12px;

	font-weight:bold;

	color:#000000;

	padding:5px 0 5px 20px;

}

.mapa_sub{

	width:700px;

	height:1px;

	padding:0 0 5px 0px;

	border-bottom:1px dashed #000000;

	font-size:12px;

	font-weight:bold;

	color:#000000;

	visibility:hidden;

	overflow:hidden;

}

.mapa_sub_elementy{

	padding:5px 0 0 50px;

}

.mapa_sub_2_elementy{

	padding:5px 0 0 100px;

}

.mapa_link:link {

	color: #000000;

	text-decoration:none;

}

.mapa_link:visited {

	color: #000000;

	text-decoration:none;

}

.mapa_link:hover {

	color: #cb0000;

	text-decoration:underline;

}

.mapa_link:active {

	color: #000000;

	text-decoration:none;

}

.mapa_rozwin{

	font-size:10px;

	font-weight:bold;

	color:#999999;

	cursor:pointer;

}